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.
Click to show internal directories.
Click to hide internal directories.