Package org.cdk8s.plus24.k8s
Interface KubeClusterRoleListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeClusterRoleListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-05T16:22:33.967Z") @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 class
KubeClusterRoleListProps.Builder
A builder forKubeClusterRoleListProps
static class
KubeClusterRoleListProps.Jsii$Proxy
An implementation forKubeClusterRoleListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeClusterRoleListProps.Builder
builder()
List<KubeClusterRoleProps>
getItems()
Items is a list of ClusterRoles.default ListMeta
getMetadata()
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.Builder
ofKubeClusterRoleListProps
-
-