Merge pull request #102697 from mlevesquedion/update-levee-analyzer-version

Update version of go-flow-levee for verify-govet-levee check.
This commit is contained in:
Kubernetes Prow Robot
2021-06-08 18:37:46 -07:00
committed by GitHub
4 changed files with 8 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ import (
// of view and as an authentication method for the node in the bootstrap phase of
// "kubeadm join". This token is and should be short-lived
type BootstrapTokenString struct {
ID string `json:"-" datapolicy:"token"`
ID string `json:"-"`
Secret string `json:"-" datapolicy:"token"`
}