You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/util/constants/constants.go
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,11 @@ const (
44
44
45
45
SecretAccessPackageYaml="accessPackage.yaml"// Key in Secret.data used to store a YAML encoded access package
46
46
47
-
FinalizerPodDrainDBServer="dbserver.database.arangodb.com/drain"// Finalizer added to DBServers, indicating the need for draining that dbserver
48
-
FinalizerPodAgencyServing="agent.database.arangodb.com/agency-serving"// Finalizer added to Agents, indicating the need for keeping enough agents alive
49
-
FinalizerPVCMemberExists="pvc.database.arangodb.com/member-exists"// Finalizer added to PVCs, indicating the need to keep is as long as its member exists
50
-
FinalizerDeplReplStopSync="replication.database.arangodb.com/stop-sync"// Finalizer added to ArangoDeploymentReplication, indicating the need to stop synchronization
47
+
FinalizerDeplRemoveChildFinalizers="database.arangodb.com/remove-child-finalizers"// Finalizer added to ArangoDeployment, indicating the need to remove finalizers from all children
48
+
FinalizerDeplReplStopSync="replication.database.arangodb.com/stop-sync"// Finalizer added to ArangoDeploymentReplication, indicating the need to stop synchronization
49
+
FinalizerPodAgencyServing="agent.database.arangodb.com/agency-serving"// Finalizer added to Agents, indicating the need for keeping enough agents alive
50
+
FinalizerPodDrainDBServer="dbserver.database.arangodb.com/drain"// Finalizer added to DBServers, indicating the need for draining that dbserver
51
+
FinalizerPVCMemberExists="pvc.database.arangodb.com/member-exists"// Finalizer added to PVCs, indicating the need to keep is as long as its member exists
51
52
52
53
AnnotationEnforceAntiAffinity="database.arangodb.com/enforce-anti-affinity"// Key of annotation added to PVC. Value is a boolean "true" or "false"
0 commit comments