K9s 1167/cronjob trigger with feelings (#1179)
* fix cron triggers * fix cron triggers again...mine
parent
a9ede22134
commit
0f95aecc3f
|
|
@ -21,3 +21,4 @@ faas
|
||||||
.settings/*
|
.settings/*
|
||||||
demos
|
demos
|
||||||
/code
|
/code
|
||||||
|
kind
|
||||||
|
|
@ -43,8 +43,8 @@ func AccessorFor(f Factory, gvr client.GVR) (Accessor, error) {
|
||||||
client.NewGVR("v1/nodes"): &Node{},
|
client.NewGVR("v1/nodes"): &Node{},
|
||||||
client.NewGVR("apps/v1/deployments"): &Deployment{},
|
client.NewGVR("apps/v1/deployments"): &Deployment{},
|
||||||
client.NewGVR("apps/v1/daemonsets"): &DaemonSet{},
|
client.NewGVR("apps/v1/daemonsets"): &DaemonSet{},
|
||||||
client.NewGVR("apps/v1/daemonsets"): &DaemonSet{},
|
|
||||||
client.NewGVR("apps/v1/statefulsets"): &StatefulSet{},
|
client.NewGVR("apps/v1/statefulsets"): &StatefulSet{},
|
||||||
|
client.NewGVR("batch/v1/cronjobs"): &CronJob{},
|
||||||
client.NewGVR("batch/v1beta1/cronjobs"): &CronJob{},
|
client.NewGVR("batch/v1beta1/cronjobs"): &CronJob{},
|
||||||
client.NewGVR("batch/v1/jobs"): &Job{},
|
client.NewGVR("batch/v1/jobs"): &Job{},
|
||||||
client.NewGVR("openfaas"): &OpenFaas{},
|
client.NewGVR("openfaas"): &OpenFaas{},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue