File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55package aws
66
77const (
8- // AnnotationKeyUseFlow is the annotation key used to enable reconciliation with flow instead of terraformer.
9- AnnotationKeyUseFlow = "aws.provider.extensions.gardener.cloud/use-flow"
10- // GlobalAnnotationKeyUseFlow is the annotation key used to enable reconciliation with flow instead of terraformer.
11- GlobalAnnotationKeyUseFlow = "provider.extensions.gardener.cloud/use-flow"
12- // SeedAnnotationKeyUseFlow is the label for seeds to enable flow reconciliation for all of its shoots if value is `true`
13- // or for new shoots only with value `new`
14- SeedAnnotationKeyUseFlow = AnnotationKeyUseFlow
15- // SeedAnnotationUseFlowValueNew is the value to restrict flow reconciliation to new shoot clusters
16- SeedAnnotationUseFlowValueNew = "new"
178 // AnnotationKeyIPStack is the annotation key to set the IP stack for a DNSRecord.
189 AnnotationKeyIPStack = "dns.gardener.cloud/ip-stack"
1910)
20-
21- var (
22- // ValidFlowAnnotations is a list of all the available annotations to indicate the use of the flow reconciler.
23- ValidFlowAnnotations = []string {AnnotationKeyUseFlow , GlobalAnnotationKeyUseFlow }
24- )
You can’t perform that action at this time.
0 commit comments