@Stability(value=Experimental) @Internal public static final class KubernetesObjectValueProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubernetesObjectValueProps
KubernetesObjectValuePropssoftware.amazon.jsii.JsiiObject.InitializationModeKubernetesObjectValueProps.Builder, KubernetesObjectValueProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ICluster cluster,
String jsonPath,
String objectName,
String objectType,
String objectNamespace,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
KubernetesObjectValueProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
ICluster |
getCluster()
(experimental) The EKS cluster to fetch attributes from.
|
String |
getJsonPath()
(experimental) JSONPath to the specific value.
|
String |
getObjectName()
(experimental) The name of the object to query.
|
String |
getObjectNamespace()
(experimental) The namespace the object belongs to.
|
String |
getObjectType()
(experimental) The object type to query.
|
Duration |
getTimeout()
(experimental) Timeout for waiting on a value.
|
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.public final ICluster getCluster()
KubernetesObjectValueProps[disable-awslint:ref-via-interface]
getCluster in interface KubernetesObjectValuePropspublic final String getJsonPath()
KubernetesObjectValuePropsgetJsonPath in interface KubernetesObjectValuePropshttps://kubernetes.io/docs/reference/kubectl/jsonpath/public final String getObjectName()
KubernetesObjectValuePropsgetObjectName in interface KubernetesObjectValuePropspublic final String getObjectType()
KubernetesObjectValueProps(e.g 'service', 'pod'...)
getObjectType in interface KubernetesObjectValuePropspublic final String getObjectNamespace()
KubernetesObjectValuePropsDefault: 'default'
getObjectNamespace in interface KubernetesObjectValuePropspublic final Duration getTimeout()
KubernetesObjectValuePropsDefault: Duration.minutes(5)
getTimeout in interface KubernetesObjectValueProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.