Uses of Interface
org.cdk8s.plus25.k8s.RoleRef
-
Packages that use RoleRef Package Description org.cdk8s.plus25.k8s -
-
Uses of RoleRef in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement RoleRef Modifier and Type Class Description static classRoleRef.Jsii$ProxyAn implementation forRoleRefMethods in org.cdk8s.plus25.k8s that return RoleRef Modifier and Type Method Description RoleRefRoleRef.Builder. build()Builds the configured instance.RoleRefKubeClusterRoleBindingProps. getRoleRef()RoleRef can only reference a ClusterRole in the global namespace.RoleRefKubeClusterRoleBindingProps.Jsii$Proxy. getRoleRef()RoleRefKubeRoleBindingProps. getRoleRef()RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace.RoleRefKubeRoleBindingProps.Jsii$Proxy. getRoleRef()Methods in org.cdk8s.plus25.k8s with parameters of type RoleRef Modifier and Type Method Description KubeClusterRoleBinding.BuilderKubeClusterRoleBinding.Builder. roleRef(RoleRef roleRef)RoleRef can only reference a ClusterRole in the global namespace.KubeClusterRoleBindingProps.BuilderKubeClusterRoleBindingProps.Builder. roleRef(RoleRef roleRef)Sets the value ofKubeClusterRoleBindingProps.getRoleRef()KubeRoleBinding.BuilderKubeRoleBinding.Builder. roleRef(RoleRef roleRef)RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace.KubeRoleBindingProps.BuilderKubeRoleBindingProps.Builder. roleRef(RoleRef roleRef)Sets the value ofKubeRoleBindingProps.getRoleRef()
-