forked from LaconicNetwork/kompose
Feat add ns generation (#1667)
* feat: add ns generation for k8s Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * feat: add ns generation for openshift Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * test: add functional tests Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * fix: remove some code nits Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> --------- Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
@@ -38,6 +38,9 @@ type KomposeObject struct {
|
||||
LoadedFrom string
|
||||
|
||||
Secrets types.Secrets
|
||||
|
||||
// Namespace is the namespace where all the generated objects would be assigned to
|
||||
Namespace string
|
||||
}
|
||||
|
||||
// ConvertOptions holds all options that controls transformation process
|
||||
|
||||
Reference in New Issue
Block a user