File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/using-kubernetes-custom-actions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ Creates a namespace for the Kubernetes cluster in the {product-short}.
2424
2525|`clusterRef`
2626|`string`
27- |Optional if `url` is defined
27+ |Required if `url` is not defined. You must specify either `url` or `clusterRef`.
2828|Cluster resource entity reference from the catalog
2929|`bar`
3030
3131|`url`
3232|`string`
33- |Optional if `clusterRef` is defined
33+ |Required if `clusterRef` is not defined. You must specify either `url` or `clusterRef`.
3434|API url of the Kubernetes cluster
35- | `https://api.foo.redhat.com:6443`
35+ |`https://api.foo.redhat.com:6443`
3636
3737|`token`
3838|`String`
3939|Required
4040|Kubernetes API bearer token used for authentication
41- |
41+ |
4242
4343|`skipTLSVerify`
4444|`boolean`
You can’t perform that action at this time.
0 commit comments