mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Fixed a small comment typo
This commit is contained in:
parent
3900e36d62
commit
ecc20e9024
@ -35,7 +35,7 @@ const (
|
|||||||
UNTAINTED = "untainted"
|
UNTAINTED = "untainted"
|
||||||
)
|
)
|
||||||
|
|
||||||
// parseTaint parses a taint from a string. Taint must be off the format '<key>=<value>:<effect>'.
|
// parseTaint parses a taint from a string. Taint must be of the format '<key>=<value>:<effect>'.
|
||||||
func parseTaint(st string) (v1.Taint, error) {
|
func parseTaint(st string) (v1.Taint, error) {
|
||||||
var taint v1.Taint
|
var taint v1.Taint
|
||||||
parts := strings.Split(st, "=")
|
parts := strings.Split(st, "=")
|
||||||
|
Loading…
Reference in New Issue
Block a user