You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# +operator-builder:collection:field:name=google.projectNumber,type=int,default=12345,replace=PROJECT_NUMBER,description=`
# +kubebuilder:validation:Required
# Project number for the google.project that is being used.`
member: serviceAccount:service-12345@container-engine-robot.iam.gserviceaccount.com
Results in the following error:
/home/scottd018/VSCode/github/project/operator/bin/controller-gen "crd:preserveUnknownFields=false,crdVersions=v1,trivialVersions=true" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
/home/scottd018/VSCode/github/project/operator/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..."
go fmt ./...
go vet ./...
# github.com/project/operator/apis/infra/v1alpha1/cluster
apis/infra/v1alpha1/cluster/google_kms_key.go:141:41: invalid operation: "serviceAccount:service-" + collection.Spec.Google.ProjectNumber (mismatched types untyped string and int)
make: *** [Makefile:50: vet] Error 2
The text was updated successfully, but these errors were encountered:
* Remove static resource definition
* Bump ocgk to v0.2.1
* Bump ocgk to v0.2.2
* refactored nested dep check and made logic more obvious
Signed-off-by: Dustin Scott <sdustin@vmware.com>
Co-authored-by: Dustin Scott <sdustin@vmware.com>
Signed-off-by: Jeff Davis <jeffda@vmware.com>
Consider the following marker:
Results in the following error:
The text was updated successfully, but these errors were encountered: