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.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.832Z") @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 classServiceAccountSubjectV1Beta1.BuilderA builder forServiceAccountSubjectV1Beta1static classServiceAccountSubjectV1Beta1.Jsii$ProxyAn implementation forServiceAccountSubjectV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ServiceAccountSubjectV1Beta1.Builderbuilder()StringgetName()`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name.StringgetNamespace()`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()
-
-