forked from LaconicNetwork/kompose
transformers: add Opt variable as object data
This is so you can set Opts on instance creation of kubernetes.Kubernetes and openshift.Openshift. This is useful so that we can pass option information arround without having to do it on the call stack every time.
This commit is contained in:
@@ -43,6 +43,8 @@ import (
|
||||
)
|
||||
|
||||
type Kubernetes struct {
|
||||
// the user provided options from the command line
|
||||
Opt kobject.ConvertOptions
|
||||
}
|
||||
|
||||
// timeout is how long we'll wait for the termination of kubernetes resource to be successful
|
||||
|
||||
Reference in New Issue
Block a user