Uses of Interface
org.cdk8s.plus25.k8s.KubeClusterRoleListProps
-
Packages that use KubeClusterRoleListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeClusterRoleListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeClusterRoleListProps Modifier and Type Class Description static classKubeClusterRoleListProps.Jsii$ProxyAn implementation forKubeClusterRoleListPropsMethods in org.cdk8s.plus25.k8s that return KubeClusterRoleListProps Modifier and Type Method Description KubeClusterRoleListPropsKubeClusterRoleListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeClusterRoleListProps Modifier and Type Method Description static ObjectKubeClusterRoleList. manifest(KubeClusterRoleListProps props)Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.ClusterRoleList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeClusterRoleListProps Constructor Description KubeClusterRoleList(software.constructs.Construct scope, String id, KubeClusterRoleListProps props)Defines a "io.k8s.api.rbac.v1.ClusterRoleList" API object.
-