Package org.cdk8s.plus28
Interface FromServiceAccountNameOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FromServiceAccountNameOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.541Z") @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()
-
-