forked from LaconicNetwork/kompose
feat: disable network policies generation by default (#1629)
* feat: disable network policies default generation Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * docs: add the generate-network-policies flag to user guide Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * test: add unit tests of the network policies generation Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> --------- Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
@@ -79,10 +79,11 @@ type ConvertOptions struct {
|
||||
|
||||
WithKomposeAnnotation bool
|
||||
|
||||
MultipleContainerMode bool
|
||||
ServiceGroupMode string
|
||||
ServiceGroupName string
|
||||
SecretsAsFiles bool
|
||||
MultipleContainerMode bool
|
||||
ServiceGroupMode string
|
||||
ServiceGroupName string
|
||||
SecretsAsFiles bool
|
||||
GenerateNetworkPolicies bool
|
||||
}
|
||||
|
||||
// IsPodController indicate if the user want to use a controller
|
||||
|
||||
Reference in New Issue
Block a user