diff --git a/apis/mcp/v1alpha1/controlplane_types.go b/apis/mcp/v1alpha1/controlplane_types.go index 8318962..39c32bf 100644 --- a/apis/mcp/v1alpha1/controlplane_types.go +++ b/apis/mcp/v1alpha1/controlplane_types.go @@ -49,7 +49,7 @@ type ControlPlaneParameters struct { // By default, this parameter is turned off. AutoUpdate *bool `json:"autoUpdate,omitempty"` - // EngineVersion is the version of the control plane. + // Version is the version of the control plane. // If it is nil, the last available version given by configuration will be used. // +optional Version *string `json:"version,omitempty"` diff --git a/package/crds/mcp.upbound.io_controlplanes.yaml b/package/crds/mcp.upbound.io_controlplanes.yaml index a956677..b378474 100644 --- a/package/crds/mcp.upbound.io_controlplanes.yaml +++ b/package/crds/mcp.upbound.io_controlplanes.yaml @@ -102,9 +102,9 @@ spec: minLength: 1 type: string version: - description: EngineVersion is the version of the control plane. - If it is nil, the last available version given by configuration - will be used. + description: Version is the version of the control plane. If it + is nil, the last available version given by configuration will + be used. type: string required: - configuration