Follow-up to #382
We have clarified our policy around alpha APIs to allow fields to be dropped without revving the API version (this diverges slightly from upstream). As such, we are free to go ahead and drop the namespace field from the Contour spec and always create resources in the same namespace as the Contour CR itself, to simplify namespace management.
Follow-up to #382
We have clarified our policy around alpha APIs to allow fields to be dropped without revving the API version (this diverges slightly from upstream). As such, we are free to go ahead and drop the
namespacefield from theContourspec and always create resources in the same namespace as theContourCR itself, to simplify namespace management.