Skip to content

Commit fb36393

Browse files
authored
Remove deprecated flow annotation constants (#1670)
1 parent fecf800 commit fb36393

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

pkg/apis/aws/const.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@
55
package aws
66

77
const (
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-
)

0 commit comments

Comments
 (0)