Package org.cdk8s.plus24.k8s
Interface KubeComponentStatusProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeComponentStatusProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-05T16:22:33.970Z") @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 class
KubeComponentStatusProps.Builder
A builder forKubeComponentStatusProps
static class
KubeComponentStatusProps.Jsii$Proxy
An implementation forKubeComponentStatusProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeComponentStatusProps.Builder
builder()
default List<ComponentCondition>
getConditions()
List of component conditions observed.default ObjectMeta
getMetadata()
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.Builder
ofKubeComponentStatusProps
-
-