Skip to content

Commit

Permalink
Mark providers as required in documentation (#200)
Browse files Browse the repository at this point in the history
`providers` were marked required in #158, but docs still show it as optional
  • Loading branch information
keithmattix authored Nov 14, 2024
1 parent 7d4b499 commit 40877f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The above command will:
| openapi3-gateway-class-name | | No | Provider-specific: openapi3. The name of the gateway class to use in the Gateways. |
| openapi3-gateway-tls-secret | | No | Provider-specific: openapi3. The name of the secret for the TLS certificate references in the Gateways. |
| output | yaml | No | The output format, either yaml or json. |
| 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. |
| providers | all supported providers | Yes | Comma-separated list of providers. |
| kubeconfig | | No | The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file. |

## Conversion of Ingress resources to Gateway API
Expand Down

0 comments on commit 40877f4

Please sign in to comment.