Package org.cdk8s.plus25.k8s
Interface GroupSubjectV1Beta2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GroupSubjectV1Beta2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.545Z") @Stability(Stable) public interface GroupSubjectV1Beta2 extends software.amazon.jsii.JsiiSerializable
GroupSubject holds detailed information for group-kind subject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGroupSubjectV1Beta2.BuilderA builder forGroupSubjectV1Beta2static classGroupSubjectV1Beta2.Jsii$ProxyAn implementation forGroupSubjectV1Beta2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GroupSubjectV1Beta2.Builderbuilder()StringgetName()name is the user group that matches, or "*" to match all user groups.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
name is the user group that matches, or "*" to match all user groups.See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
-
builder
@Stability(Stable) static GroupSubjectV1Beta2.Builder builder()
- Returns:
- a
GroupSubjectV1Beta2.BuilderofGroupSubjectV1Beta2
-
-