Package org.cdk8s.plus23.k8s
Interface KubeConfigMapListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeConfigMapListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.378Z") @Stability(Stable) public interface KubeConfigMapListProps extends software.amazon.jsii.JsiiSerializable
ConfigMapList is a resource containing a list of ConfigMap objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeConfigMapListProps.Builder
A builder forKubeConfigMapListProps
static class
KubeConfigMapListProps.Jsii$Proxy
An implementation forKubeConfigMapListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeConfigMapListProps.Builder
builder()
List<KubeConfigMapProps>
getItems()
Items is the list of ConfigMaps.default ListMeta
getMetadata()
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeConfigMapProps> getItems()
Items is the list of ConfigMaps.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
builder
@Stability(Stable) static KubeConfigMapListProps.Builder builder()
- Returns:
- a
KubeConfigMapListProps.Builder
ofKubeConfigMapListProps
-
-