Package org.cdk8s.plus20
Interface ServiceAccountProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
ServiceAccountProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-01-14T19:05:22.151Z") @Stability(Stable) public interface ServiceAccountProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Properties for initialization of `ServiceAccount`.Properties for initialization of
ServiceAccount.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServiceAccountProps.BuilderA builder forServiceAccountPropsstatic classServiceAccountProps.Jsii$ProxyAn implementation forServiceAccountProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ServiceAccountProps.Builderbuilder()default List<ISecret>getSecrets()List of secrets allowed to be used by pods running using this ServiceAccount.-
Methods inherited from interface org.cdk8s.plus20.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
getSecrets
@Stability(Stable) @Nullable default List<ISecret> getSecrets()
List of secrets allowed to be used by pods running using this ServiceAccount.
-
builder
@Stability(Stable) static ServiceAccountProps.Builder builder()
- Returns:
- a
ServiceAccountProps.BuilderofServiceAccountProps
-
-