Class PatchContext
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.base.PatchContext
-
public class PatchContext extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatchContext.Builder
-
Constructor Summary
Constructors Constructor Description PatchContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDryRun()StringgetFieldManager()StringgetFieldValidation()BooleangetForce()PatchTypegetPatchType()static PatchContextof(PatchType type)voidsetDryRun(List<String> dryRun)voidsetFieldManager(String fieldManager)voidsetFieldValidation(String fieldValidation)voidsetForce(Boolean force)voidsetPatchType(PatchType patchType)
-
-
-
Method Detail
-
of
public static PatchContext of(PatchType type)
-
getFieldManager
public String getFieldManager()
-
setFieldManager
public void setFieldManager(String fieldManager)
-
getForce
public Boolean getForce()
-
setForce
public void setForce(Boolean force)
-
getPatchType
public PatchType getPatchType()
-
setPatchType
public void setPatchType(PatchType patchType)
-
getFieldValidation
public String getFieldValidation()
-
setFieldValidation
public void setFieldValidation(String fieldValidation)
-
-