Documentation ¶
Index ¶
- func CompareStringMaps(map1, map2 map[string]string) bool
- func CompareStringSliceElements(lh []string, rh []string) bool
- func CreateTagSpecs(instanceTags map[string]*string) []*ec2.LaunchTemplateTagSpecificationRequest
- func GetInstanceTags(templateTags []*ec2.LaunchTemplateTagSpecification) map[string]*string
- func GetKeyValuesToUpdate(tags map[string]string, upstreamTags map[string]string) map[string]*string
- func GetKeysToDelete(tags map[string]string, upstreamTags map[string]string) []*string
- func MergeMaps(map1, map2 map[string]string) map[string]string
- func Parse(ref string) (namespace string, name string)
- func SubtractMaps(map1, map2 map[string]string) map[string]string
- func ValuesFromMap(m map[string]string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareStringMaps ¶ added in v1.0.6
func CreateTagSpecs ¶ added in v1.0.6
func CreateTagSpecs(instanceTags map[string]*string) []*ec2.LaunchTemplateTagSpecificationRequest
func GetInstanceTags ¶ added in v1.0.6
func GetInstanceTags(templateTags []*ec2.LaunchTemplateTagSpecification) map[string]*string
func GetKeyValuesToUpdate ¶
func GetKeysToDelete ¶
func SubtractMaps ¶ added in v1.0.6
SubtractMaps will remove all keys and values in map2 from map1.
func ValuesFromMap ¶ added in v1.0.6
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.