Uses of Interface
org.cdk8s.plus24.k8s.KubeRoleListProps
-
Packages that use KubeRoleListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeRoleListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeRoleListProps Modifier and Type Class Description static class
KubeRoleListProps.Jsii$Proxy
An implementation forKubeRoleListProps
Methods in org.cdk8s.plus24.k8s that return KubeRoleListProps Modifier and Type Method Description KubeRoleListProps
KubeRoleListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeRoleListProps Modifier and Type Method Description static Object
KubeRoleList. manifest(KubeRoleListProps props)
Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.RoleList".Constructors in org.cdk8s.plus24.k8s with parameters of type KubeRoleListProps Constructor Description KubeRoleList(software.constructs.Construct scope, String id, KubeRoleListProps props)
Defines a "io.k8s.api.rbac.v1.RoleList" API object.
-