Removing ConfigMap as suggestion for IngressClass parameters

As this is a a local object reference from a global object, referencing a ConfigMap would not be possible. Controller specific custom resources are a much better fit here, allowing for better validation.
This commit is contained in:
Rob Scott
2020-03-12 11:15:34 -07:00
parent 55bb72b774
commit a68d712f12
5 changed files with 11 additions and 14 deletions

View File

@@ -11883,7 +11883,7 @@
},
"parameters": {
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference",
"description": "Parameters is a link to a resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters. Example configuration resources include `core.ConfigMap` or a controller specific Custom Resource."
"description": "Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters."
}
},
"type": "object"