Package org.cdk8s.plus24
Interface FromServiceAccountNameOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FromServiceAccountNameOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-25T00:27:46.765Z") @Stability(Stable) public interface FromServiceAccountNameOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FromServiceAccountNameOptions.Builder
A builder forFromServiceAccountNameOptions
static class
FromServiceAccountNameOptions.Jsii$Proxy
An implementation forFromServiceAccountNameOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static FromServiceAccountNameOptions.Builder
builder()
default String
getNamespaceName()
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()
-
-