Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = types.APIVersion{ Version: "v3", Group: "management.cattle.io", Path: "/v3", SubContexts: map[string]bool{ "clusters": true, }, } Schemas = factory.Schemas(&Version). Init(nodeTypes). Init(machineTypes). Init(authzTypes). Init(clusterTypes). Init(catalogTypes). Init(authnTypes). Init(schemaTypes). Init(stackTypes). Init(userTypes) )
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.