mirror of https://github.com/kubernetes/kops.git
Update lifecycle.go
This commit is contained in:
parent
3c2910b7fe
commit
1f407740cf
|
@ -40,7 +40,7 @@ const (
|
||||||
// HasLifecycle indicates that the task has a Lifecycle
|
// HasLifecycle indicates that the task has a Lifecycle
|
||||||
type HasLifecycle interface {
|
type HasLifecycle interface {
|
||||||
GetLifecycle() *Lifecycle
|
GetLifecycle() *Lifecycle
|
||||||
// SetLifecycle is used to override a tasks lifecycle. If a lifecycle overide exists for a specific task name, then the
|
// SetLifecycle is used to override a tasks lifecycle. If a lifecycle override exists for a specific task name, then the
|
||||||
// lifecycle is modified.
|
// lifecycle is modified.
|
||||||
SetLifecycle(lifecycle Lifecycle)
|
SetLifecycle(lifecycle Lifecycle)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue