Package org.cdk8s.plus25.k8s
Interface KubeComponentStatusProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeComponentStatusProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.591Z") @Stability(Stable) public interface KubeComponentStatusProps extends software.amazon.jsii.JsiiSerializable
ComponentStatus (and ComponentStatusList) holds the cluster validation info.Deprecated: This API is deprecated in v1.19+
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeComponentStatusProps.BuilderA builder forKubeComponentStatusPropsstatic classKubeComponentStatusProps.Jsii$ProxyAn implementation forKubeComponentStatusProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeComponentStatusProps.Builderbuilder()default List<ComponentCondition>getConditions()List of component conditions observed.default ObjectMetagetMetadata()Standard object's metadata.
-
-
-
Method Detail
-
getConditions
@Stability(Stable) @Nullable default List<ComponentCondition> getConditions()
List of component conditions observed.
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeComponentStatusProps.Builder builder()
- Returns:
- a
KubeComponentStatusProps.BuilderofKubeComponentStatusProps
-
-