-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After further consideration, the warning logs and flag for backcompat feel a little ineffective. The logs are not a very actionable place to do deprecation warnings. They are just tucked away too deep for anyone to notice. Further, since this will be the only change between 0.1.0 and 0.2.0, if enforcement is problematic, operators can just not upgrade (or downgrade if they don't read the changelog before upgrading). Signed-off-by: Andrew Harding <aharding@vmware.com>
- Loading branch information
Showing
7 changed files
with
45 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
package logkeys | ||
|
||
const ( | ||
CSISocketPath = "csiSocketPath" | ||
EnforceReadOnlyVolume = "enforceReadOnlyVolume" | ||
FullMethod = "fullMethod" | ||
NodeID = "nodeID" | ||
TargetPath = "targetPath" | ||
Version = "version" | ||
VolumeID = "volumeID" | ||
VolumePath = "volumePath" | ||
WorkloadAPISocketDir = "workloadAPISocketDir" | ||
CSISocketPath = "csiSocketPath" | ||
FullMethod = "fullMethod" | ||
NodeID = "nodeID" | ||
TargetPath = "targetPath" | ||
Version = "version" | ||
VolumeID = "volumeID" | ||
VolumePath = "volumePath" | ||
WorkloadAPISocketDir = "workloadAPISocketDir" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters