Feat cronjob #23

Merged
metal3d merged 28 commits from feat-cronjob into master 2022-06-10 14:15:18 +00:00
Showing only changes of commit f08a6ec9a7 - Show all commits

View File

@@ -1,8 +1,8 @@
package helm
type Rule struct {
ApiGroup []string `yaml:"apiGroup,omitempty"`
Resources []string `yaml:"resource,omitempty"`
ApiGroup []string `yaml:"apiGroups,omitempty"`
Resources []string `yaml:"resources,omitempty"`
Verbs []string `yaml:"verbs,omitempty"`
}