Kazan v0.10.0 Kazan.Apis.Admissionregistration.V1alpha1.Initializer View Source
Initializer describes the name and the failure policy of an initializer, and what resources it applies to.
OpenAPI Definition: io.k8s.api.admissionregistration.v1alpha1.Initializer
Properties
name
::String
- Name is the identifier of the initializer. It will be added to the object that needs to be initialized. Name should be fully qualified, e.g., alwayspullimages.kubernetes.io, where “alwayspullimages” is the name of the webhook, and kubernetes.io is the name of the organization. Required
rules
:: [Kazan.Apis.Admissionregistration.V1alpha1.Rule
]- Rules describes what resources/subresources the initializer cares about. The initializer cares about an operation if it matches any Rule. Rule.Resources must not include subresources.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Admissionregistration.V1alpha1.Initializer{ name: String.t(), rules: [Kazan.Apis.Admissionregistration.V1alpha1.Rule.t()] }