Uses of Class
software.amazon.awscdk.services.eks.KubernetesPatchProps.Builder
-
Uses of KubernetesPatchProps.Builder in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionKubernetesPatchProps.Builder.applyPatch
(Map<String, ? extends Object> applyPatch) Sets the value ofKubernetesPatchProps.getApplyPatch()
static KubernetesPatchProps.Builder
KubernetesPatchProps.builder()
Sets the value ofKubernetesPatchProps.getCluster()
Sets the value ofKubernetesPatchProps.getPatchType()
KubernetesPatchProps.Builder.resourceName
(String resourceName) Sets the value ofKubernetesPatchProps.getResourceName()
KubernetesPatchProps.Builder.resourceNamespace
(String resourceNamespace) Sets the value ofKubernetesPatchProps.getResourceNamespace()
KubernetesPatchProps.Builder.restorePatch
(Map<String, ? extends Object> restorePatch) Sets the value ofKubernetesPatchProps.getRestorePatch()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(KubernetesPatchProps.Builder builder) Constructor that initializes the object based on literal property values passed by theKubernetesPatchProps.Builder
.