Uses of Interface
org.cdk8s.plus24.k8s.KubeClusterRoleProps
-
Packages that use KubeClusterRoleProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeClusterRoleProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeClusterRoleProps Modifier and Type Class Description static class
KubeClusterRoleProps.Jsii$Proxy
An implementation forKubeClusterRoleProps
Methods in org.cdk8s.plus24.k8s that return KubeClusterRoleProps Modifier and Type Method Description KubeClusterRoleProps
KubeClusterRoleProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeClusterRoleProps Modifier and Type Method Description List<KubeClusterRoleProps>
KubeClusterRoleListProps. getItems()
Items is a list of ClusterRoles.List<KubeClusterRoleProps>
KubeClusterRoleListProps.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubeClusterRoleProps Modifier and Type Method Description static Object
KubeClusterRole. manifest(KubeClusterRoleProps props)
Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.ClusterRole".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeClusterRoleProps Modifier and Type Method Description KubeClusterRoleList.Builder
KubeClusterRoleList.Builder. items(List<? extends KubeClusterRoleProps> items)
Items is a list of ClusterRoles.KubeClusterRoleListProps.Builder
KubeClusterRoleListProps.Builder. items(List<? extends KubeClusterRoleProps> items)
Sets the value ofKubeClusterRoleListProps.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeClusterRoleProps Constructor Description KubeClusterRole(software.constructs.Construct scope, String id, KubeClusterRoleProps props)
Defines a "io.k8s.api.rbac.v1.ClusterRole" API object.
-