Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForCluster ¶
ForCluster generates a name string when a and b are empty strings. If either a or b are non-empty, it returns whichever is non-empty. If neither a nor b are empty, it returns empty name, to indicate ambiguous usage.
func ForFargateProfile ¶
ForFargateProfile returns the provided name if non-empty, or else generates a random name matching: fp-[abcdef0123456789]{8}
func ForNodeGroup ¶
ForNodeGroup generates a name string when a and b are empty strings. If either a or b are non-empty, it returns whichever is non-empty. If neither a nor b are empty, it returns empty name, to indicate ambiguous usage. It uses a different naming scheme from ClusterName, so that users can easily distinguish a cluster name from nodegroup name.
func RandomName ¶
RandomName generates a string of the provided length by randomly selecting characters in the provided set.
Types ¶
This section is empty.