KEP-2365: documentation for namespace-scoped parameters reference
This commit is contained in:
@@ -220,7 +220,19 @@ of the controller that should implement the class.
|
||||
{{< codenew file="service/networking/external-lb.yaml" >}}
|
||||
|
||||
IngressClass resources contain an optional parameters field. This can be used to
|
||||
reference additional configuration for this class.
|
||||
reference additional implementation-specific configuration for this class.
|
||||
|
||||
#### Namespace-scoped parameters
|
||||
|
||||
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
|
||||
|
||||
`Parameters` field has a `scope` and `namespace` field that can be used to
|
||||
reference a namespace-specific resource for configuration of an Ingress class.
|
||||
`Scope` field defaults to `Cluster`, meaning, the default is cluster-scoped
|
||||
resource. Setting `Scope` to `Namespace` and setting the `Namespace` field
|
||||
will reference a paramters resource in a specific namespace:
|
||||
|
||||
{{< codenew file="service/networking/namespaced-params.yaml" >}}
|
||||
|
||||
### Deprecated annotation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user