package
Version:
v1.3.3
Opens a new window with list of versions in this module.
Published: Jun 10, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Pcmdkage nodes implements EKS node related commands.
NewCommand implements "eks-utils nodes" command.
type ListResults struct {
Results []Result `json:"results"`
}
ListResults defines the "eks-utils nodes list" results.
type Result struct {
OSImage string `json:"os-image"`
KubeletVersion float64 `json:"kubelet-version"`
KubeProxyVersion float64 `json:"kube-proxy-version"`
OsArchLabels string `json:"os-arch-labels"`
Count int `json:"count"`
}
Result defines the "eks-utils nodes list" result.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.