Files
katenary/generator/labelStructs/configMap.go

9 lines
188 B
Go
Raw Normal View History

package labelstructs
type CronJob struct {
Image string `yaml:"image,omitempty"`
Command string `yaml:"command"`
Schedule string `yaml:"schedule"`
Rbac bool `yaml:"rbac"`
}