Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClusterVersion ¶
func GetNodeVersion ¶
func HasMinimumVersion ¶
Types ¶
type ClusterVersions ¶
type ClusterVersions struct { ApiServers *TypedVersions Nodes *TypedVersions }
type TypedVersions ¶
type TypedVersions struct {
// contains filtered or unexported fields
}
func NewTypedVersions ¶
func NewTypedVersions() *TypedVersions
func (*TypedVersions) Add ¶
func (tv *TypedVersions) Add(name string, version *BuildInfo)
func (*TypedVersions) Get ¶
func (tv *TypedVersions) Get(name string) *BuildInfo
func (*TypedVersions) GetMaximum ¶
func (tv *TypedVersions) GetMaximum() *BuildInfo
func (*TypedVersions) GetMinimum ¶
func (tv *TypedVersions) GetMinimum() *BuildInfo
func (*TypedVersions) String ¶
func (tv *TypedVersions) String() string
Click to show internal directories.
Click to hide internal directories.