We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2518ee commit 51799c1Copy full SHA for 51799c1
1 file changed
pkg/aws/types.go
@@ -137,10 +137,6 @@ const (
137
// RoleARN is a constant for the key in a cloud provider secret that points to the role which should be assumed.
138
RoleARN = "roleARN"
139
140
- // CSISnapshotValidationName is the constant for the name of the csi-snapshot-validation-webhook component.
141
- // TODO(AndreasBurger): Clean up once SnapshotValidation is removed everywhere
142
- CSISnapshotValidationName = "csi-snapshot-validation"
143
-
144
// CSIEfsNodeName is the constant for the name of the efs csi node deployment.
145
CSIEfsNodeName = "csi-driver-efs-node"
146
// CSIEfsControllerName is the constant for the name of the efs csi controller deployment.
0 commit comments