@Stability(value=Stable) @Internal public static final class ServiceAccountOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServiceAccountOptions
ServiceAccountOptionssoftware.amazon.jsii.JsiiObject.InitializationModeServiceAccountOptions.Builder, ServiceAccountOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(ServiceAccountOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ServiceAccountOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,String> |
getAnnotations()
Additional annotations of the service account.
|
Map<String,String> |
getLabels()
Additional labels of the service account.
|
String |
getName()
The name of the service account.
|
String |
getNamespace()
The namespace of the service account.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ServiceAccountOptions.Builder builder)
ServiceAccountOptions.Builder.public final Map<String,String> getAnnotations()
ServiceAccountOptionsDefault: - no additional annotations
getAnnotations in interface ServiceAccountOptionspublic final Map<String,String> getLabels()
ServiceAccountOptionsDefault: - no additional labels
getLabels in interface ServiceAccountOptionspublic final String getName()
ServiceAccountOptionsThe name of a ServiceAccount object must be a valid DNS subdomain name. https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
Default: - If no name is given, it will use the id of the resource.
getName in interface ServiceAccountOptionspublic final String getNamespace()
ServiceAccountOptionsAll namespace names must be valid RFC 1123 DNS labels. https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/#namespaces-and-dns
Default: "default"
getNamespace in interface ServiceAccountOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.