Package org.cdk8s.plus24.k8s
Interface KubeComponentStatusListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeComponentStatusListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-15T15:42:36.600Z") @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 class
KubeComponentStatusListProps.Builder
A builder forKubeComponentStatusListProps
static class
KubeComponentStatusListProps.Jsii$Proxy
An implementation forKubeComponentStatusListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeComponentStatusListProps.Builder
builder()
List<KubeComponentStatusProps>
getItems()
List of ComponentStatus objects.default ListMeta
getMetadata()
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()
-
-