added basic support

This commit is contained in:
2025-04-02 04:39:27 +03:00
parent d83bc3368a
commit 27d24e5b1d
6 changed files with 166 additions and 49 deletions

View File

@@ -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"`