Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppName string = "eks-managed-node-groups" AppUsage string = "managed Amazon EKS node groups made easy" )
Variables ¶
View Source
var ( GitVersion string GoVersion string BuildTime string )
View Source
var NodeGroupTypes = map[NodeGroupType]string{ Managed: "Managed Node Group", SelfManaged: "Self-managed Node Group", }
Functions ¶
This section is empty.
Types ¶
type NodeGroupType ¶ added in v1.0.2
type NodeGroupType int
const ( Managed NodeGroupType = iota SelfManaged )
Click to show internal directories.
Click to hide internal directories.