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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.KubernetesPatchProps
KubernetesPatchProps.Builder, KubernetesPatchProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(KubernetesPatchProps.Builder builder) Constructor that initializes the object based on literal property values passed by theKubernetesPatchProps.Builder.protectedJsii$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.JsonNodefinal booleanThe JSON object to pass tokubectl patchwhen the resource is created/updated.final IClusterThe cluster to apply the patch to.final PatchTypeThe patch type to pass tokubectl patch.final RemovalPolicyThe removal policy applied to the custom resource that manages the Kubernetes patch.final StringThe full name of the resource to patch (e.g.final StringThe kubernetes API namespace.The JSON object to pass tokubectl patchwhen the resource is removed.final inthashCode()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:KubernetesPatchPropsThe JSON object to pass tokubectl patchwhen the resource is created/updated.- Specified by:
getApplyPatchin interfaceKubernetesPatchProps
-
getCluster
Description copied from interface:KubernetesPatchPropsThe cluster to apply the patch to.[disable-awslint:ref-via-interface]
- Specified by:
getClusterin interfaceKubernetesPatchProps
-
getResourceName
Description copied from interface:KubernetesPatchPropsThe full name of the resource to patch (e.g.deployment/coredns).- Specified by:
getResourceNamein interfaceKubernetesPatchProps
-
getRestorePatch
Description copied from interface:KubernetesPatchPropsThe JSON object to pass tokubectl patchwhen the resource is removed.- Specified by:
getRestorePatchin interfaceKubernetesPatchProps
-
getPatchType
Description copied from interface:KubernetesPatchPropsThe patch type to pass tokubectl patch.The default type used by
kubectl patchis "strategic".Default: PatchType.STRATEGIC
- Specified by:
getPatchTypein interfaceKubernetesPatchProps
-
getRemovalPolicy
Description copied from interface:KubernetesPatchPropsThe removal policy applied to the custom resource that manages the Kubernetes patch.The removal policy controls what happens to the resource if it stops being managed by CloudFormation. This can happen in one of three situations:
- The resource is removed from the template, so CloudFormation stops managing it
- A change to the resource is made that requires it to be replaced, so CloudFormation stops managing it
- The stack is deleted, so CloudFormation stops managing all resources in it
Default: RemovalPolicy.DESTROY
- Specified by:
getRemovalPolicyin interfaceKubernetesPatchProps
-
getResourceNamespace
Description copied from interface:KubernetesPatchPropsThe kubernetes API namespace.Default: "default"
- Specified by:
getResourceNamespacein interfaceKubernetesPatchProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-