Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllValidators = map[string]utils.Validator{ "001_default_channel": { Description: "Ensure defaultChannel is present in list of channels", Runner: validators.ValidateDefaultChannel, }, "002_label_format": { Description: "Ensure `label` to follow the format api.openshift.com/addon-<operator-id>", Runner: validators.ValidateAddonLabel, }, "003_csv_present": { Description: "Ensure current csv is present in the index image", Runner: validators.ValidateCSVPresent, }, }
name formatting rule: [0-9]{3}_([a-z]*_?)*
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.