mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 01:26:28 +00:00
remove unused StatusFailure constant
This commit is contained in:
parent
2869ff6a0f
commit
5c53a906bd
@ -56,8 +56,6 @@ const (
|
||||
const (
|
||||
// StatusSuccess represents the successful completion of command.
|
||||
StatusSuccess = "Success"
|
||||
// StatusFailed represents that the command failed.
|
||||
StatusFailure = "Failed"
|
||||
// StatusNotSupported represents that the command is not supported.
|
||||
StatusNotSupported = "Not supported"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user