Update dependencies

this commit updates the k8s dependencies from v0.20.5 to v0.20.9. It
also bundles other dependencies updates.

Signed-off-by: Jonathan Juares Beber <jonathanbeber@gmail.com>
This commit is contained in:
Jonathan Juares Beber
2021-08-11 07:35:11 +02:00
parent d1969a3020
commit 8415373f3d
3 changed files with 38 additions and 29 deletions
@@ -10415,6 +10415,7 @@ func schema_k8sio_api_core_v1_ServicePort(ref common.ReferenceCallback) common.O
"protocol": {
SchemaProps: spec.SchemaProps{
Description: "The IP protocol for this port. Supports \"TCP\", \"UDP\", and \"SCTP\". Default is TCP.",
Default: "TCP",
Type: []string{"string"},
Format: "",
},