Constellation Operator: Add image version field (#649)

This commit is contained in:
Malte Poll 2022-11-25 14:49:26 +01:00 committed by GitHub
parent 89b25f8ebb
commit 1af3ff00ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 496 additions and 7 deletions

View file

@ -15,6 +15,8 @@ import (
type NodeImageSpec struct {
// ImageReference is the image to use for all nodes.
ImageReference string `json:"image,omitempty"`
// ImageVersion is the CSP independent version of the image to use for all nodes.
ImageVersion string `json:"imageVersion,omitempty"`
}
// NodeImageStatus defines the observed state of NodeImage.