Package org.cdk8s.plus28.k8s
Interface ServiceAccountSubjectV1Beta3
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ServiceAccountSubjectV1Beta3.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.864Z") @Stability(Stable) public interface ServiceAccountSubjectV1Beta3 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 classServiceAccountSubjectV1Beta3.BuilderA builder forServiceAccountSubjectV1Beta3static classServiceAccountSubjectV1Beta3.Jsii$ProxyAn implementation forServiceAccountSubjectV1Beta3
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ServiceAccountSubjectV1Beta3.Builderbuilder()StringgetName()nameis the name of matching ServiceAccount objects, or "*" to match regardless of name.StringgetNamespace()namespaceis the namespace of matching ServiceAccount objects.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
nameis the name of matching ServiceAccount objects, or "*" to match regardless of name.Required.
-
getNamespace
@Stability(Stable) @NotNull String getNamespace()
namespaceis the namespace of matching ServiceAccount objects.Required.
-
builder
@Stability(Stable) static ServiceAccountSubjectV1Beta3.Builder builder()
-
-