SpringBootAdminComponent interface

Spring Boot Admin properties.

Extends

Properties

componentType

Type of the Java Component.

ingress

Java Component Ingress configurations.

Inherited Properties

configurations

List of Java Components configuration properties

provisioningState

Provisioning state of the Java Component.

scale

Java component scaling configurations

serviceBinds

List of Java Components that are bound to the Java component

Property Details

componentType

Type of the Java Component.

componentType: "SpringBootAdmin"

Property Value

"SpringBootAdmin"

ingress

Java Component Ingress configurations.

ingress?: JavaComponentIngress

Property Value

Inherited Property Details

configurations

List of Java Components configuration properties

configurations?: JavaComponentConfigurationProperty[]

Property Value

Inherited From JavaComponentProperties.configurations

provisioningState

Provisioning state of the Java Component.

provisioningState?: string

Property Value

string

Inherited From JavaComponentProperties.provisioningState

scale

Java component scaling configurations

scale?: JavaComponentPropertiesScale

Property Value

Inherited From JavaComponentProperties.scale

serviceBinds

List of Java Components that are bound to the Java component

serviceBinds?: JavaComponentServiceBind[]

Property Value

Inherited From JavaComponentProperties.serviceBinds