mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
Constellation Operator: Add image version field (#649)
This commit is contained in:
parent
89b25f8ebb
commit
1af3ff00ad
13 changed files with 496 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue