Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtensionData ¶ added in v1.124.0
type ExtensionData struct {
Repos []k0sv1beta1.Repository `json:"repos"`
Chart ecv1beta1.Chart `json:"chart"`
}
func (ExtensionData) Validate ¶ added in v1.124.0
func (d ExtensionData) Validate() error
type Message ¶ added in v1.124.0
type PingPongInfo ¶
type UpgradeClusterData ¶ added in v1.124.0
type UpgradeClusterData struct {
Installation ecv1beta1.Installation `json:"installation"`
}
func (UpgradeClusterData) Validate ¶ added in v1.124.0
func (d UpgradeClusterData) Validate() error
type UpgradeManagerData ¶ added in v1.124.0
type UpgradeManagerData struct {
LicenseID string `json:"licenseID"`
LicenseEndpoint string `json:"licenseEndpoint"`
}
func (UpgradeManagerData) Validate ¶ added in v1.124.0
func (d UpgradeManagerData) Validate() error
type WSClient ¶
type WSClient struct {
Conn *websocket.Conn `json:"-"`
ConnectedAt time.Time `json:"connectedAt"`
LastPingSent PingPongInfo `json:"lastPingSent"`
LastPongRecv PingPongInfo `json:"lastPongRecv"`
LastPingRecv PingPongInfo `json:"lastPingRecv"`
LastPongSent PingPongInfo `json:"lastPongSent"`
Version string `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.