Add more tests, refactor to fix problems
Signed-off-by: Patrice Ferlet <metal3d@gmail.com>
This commit is contained in:
8
generator/labelStructs/configMap.go
Normal file
8
generator/labelStructs/configMap.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package labelstructs
|
||||
|
||||
type CronJob struct {
|
||||
Image string `yaml:"image,omitempty"`
|
||||
Command string `yaml:"command"`
|
||||
Schedule string `yaml:"schedule"`
|
||||
Rbac bool `yaml:"rbac"`
|
||||
}
|
Reference in New Issue
Block a user