mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
operator: add cluster version to nodeversion
This commit is contained in:
parent
9bfe2a81ed
commit
620436626b
5 changed files with 34 additions and 16 deletions
|
@ -19,6 +19,8 @@ type NodeVersionSpec struct {
|
|||
ImageVersion string `json:"imageVersion,omitempty"`
|
||||
// KubernetesComponentsReference is a reference to the ConfigMap containing the Kubernetes components to use for all nodes.
|
||||
KubernetesComponentsReference string `json:"kubernetesComponentsReference,omitempty"`
|
||||
// KubernetesClusterVersion is the advertised Kubernetes version of the cluster.
|
||||
KubernetesClusterVersion string `json:"kubernetesClusterVersion,omitempty"`
|
||||
}
|
||||
|
||||
// NodeVersionStatus defines the observed state of NodeVersion.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue