Package org.cdk8s.plus25
Interface FromServiceAccountNameOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FromServiceAccountNameOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.284Z") @Stability(Stable) public interface FromServiceAccountNameOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFromServiceAccountNameOptions.BuilderA builder forFromServiceAccountNameOptionsstatic classFromServiceAccountNameOptions.Jsii$ProxyAn implementation forFromServiceAccountNameOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static FromServiceAccountNameOptions.Builderbuilder()default StringgetNamespaceName()The name of the namespace the service account belongs to.
-
-
-
Method Detail
-
getNamespaceName
@Stability(Stable) @Nullable default String getNamespaceName()
The name of the namespace the service account belongs to.Default: "default"
-
builder
@Stability(Stable) static FromServiceAccountNameOptions.Builder builder()
-
-