added basic support
This commit is contained in:
@@ -50,14 +50,13 @@ type ServerSpec struct {
|
||||
}
|
||||
|
||||
type BrowserSpec struct {
|
||||
Image string `json:"image,omitempty"`
|
||||
On bool `json:"on,omitempty"`
|
||||
Port Port `json:"port,omitempty"`
|
||||
On bool `json:"on,omitempty"`
|
||||
}
|
||||
|
||||
// ServerManagerSpec defines the desired state of ServerManager
|
||||
type ServerManagerSpec struct {
|
||||
Id string `json:"id,omitempty"`
|
||||
Id string `json:"id,omitempty"`
|
||||
Storage string `json:"storage,omitempty"`
|
||||
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
|
||||
// Important: Run "make" to regenerate code after modifying this file
|
||||
Server ServerSpec `json:"server,omitempty"`
|
||||
|
Reference in New Issue
Block a user