Uses of Interface
org.cdk8s.plus25.k8s.KubeClusterRoleBindingProps
-
Packages that use KubeClusterRoleBindingProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeClusterRoleBindingProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeClusterRoleBindingProps Modifier and Type Class Description static classKubeClusterRoleBindingProps.Jsii$ProxyAn implementation forKubeClusterRoleBindingPropsMethods in org.cdk8s.plus25.k8s that return KubeClusterRoleBindingProps Modifier and Type Method Description KubeClusterRoleBindingPropsKubeClusterRoleBindingProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeClusterRoleBindingProps Modifier and Type Method Description List<KubeClusterRoleBindingProps>KubeClusterRoleBindingListProps. getItems()Items is a list of ClusterRoleBindings.List<KubeClusterRoleBindingProps>KubeClusterRoleBindingListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeClusterRoleBindingProps Modifier and Type Method Description static ObjectKubeClusterRoleBinding. manifest(KubeClusterRoleBindingProps props)Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.ClusterRoleBinding".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeClusterRoleBindingProps Modifier and Type Method Description KubeClusterRoleBindingList.BuilderKubeClusterRoleBindingList.Builder. items(List<? extends KubeClusterRoleBindingProps> items)Items is a list of ClusterRoleBindings.KubeClusterRoleBindingListProps.BuilderKubeClusterRoleBindingListProps.Builder. items(List<? extends KubeClusterRoleBindingProps> items)Sets the value ofKubeClusterRoleBindingListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeClusterRoleBindingProps Constructor Description KubeClusterRoleBinding(software.constructs.Construct scope, String id, KubeClusterRoleBindingProps props)Defines a "io.k8s.api.rbac.v1.ClusterRoleBinding" API object.
-