Uses of Interface
org.cdk8s.plus25.k8s.KubeClusterRoleBindingListProps
-
Packages that use KubeClusterRoleBindingListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeClusterRoleBindingListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeClusterRoleBindingListProps Modifier and Type Class Description static classKubeClusterRoleBindingListProps.Jsii$ProxyAn implementation forKubeClusterRoleBindingListPropsMethods in org.cdk8s.plus25.k8s that return KubeClusterRoleBindingListProps Modifier and Type Method Description KubeClusterRoleBindingListPropsKubeClusterRoleBindingListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeClusterRoleBindingListProps Modifier and Type Method Description static ObjectKubeClusterRoleBindingList. manifest(KubeClusterRoleBindingListProps props)Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.ClusterRoleBindingList".Constructors in org.cdk8s.plus25.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.
-