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