Uses of Interface
org.cdk8s.plus24.k8s.SubjectV1Beta1
-
Packages that use SubjectV1Beta1 Package Description org.cdk8s.plus24.k8s -
-
Uses of SubjectV1Beta1 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement SubjectV1Beta1 Modifier and Type Class Description static class
SubjectV1Beta1.Jsii$Proxy
An implementation forSubjectV1Beta1
Methods in org.cdk8s.plus24.k8s that return SubjectV1Beta1 Modifier and Type Method Description SubjectV1Beta1
SubjectV1Beta1.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type SubjectV1Beta1 Modifier and Type Method Description List<SubjectV1Beta1>
PolicyRulesWithSubjectsV1Beta1. getSubjects()
subjects is the list of normal user, serviceaccount, or group that this rule cares about.List<SubjectV1Beta1>
PolicyRulesWithSubjectsV1Beta1.Jsii$Proxy. getSubjects()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type SubjectV1Beta1 Modifier and Type Method Description PolicyRulesWithSubjectsV1Beta1.Builder
PolicyRulesWithSubjectsV1Beta1.Builder. subjects(List<? extends SubjectV1Beta1> subjects)
Sets the value ofPolicyRulesWithSubjectsV1Beta1.getSubjects()
-