Package org.cdk8s.plus28.k8s
Interface KubeRoleBindingListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeRoleBindingListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.786Z") @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
-
-