Documentation
¶
Index ¶
Constants ¶
View Source
const ( // These are not provided by the SDK.. another example of code we need // to generate. ClusterStatusActive = "ACTIVE" ClusterStatusProvisioning = "PROVISIONING" ClusterStatusDeprovisioning = "DEPROVISIONING" ClusterStatusFailed = "FAILED" ClusterStatusInactive = "INACTIVE" )
View Source
const (
FinalizerString = "finalizers.ecs.services.k8s.aws/Cluster"
)
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("clusters") GroupKind = metav1.GroupKind{ Group: "ecs.services.k8s.aws", Kind: "Cluster", } )
View Source
var (
ACKSystemTags = []string{"services.k8s.aws/namespace", "services.k8s.aws/controller-version"}
)
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.