Package org.cdk8s.plus23.k8s
Interface KubeRoleListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeRoleListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.496Z") @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 class
KubeRoleListProps.Builder
A builder forKubeRoleListProps
static class
KubeRoleListProps.Jsii$Proxy
An implementation forKubeRoleListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeRoleListProps.Builder
builder()
List<KubeRoleProps>
getItems()
Items is a list of Roles.default ListMeta
getMetadata()
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.Builder
ofKubeRoleListProps
-
-