Merge pull request #99817 from liggitt/zero-value

Fix zero-value custom resource validation with go1.16

Kubernetes-commit: feab32b220cd39699696d832020f8808a70bb412
This commit is contained in:
Kubernetes Publisher
2021-03-05 06:44:23 -08:00
parent 292d7d1643
commit 21cbf17cc2
3 changed files with 17 additions and 18 deletions
+5 -9
View File
@@ -138,10 +138,6 @@
"ImportPath": "github.com/fsnotify/fsnotify",
"Rev": "v1.4.7"
},
{
"ImportPath": "github.com/ghodss/yaml",
"Rev": "73d445a93680"
},
{
"ImportPath": "github.com/go-gl/glfw",
"Rev": "e6da0acd62b1"
@@ -472,19 +468,19 @@
},
{
"ImportPath": "k8s.io/api",
"Rev": "9a813edcaca0"
"Rev": "3687c906b8c9"
},
{
"ImportPath": "k8s.io/apimachinery",
"Rev": "317ebe7c2dbd"
"Rev": "283a3268598b"
},
{
"ImportPath": "k8s.io/client-go",
"Rev": "a33729487127"
"Rev": "1745c9faaaff"
},
{
"ImportPath": "k8s.io/code-generator",
"Rev": "748252d1b6f4"
"Rev": "cc2553e427ca"
},
{
"ImportPath": "k8s.io/gengo",
@@ -496,7 +492,7 @@
},
{
"ImportPath": "k8s.io/kube-openapi",
"Rev": "d219536bb9fd"
"Rev": "591a79e4bda7"
},
{
"ImportPath": "k8s.io/utils",