Package org.cdk8s.plus25.k8s
Interface KubeClusterRoleBindingListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeClusterRoleBindingListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.587Z") @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 classKubeClusterRoleBindingListProps.BuilderA builder forKubeClusterRoleBindingListPropsstatic classKubeClusterRoleBindingListProps.Jsii$ProxyAn implementation forKubeClusterRoleBindingListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeClusterRoleBindingListProps.Builderbuilder()List<KubeClusterRoleBindingProps>getItems()Items is a list of ClusterRoleBindings.default ListMetagetMetadata()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()
-
-