Documentation ¶
Overview ¶
TODO: This internal package is copied from ror, should determine if its common and should be moved to ror/pkg
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NhnTooling ¶
type Node ¶
type Node struct { Name string `json:"name"` Created time.Time `json:"created"` OsImage string `json:"osImage"` ClusterName string `json:"clusterName"` Workspace string `json:"workspace"` Datacenter string `json:"datacenter"` MachineName string `json:"machineName"` Labels map[string]string `json:"labels"` Annotations map[string]string `json:"annotations"` Resources apicontracts.NodeResources `json:"resources"` Architecture string `json:"architecture"` ContainerRuntimeVersion string `json:"containerRuntimeVersion"` KernelVersion string `json:"kernelVersion"` KubeProxyVersion string `json:"kubeProxyVersion"` KubeletVersion string `json:"kubeletVersion"` OperatingSystem string `json:"operatingSystem"` Provider providers.ProviderType `json:"provider"` }
Click to show internal directories.
Click to hide internal directories.