mirror of https://github.com/k3s-io/k3s
remove unused StatusFailure constant
parent
2869ff6a0f
commit
5c53a906bd
|
@ -56,8 +56,6 @@ const (
|
||||||
const (
|
const (
|
||||||
// StatusSuccess represents the successful completion of command.
|
// StatusSuccess represents the successful completion of command.
|
||||||
StatusSuccess = "Success"
|
StatusSuccess = "Success"
|
||||||
// StatusFailed represents that the command failed.
|
|
||||||
StatusFailure = "Failed"
|
|
||||||
// StatusNotSupported represents that the command is not supported.
|
// StatusNotSupported represents that the command is not supported.
|
||||||
StatusNotSupported = "Not supported"
|
StatusNotSupported = "Not supported"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue