Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusPendingAcceptance = "pendingAcceptance" StatusPending = "pending" StatusAvailable = "available" StatusDeleting = "deleting" StatusDeleted = "deleted" StatusRejected = "rejected" StatusFailed = "failed" )
View Source
const (
FinalizerString = "finalizers.ec2.services.k8s.aws/VPCEndpoint"
)
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("vpcendpoints") GroupKind = metav1.GroupKind{ Group: "ec2.services.k8s.aws", Kind: "VPCEndpoint", } )
Functions ¶
func FromACKTags ¶ added in v0.0.16
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.