Uses of Interface
org.cdk8s.plus25.k8s.KubeRoleProps
-
Packages that use KubeRoleProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeRoleProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeRoleProps Modifier and Type Class Description static classKubeRoleProps.Jsii$ProxyAn implementation forKubeRolePropsMethods in org.cdk8s.plus25.k8s that return KubeRoleProps Modifier and Type Method Description KubeRolePropsKubeRoleProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeRoleProps Modifier and Type Method Description List<KubeRoleProps>KubeRoleListProps. getItems()Items is a list of Roles.List<KubeRoleProps>KubeRoleListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeRoleProps Modifier and Type Method Description static ObjectKubeRole. manifest(KubeRoleProps props)Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.Role".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeRoleProps Modifier and Type Method Description KubeRoleList.BuilderKubeRoleList.Builder. items(List<? extends KubeRoleProps> items)Items is a list of Roles.KubeRoleListProps.BuilderKubeRoleListProps.Builder. items(List<? extends KubeRoleProps> items)Sets the value ofKubeRoleListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeRoleProps Constructor Description KubeRole(software.constructs.Construct scope, String id, KubeRoleProps props)Defines a "io.k8s.api.rbac.v1.Role" API object.
-