Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpsCenterStatus ¶
type OpsCenterStatus struct { // Hostname of the Ops Center Hostname string `json:"hostname"` // Enabled specifies whether the tunnel is on Enabled bool `json:"enabled"` }
OpsCenterStatus specifies the status of an external Ops Center connection
type Status ¶
type Status struct { // Updates describes the configured periodic updates Updates *ops.PeriodicUpdatesStatusResponse `json:"updates,omitempty"` // AccessStatus describes external Ops Centers tunnel status AccessStatus []OpsCenterStatus `json:"access_links,omitempty"` // TrustedClusterToken is used by remote clusters connecting to Ops Center TrustedClusterToken storage.Token `json:"trustedClusterToken,omitempty"` }
Status is the extension to the open-source cluster status
Click to show internal directories.
Click to hide internal directories.