forked from LaconicNetwork/kompose
Added support for different namespaces
Now we can deploy application in different namespaces using the "--namespace=<value>" flag with kompose up and kompose down. The --namepace flag will deploy the application in that particular "namespace" if exist."
This commit is contained in:
@@ -48,10 +48,12 @@ type ConvertOptions struct {
|
||||
InputFiles []string
|
||||
OutFile string
|
||||
Provider string
|
||||
Namespace string
|
||||
IsDeploymentFlag bool
|
||||
IsDaemonSetFlag bool
|
||||
IsReplicationControllerFlag bool
|
||||
IsDeploymentConfigFlag bool
|
||||
IsNamespaceFlag bool
|
||||
}
|
||||
|
||||
// ServiceConfig holds the basic struct of a container
|
||||
|
||||
Reference in New Issue
Block a user