This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
traefik-certmanager/kubernetes/docs/V1alpha1Mutation.md

14 lines
722 B
Markdown
Raw Normal View History

# V1alpha1Mutation
Mutation specifies the CEL expression which is used to apply the Mutation.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**apply_configuration** | [**V1alpha1ApplyConfiguration**](V1alpha1ApplyConfiguration.md) | | [optional]
**json_patch** | [**V1alpha1JSONPatch**](V1alpha1JSONPatch.md) | | [optional]
**patch_type** | **str** | patchType indicates the patch strategy used. Allowed values are \"ApplyConfiguration\" and \"JSONPatch\". Required. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)