Package org.cdk8s.plus24.k8s
Interface KubeClusterRoleBindingListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeClusterRoleBindingListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.474Z") @Stability(Stable) public interface KubeClusterRoleBindingListProps extends software.amazon.jsii.JsiiSerializable
ClusterRoleBindingList is a collection of ClusterRoleBindings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeClusterRoleBindingListProps.Builder
A builder forKubeClusterRoleBindingListProps
static class
KubeClusterRoleBindingListProps.Jsii$Proxy
An implementation forKubeClusterRoleBindingListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeClusterRoleBindingListProps.Builder
builder()
List<KubeClusterRoleBindingProps>
getItems()
Items is a list of ClusterRoleBindings.default ListMeta
getMetadata()
Standard object's metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeClusterRoleBindingProps> getItems()
Items is a list of ClusterRoleBindings.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard object's metadata.
-
builder
@Stability(Stable) static KubeClusterRoleBindingListProps.Builder builder()
-
-