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/V1alpha1MutatingAdmissionPolicyBindingSpec.md

14 lines
841 B
Markdown
Raw Normal View History

# V1alpha1MutatingAdmissionPolicyBindingSpec
MutatingAdmissionPolicyBindingSpec is the specification of the MutatingAdmissionPolicyBinding.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**match_resources** | [**V1alpha1MatchResources**](V1alpha1MatchResources.md) | | [optional]
**param_ref** | [**V1alpha1ParamRef**](V1alpha1ParamRef.md) | | [optional]
**policy_name** | **str** | policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)