Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authentication ¶
type Authentication struct { Mode string `json:"mode"` BearerToken string `json:"bearerToken"` Certificate Certificate `json:"certificate" storm:"inline"` ConfigFileContent []byte `json:"configFileContent"` }
type Certificate ¶
type Cluster ¶
type Cluster struct { v1.BaseModel `storm:"inline"` v1.Metadata `storm:"inline"` CaCertificate Certificate `json:"caCertificate" storm:"inline"` Spec Spec `json:"spec" storm:"inline"` PrivateKey []byte `json:"privateKey"` Status Status `json:"status" storm:"inline"` Labels []string `json:"labels"` }
type Spec ¶
type Spec struct { Connect Connect `json:"connect" storm:"inline"` Authentication Authentication `json:"authentication" storm:"inline"` Local bool `json:"local"` }
Click to show internal directories.
Click to hide internal directories.