tags

package
v1.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ACKSystemTags = []string{"services.k8s.aws/namespace", "services.k8s.aws/controller-version"}
)

Functions

func GetResourceTags

func GetResourceTags(
	ctx context.Context,
	client tagsClient,
	mr metricsRecorder,
	resourceARN string,
) ([]*svcapitypes.Tag, error)

GetRecourceTags uses DescribeTags API Call to get the tags of a resource.

func SyncRecourseTags

func SyncRecourseTags(
	ctx context.Context,
	client tagsClient,
	mr metricsRecorder,
	resourceARN string,
	currentTags []*svcapitypes.Tag,
	desiredTags []*svcapitypes.Tag,
	convertToOrderedACKTags func(tags []*svcapitypes.Tag) (acktags.Tags, []string),
	fromACKTags func(tags acktags.Tags, keyOrder []string) []*svcapitypes.Tag,
) (err error)

SyncResourceTags uses TagResource and UntagResource API Calls to add, remove and update resource tags.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL