Package org.cdk8s.plus25.k8s
Interface KubeComponentStatusListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeComponentStatusListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.591Z") @Stability(Stable) public interface KubeComponentStatusListProps extends software.amazon.jsii.JsiiSerializable
Status of all the conditions for the component as a list of ComponentStatus objects.Deprecated: This API is deprecated in v1.19+
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeComponentStatusListProps.BuilderA builder forKubeComponentStatusListPropsstatic classKubeComponentStatusListProps.Jsii$ProxyAn implementation forKubeComponentStatusListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeComponentStatusListProps.Builderbuilder()List<KubeComponentStatusProps>getItems()List of ComponentStatus objects.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeComponentStatusProps> getItems()
List of ComponentStatus objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
builder
@Stability(Stable) static KubeComponentStatusListProps.Builder builder()
-
-