Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AnnotationLastRequestedAccessString is an annotation whose value is the string // passed in as input to either the create or modify API called most recently AnnotationLastRequestedAccessString = svcapitypes.AnnotationPrefix + "last-requested-access-string" )
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("users") GroupKind = metav1.GroupKind{ Group: "memorydb.services.k8s.aws", Kind: "User", } )
Functions ¶
func FromACKTags ¶ added in v0.0.3
func FromACKTags(tags acktags.Tags) []*svcapitypes.Tag
FromACKTags converts the tags parameter into []*svcapitypes.Tag shape. This method helps in setting the tags back inside AWSResource after merging default controller tags with existing resource tags.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.