Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 876 Bytes

V1alpha1Initializer.md

File metadata and controls

11 lines (7 loc) · 876 Bytes

V1alpha1Initializer

Properties

Name Type Description Notes
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 []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]