Package org.cdk8s.plus28.k8s
Interface KubeClusterTrustBundleListV1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeClusterTrustBundleListV1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.719Z") @Stability(Stable) public interface KubeClusterTrustBundleListV1Alpha1Props extends software.amazon.jsii.JsiiSerializable
ClusterTrustBundleList is a collection of ClusterTrustBundle objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeClusterTrustBundleListV1Alpha1Props.BuilderA builder forKubeClusterTrustBundleListV1Alpha1Propsstatic classKubeClusterTrustBundleListV1Alpha1Props.Jsii$ProxyAn implementation forKubeClusterTrustBundleListV1Alpha1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeClusterTrustBundleListV1Alpha1Props.Builderbuilder()List<KubeClusterTrustBundleV1Alpha1Props>getItems()items is a collection of ClusterTrustBundle objects.default ListMetagetMetadata()metadata contains the list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeClusterTrustBundleV1Alpha1Props> getItems()
items is a collection of ClusterTrustBundle objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
metadata contains the list metadata.
-
builder
@Stability(Stable) static KubeClusterTrustBundleListV1Alpha1Props.Builder builder()
-
-