Fix a spelling mistake; regenerate

This commit is contained in:
Justin Santa Barbara 2020-04-07 10:47:00 -04:00
parent cfeefed17f
commit b903724e0f
3 changed files with 1786 additions and 739 deletions

View File

@ -175,7 +175,9 @@ kops-gobindata: gobindata-tool ${BINDATA_TARGETS}
UPUP_MODELS_BINDATA_SOURCES:=$(shell find upup/models/ | egrep -v "upup/models/bindata.go")
upup/models/bindata.go: ${GOBINDATA} ${UPUP_MODELS_BINDATA_SOURCES}
cd ${KOPS_ROOT}; ${GOBINDATA} -o $@ -pkg models -nometadata -nocompress -ignore="\\.DS_Store" -ignore="bindata\\.go" -ignore="vfs\\.go" -prefix upup/models/ upup/models/... && GO111MODULE=on go run golang.org/x/tools/cmd/goimports -w -v upup/models/bindata.go
cd ${KOPS_ROOT}; ${GOBINDATA} -o $@ -pkg models -nometadata -nocompress -ignore="\\.DS_Store" -ignore="bindata\\.go" -ignore="vfs\\.go" -prefix upup/models/ upup/models/...
GO111MODULE=on go run golang.org/x/tools/cmd/goimports -w -v upup/models/bindata.go
gofmt -w -s upup/models/bindata.go
# Build in a docker container with golang 1.X
# Used to test we have not broken 1.X

File diff suppressed because it is too large Load Diff

View File

@ -404,7 +404,7 @@ rules:
- get
- list
- watch
# These permissions are only requried for upgrade from v2.6, and can
# These permissions are only required for upgrade from v2.6, and can
# be removed after upgrade or on fresh installations.
- apiGroups: ["crd.projectcalico.org"]
resources: