mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
Update for cronJob
This commit is contained in:
parent
2f752f47b9
commit
d814a5ad51
@ -77,6 +77,7 @@ func (v *RollbackVisitor) VisitJob(kind kapps.GroupKindElement)
|
|||||||
func (v *RollbackVisitor) VisitPod(kind kapps.GroupKindElement) {}
|
func (v *RollbackVisitor) VisitPod(kind kapps.GroupKindElement) {}
|
||||||
func (v *RollbackVisitor) VisitReplicaSet(kind kapps.GroupKindElement) {}
|
func (v *RollbackVisitor) VisitReplicaSet(kind kapps.GroupKindElement) {}
|
||||||
func (v *RollbackVisitor) VisitReplicationController(kind kapps.GroupKindElement) {}
|
func (v *RollbackVisitor) VisitReplicationController(kind kapps.GroupKindElement) {}
|
||||||
|
func (v *RollbackVisitor) VisitCronJob(kind kapps.GroupKindElement) {}
|
||||||
|
|
||||||
// RollbackerFor returns an implementation of Rollbacker interface for the given schema kind
|
// RollbackerFor returns an implementation of Rollbacker interface for the given schema kind
|
||||||
func RollbackerFor(kind schema.GroupKind, c kubernetes.Interface) (Rollbacker, error) {
|
func RollbackerFor(kind schema.GroupKind, c kubernetes.Interface) (Rollbacker, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user