Skip to content

Commit fe4f2e6

Browse files
wording
1 parent e81e3e3 commit fe4f2e6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ This above command will:
4949
## Options
5050

5151
| Flag | Default Value | Required | Description |
52-
| ----------------------- | --------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
53-
| namespace | | No | If present, the namespace scope for the invocation |
54-
| all-namespaces | False | No | If present, list the requested object(s) across all namespaces. Namespace in the current context is ignored even if specified with --namespace |
55-
| output | yaml | No | The output format, either yaml or json |
56-
| input_file | | No | Path to the manifest file. When set, the tool will read ingresses from the file instead of reading from the cluster. Supported files are yaml and json |
57-
| providers | `all providers` | No | If present, the tool will try to convert only resources related to the specified providers, supported values are [ingress-nginx] |
52+
| Flag | Default Value | Required | Description |
53+
| -------------- | ----------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
54+
| namespace | | No | If present, the namespace scope for the invocation |
55+
| all-namespaces | False | No | If present, list the requested object(s) across all namespaces. Namespace in the current context is ignored even if specified with --namespace |
56+
| output | yaml | No | The output format, either yaml or json |
57+
| input_file | | No | Path to the manifest file. When set, the tool will read ingresses from the file instead of reading from the cluster. Supported files are yaml and json |
58+
| providers | all supported providers | No | Comma-separated list of providers. If present, the tool will try to convert only resources related to the specified providers. Otherwise it will default to all the supported providers |
5859

5960
## Conversion of Ingress resources to Gateway API
6061

0 commit comments

Comments
 (0)