Package org.cdk8s.plus25.k8s
Interface KubeClusterRoleListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeClusterRoleListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.588Z") @Stability(Stable) public interface KubeClusterRoleListProps extends software.amazon.jsii.JsiiSerializable
ClusterRoleList is a collection of ClusterRoles.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeClusterRoleListProps.BuilderA builder forKubeClusterRoleListPropsstatic classKubeClusterRoleListProps.Jsii$ProxyAn implementation forKubeClusterRoleListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeClusterRoleListProps.Builderbuilder()List<KubeClusterRoleProps>getItems()Items is a list of ClusterRoles.default ListMetagetMetadata()Standard object's metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeClusterRoleProps> getItems()
Items is a list of ClusterRoles.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard object's metadata.
-
builder
@Stability(Stable) static KubeClusterRoleListProps.Builder builder()
- Returns:
- a
KubeClusterRoleListProps.BuilderofKubeClusterRoleListProps
-
-