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