Uses of Interface
org.cdk8s.plus25.k8s.KubeRoleBindingProps
-
Packages that use KubeRoleBindingProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeRoleBindingProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeRoleBindingProps Modifier and Type Class Description static classKubeRoleBindingProps.Jsii$ProxyAn implementation forKubeRoleBindingPropsMethods in org.cdk8s.plus25.k8s that return KubeRoleBindingProps Modifier and Type Method Description KubeRoleBindingPropsKubeRoleBindingProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeRoleBindingProps Modifier and Type Method Description List<KubeRoleBindingProps>KubeRoleBindingListProps. getItems()Items is a list of RoleBindings.List<KubeRoleBindingProps>KubeRoleBindingListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeRoleBindingProps Modifier and Type Method Description static ObjectKubeRoleBinding. manifest(KubeRoleBindingProps props)Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.RoleBinding".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeRoleBindingProps Modifier and Type Method Description KubeRoleBindingList.BuilderKubeRoleBindingList.Builder. items(List<? extends KubeRoleBindingProps> items)Items is a list of RoleBindings.KubeRoleBindingListProps.BuilderKubeRoleBindingListProps.Builder. items(List<? extends KubeRoleBindingProps> items)Sets the value ofKubeRoleBindingListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeRoleBindingProps Constructor Description KubeRoleBinding(software.constructs.Construct scope, String id, KubeRoleBindingProps props)Defines a "io.k8s.api.rbac.v1.RoleBinding" API object.
-