mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
fix error info
This commit is contained in:
parent
058b26f38e
commit
19c9df95ad
@ -80,7 +80,7 @@ func (cml *ConfigMapLock) Create(ler LeaderElectionRecord) error {
|
|||||||
// Update will update an existing annotation on a given resource.
|
// Update will update an existing annotation on a given resource.
|
||||||
func (cml *ConfigMapLock) Update(ler LeaderElectionRecord) error {
|
func (cml *ConfigMapLock) Update(ler LeaderElectionRecord) error {
|
||||||
if cml.cm == nil {
|
if cml.cm == nil {
|
||||||
return errors.New("endpoint not initialized, call get or create first")
|
return errors.New("configmap not initialized, call get or create first")
|
||||||
}
|
}
|
||||||
recordBytes, err := json.Marshal(ler)
|
recordBytes, err := json.Marshal(ler)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user