Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("vpcpeeringconnections") GroupKind = metav1.GroupKind{ Group: "ec2.services.k8s.aws", Kind: "VPCPeeringConnection", } )
View Source
var ( ErrVPCPeeringConnectionCreating = fmt.Errorf( "VPCPeeringConnection in '%v' state, cannot be modified or deleted", "creating", ) ErrVPCPeeringConnectionProvisioning = fmt.Errorf( "VPCPeeringConnection in '%v' state, cannot be modified or deleted", svcsdk.VpcPeeringConnectionStateReasonCodeProvisioning, ) ErrVPCPeeringConnectionDeleting = fmt.Errorf( "VPCPeeringConnection in '%v' state, cannot be modified or deleted", svcsdk.VpcPeeringConnectionStateReasonCodeDeleting, ) )
Functions ¶
func FromACKTags ¶
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.