@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:08.184Z") @Stability(value=Experimental) public interface KubernetesPatchProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
KubernetesPatchProps.Builder
A builder for
KubernetesPatchProps |
static class |
KubernetesPatchProps.Jsii$Proxy
An implementation for
KubernetesPatchProps |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesPatchProps.Builder |
builder() |
Map<String,Object> |
getApplyPatch()
(experimental) The JSON object to pass to `kubectl patch` when the resource is created/updated.
|
ICluster |
getCluster()
(experimental) The cluster to apply the patch to.
|
default PatchType |
getPatchType()
(experimental) The patch type to pass to `kubectl patch`.
|
String |
getResourceName()
(experimental) The full name of the resource to patch (e.g.
|
default String |
getResourceNamespace()
(experimental) The kubernetes API namespace.
|
Map<String,Object> |
getRestorePatch()
(experimental) The JSON object to pass to `kubectl patch` when the resource is removed.
|
@Stability(value=Experimental) @NotNull Map<String,Object> getApplyPatch()
@Stability(value=Experimental) @NotNull ICluster getCluster()
[disable-awslint:ref-via-interface]
@Stability(value=Experimental) @NotNull String getResourceName()
@Stability(value=Experimental) @NotNull Map<String,Object> getRestorePatch()
@Stability(value=Experimental) @Nullable default PatchType getPatchType()
The default type used by kubectl patch is "strategic".
Default: PatchType.STRATEGIC
@Stability(value=Experimental) @Nullable default String getResourceNamespace()
Default: "default"
@Stability(value=Experimental) static KubernetesPatchProps.Builder builder()
KubernetesPatchProps.Builder of KubernetesPatchPropsCopyright © 2021. All rights reserved.