Uses of Interface
org.cdk8s.plus25.k8s.Subject
-
Packages that use Subject Package Description org.cdk8s.plus25.k8s -
-
Uses of Subject in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement Subject Modifier and Type Class Description static classSubject.Jsii$ProxyAn implementation forSubjectMethods in org.cdk8s.plus25.k8s that return Subject Modifier and Type Method Description SubjectSubject.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type Subject Modifier and Type Method Description default List<Subject>KubeClusterRoleBindingProps. getSubjects()Subjects holds references to the objects the role applies to.List<Subject>KubeClusterRoleBindingProps.Jsii$Proxy. getSubjects()default List<Subject>KubeRoleBindingProps. getSubjects()Subjects holds references to the objects the role applies to.List<Subject>KubeRoleBindingProps.Jsii$Proxy. getSubjects()Method parameters in org.cdk8s.plus25.k8s with type arguments of type Subject Modifier and Type Method Description KubeClusterRoleBinding.BuilderKubeClusterRoleBinding.Builder. subjects(List<? extends Subject> subjects)Subjects holds references to the objects the role applies to.KubeClusterRoleBindingProps.BuilderKubeClusterRoleBindingProps.Builder. subjects(List<? extends Subject> subjects)Sets the value ofKubeClusterRoleBindingProps.getSubjects()KubeRoleBinding.BuilderKubeRoleBinding.Builder. subjects(List<? extends Subject> subjects)Subjects holds references to the objects the role applies to.KubeRoleBindingProps.BuilderKubeRoleBindingProps.Builder. subjects(List<? extends Subject> subjects)Sets the value ofKubeRoleBindingProps.getSubjects()
-