Documentation ¶
Index ¶
Constants ¶
View Source
const (
FinalizerString = "finalizers.eks.services.k8s.aws/FargateProfile"
)
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("fargateprofiles") GroupKind = metav1.GroupKind{ Group: "eks.services.k8s.aws", Kind: "FargateProfile", } )
View Source
var (
UnableToUpdateError = "Changes to FargateProfile resources are not" +
" currently possible. To update the resource, delete and re-create it"
)
Functions ¶
func FromACKTags ¶ added in v0.1.2
FromACKTags converts the tags parameter into map[string]*string 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.