| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default PatchType |
KubernetesPatchProps.getPatchType()
The patch type to pass to `kubectl patch`.
|
PatchType |
KubernetesPatchProps.Jsii$Proxy.getPatchType() |
static PatchType |
PatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchType[] |
PatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesPatch.Builder |
KubernetesPatch.Builder.patchType(PatchType patchType)
The patch type to pass to `kubectl patch`.
|
KubernetesPatchProps.Builder |
KubernetesPatchProps.Builder.patchType(PatchType patchType)
Sets the value of
KubernetesPatchProps.getPatchType() |
Copyright © 2022. All rights reserved.