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