Package org.cdk8s.plus24.k8s
Interface GroupSubjectV1Beta2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GroupSubjectV1Beta2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-05-25T02:26:40.797Z") @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 class
GroupSubjectV1Beta2.Builder
A builder forGroupSubjectV1Beta2
static class
GroupSubjectV1Beta2.Jsii$Proxy
An implementation forGroupSubjectV1Beta2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GroupSubjectV1Beta2.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 GroupSubjectV1Beta2.Builder builder()
- Returns:
- a
GroupSubjectV1Beta2.Builder
ofGroupSubjectV1Beta2
-
-