Enum V1Patch.PatchType
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public enum V1Patch.PatchType
Fields
| Name | Description |
|---|---|
| ApplyPatch | content type application/apply-patch+yaml |
| JsonPatch | content type application/json-patch+json |
| MergePatch | content type application/merge-patch+json |
| StrategicMergePatch | content type application/strategic-merge-patch+json |
| Unknown | not set, this is not allowed |