Files
katenary/generator/labelStructs/configMap.go
2024-04-24 20:55:27 +02:00

9 lines
188 B
Go

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