Class KubernetesPatchProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.KubernetesPatchProps.Jsii$Proxy
- All Implemented Interfaces:
KubernetesPatchProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
KubernetesPatchProps
@Stability(Stable)
@Internal
public static final class KubernetesPatchProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements KubernetesPatchProps
An implementation for
KubernetesPatchProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.KubernetesPatchProps
KubernetesPatchProps.Builder, KubernetesPatchProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(KubernetesPatchProps.Builder builder) Constructor that initializes the object based on literal property values passed by theKubernetesPatchProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The JSON object to pass tokubectl patch
when the resource is created/updated.final ICluster
The cluster to apply the patch to.final PatchType
The patch type to pass tokubectl patch
.final String
The full name of the resource to patch (e.g.final String
The kubernetes API namespace.The JSON object to pass tokubectl patch
when the resource is removed.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theKubernetesPatchProps.Builder
.
-
-
Method Details
-
getApplyPatch
Description copied from interface:KubernetesPatchProps
The JSON object to pass tokubectl patch
when the resource is created/updated.- Specified by:
getApplyPatch
in interfaceKubernetesPatchProps
-
getCluster
Description copied from interface:KubernetesPatchProps
The cluster to apply the patch to.[disable-awslint:ref-via-interface]
- Specified by:
getCluster
in interfaceKubernetesPatchProps
-
getResourceName
Description copied from interface:KubernetesPatchProps
The full name of the resource to patch (e.g.deployment/coredns
).- Specified by:
getResourceName
in interfaceKubernetesPatchProps
-
getRestorePatch
Description copied from interface:KubernetesPatchProps
The JSON object to pass tokubectl patch
when the resource is removed.- Specified by:
getRestorePatch
in interfaceKubernetesPatchProps
-
getPatchType
Description copied from interface:KubernetesPatchProps
The patch type to pass tokubectl patch
.The default type used by
kubectl patch
is "strategic".Default: PatchType.STRATEGIC
- Specified by:
getPatchType
in interfaceKubernetesPatchProps
-
getResourceNamespace
Description copied from interface:KubernetesPatchProps
The kubernetes API namespace.Default: "default"
- Specified by:
getResourceNamespace
in interfaceKubernetesPatchProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-