We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fec29 commit 366ae6eCopy full SHA for 366ae6e
content/en/docs/concepts/services-networking/ingress.md
@@ -252,14 +252,14 @@ metadata:
252
spec:
253
controller example.com/ingress-controller
254
parameters:
255
- # The parameters for this IngressClass are specified in an
+ # The parameters for this IngressClass are specified in a
256
# ClusterIngressParameter (API group k8s.example.net) named
257
# "external-config-1". This definition tells Kubernetes to
258
# look for a cluster-scoped parameter resource.
259
scope: Cluster
260
apiGroup: k8s.example.net
261
kind: ClusterIngressParameter
262
- name: external-config
+ name: external-config-1
263
```
264
{{% /tab %}}
265
{{% tab name="Namespaced" %}}
0 commit comments