Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.25 KB

V1alpha1Initializer.md

File metadata and controls

12 lines (8 loc) · 1.25 KB

V1alpha1Initializer

Properties

Name Type Description Notes
failure_policy str FailurePolicy defines what happens if the responsible initializer controller fails to takes action. Allowed values are Ignore, or Fail. If "Ignore" is set, initializer is removed from the initializers list of an object if the timeout is reached; If "Fail" is set, admissionregistration returns timeout error if the timeout is reached. [optional]
name str 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 list[V1alpha1Rule] 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. [optional]

[Back to Model list] [Back to API list] [Back to README]