Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

engineVersion -> version #16

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/mcp/v1alpha1/controlplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
6 changes: 3 additions & 3 deletions package/crds/mcp.upbound.io_controlplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading