Package org.cdk8s.plus28.k8s
Interface GroupSubjectV1Beta3
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GroupSubjectV1Beta3.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.691Z") @Stability(Stable) public interface GroupSubjectV1Beta3 extends software.amazon.jsii.JsiiSerializable
GroupSubject holds detailed information for group-kind subject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGroupSubjectV1Beta3.BuilderA builder forGroupSubjectV1Beta3static classGroupSubjectV1Beta3.Jsii$ProxyAn implementation forGroupSubjectV1Beta3
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GroupSubjectV1Beta3.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 GroupSubjectV1Beta3.Builder builder()
- Returns:
- a
GroupSubjectV1Beta3.BuilderofGroupSubjectV1Beta3
-
-