Uses of Interface
org.cdk8s.plus25.k8s.KubeClusterRoleProps
-
Packages that use KubeClusterRoleProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeClusterRoleProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeClusterRoleProps Modifier and Type Class Description static classKubeClusterRoleProps.Jsii$ProxyAn implementation forKubeClusterRolePropsMethods in org.cdk8s.plus25.k8s that return KubeClusterRoleProps Modifier and Type Method Description KubeClusterRolePropsKubeClusterRoleProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.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.plus25.k8s with parameters of type KubeClusterRoleProps Modifier and Type Method Description static ObjectKubeClusterRole. manifest(KubeClusterRoleProps props)Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.ClusterRole".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeClusterRoleProps Modifier and Type Method Description KubeClusterRoleList.BuilderKubeClusterRoleList.Builder. items(List<? extends KubeClusterRoleProps> items)Items is a list of ClusterRoles.KubeClusterRoleListProps.BuilderKubeClusterRoleListProps.Builder. items(List<? extends KubeClusterRoleProps> items)Sets the value ofKubeClusterRoleListProps.getItems()Constructors in org.cdk8s.plus25.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.
-