Skip to content

Commit

Permalink
engineVersion -> version (#16)
Browse files Browse the repository at this point in the history
* engineVersion -> version

Signed-off-by: Steven Borrelli <[email protected]>

* add crd

Signed-off-by: Steven Borrelli <[email protected]>

---------

Signed-off-by: Steven Borrelli <[email protected]>
  • Loading branch information
stevendborrelli authored Mar 13, 2024
1 parent fe71796 commit 4221ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 4221ec2

Please sign in to comment.