Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = types.APIVersion{ Version: "v3", Group: "cluster.cattle.io", Path: "/v3/cluster", SubContext: true, SubContextSchema: "/v3/schemas/cluster", } Schemas = factory.Schemas(&Version). Init(namespaceTypes). Init(persistentVolumeTypes). Init(storageClassTypes) )
Functions ¶
This section is empty.
Types ¶
type KubernetesInfo ¶
type MemoryInfo ¶
type MemoryInfo struct {
MemTotalKiB int64
}
type NodeInfo ¶
type NodeInfo struct { CPU CPUInfo Memory MemoryInfo OS OSInfo Kubernetes KubernetesInfo }
Click to show internal directories.
Click to hide internal directories.