kompose/client
AhmedGrati ea80734f91
Feat: add kompose client PoC (#1593)
* fix: support host port and protocol in functional tests

* feat: add kompose client with options

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

* test: add options unit tests

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

* feat: add partial convert options

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

* feat: finish convert process

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

* test: finish unit tests of the kompose client

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

* remove unecessary changes

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

* feat: add generate network policies to client

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

* update go mod

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

---------

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
2023-08-24 11:38:21 +01:00
..
testdata Feat: add kompose client PoC (#1593) 2023-08-24 11:38:21 +01:00
client.go Feat: add kompose client PoC (#1593) 2023-08-24 11:38:21 +01:00
convert_test.go Feat: add kompose client PoC (#1593) 2023-08-24 11:38:21 +01:00
convert.go Feat: add kompose client PoC (#1593) 2023-08-24 11:38:21 +01:00
options_test.go Feat: add kompose client PoC (#1593) 2023-08-24 11:38:21 +01:00
options.go Feat: add kompose client PoC (#1593) 2023-08-24 11:38:21 +01:00
types.go Feat: add kompose client PoC (#1593) 2023-08-24 11:38:21 +01:00