Merge pull request #18353 from deads2k/gv-use-constants
Auto commit by PR queue bot
This commit is contained in:
commit
f3476de08b
|
@ -66,5 +66,5 @@ func main() {
|
||||||
"nginx.key": nginxKey,
|
"nginx.key": nginxKey,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
fmt.Printf(runtime.EncodeOrDie(latest.GroupOrDie("").Codec, secret))
|
fmt.Printf(runtime.EncodeOrDie(latest.GroupOrDie(api.GroupName).Codec, secret))
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,5 +59,5 @@ func main() {
|
||||||
"config": cfg,
|
"config": cfg,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
fmt.Printf(runtime.EncodeOrDie(latest.GroupOrDie("").Codec, secret))
|
fmt.Printf(runtime.EncodeOrDie(latest.GroupOrDie(api.GroupName).Codec, secret))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue