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