Package org.cdk8s.plus24.k8s
Interface GroupSubjectV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GroupSubjectV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.428Z") @Stability(Stable) public interface GroupSubjectV1Beta1 extends software.amazon.jsii.JsiiSerializable
GroupSubject holds detailed information for group-kind subject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GroupSubjectV1Beta1.Builder
A builder forGroupSubjectV1Beta1
static class
GroupSubjectV1Beta1.Jsii$Proxy
An implementation forGroupSubjectV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GroupSubjectV1Beta1.Builder
builder()
String
getName()
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 GroupSubjectV1Beta1.Builder builder()
- Returns:
- a
GroupSubjectV1Beta1.Builder
ofGroupSubjectV1Beta1
-
-