Package org.cdk8s.plus24.k8s
Interface ServiceAccountSubjectV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ServiceAccountSubjectV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-13T15:58:20.211Z") @Stability(Stable) public interface ServiceAccountSubjectV1Beta1 extends software.amazon.jsii.JsiiSerializable
ServiceAccountSubject holds detailed information for service-account-kind subject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ServiceAccountSubjectV1Beta1.Builder
A builder forServiceAccountSubjectV1Beta1
static class
ServiceAccountSubjectV1Beta1.Jsii$Proxy
An implementation forServiceAccountSubjectV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ServiceAccountSubjectV1Beta1.Builder
builder()
String
getName()
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name.String
getNamespace()
`namespace` is the namespace of matching ServiceAccount objects.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name.Required.
-
getNamespace
@Stability(Stable) @NotNull String getNamespace()
`namespace` is the namespace of matching ServiceAccount objects.Required.
-
builder
@Stability(Stable) static ServiceAccountSubjectV1Beta1.Builder builder()
-
-