KReference.Group field
Stage: Alpha, disabled by default
Tracking issue: #5086
When using the KReference
type to refer to another Knative resource, you can just specify the API group
of the resource, instead of the full .
For example, in order to refer to an InMemoryChannel
, instead of the following spec:
With this feature you can allow Knative to resolve the full APIVersion
and further upgrades, deprecations and removals of the referred CRD without affecting existing resources.
Note