Skip to content

Commit

Permalink
updated the gnostic version in go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiomSamarth committed Apr 19, 2021
1 parent 1332635 commit 66e5f3d
Show file tree
Hide file tree
Showing 64 changed files with 23,224 additions and 9,349 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
github.com/go-openapi/spec v0.19.3
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/gophercloud/gophercloud v0.7.0
github.com/gophercloud/utils v0.0.0-20200204043447-9864b6f1f12f
github.com/onsi/ginkgo v1.15.2
Expand All @@ -32,7 +33,7 @@ require (
k8s.io/cluster-bootstrap v0.0.0-20190918163108-da9fdfce26bb
k8s.io/code-generator v0.0.0-20190912054826-cd179ad6a269
k8s.io/component-base v0.20.5
k8s.io/klog v0.4.0
k8s.io/klog/v2 v2.4.0
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
)
Expand Down
140 changes: 12 additions & 128 deletions go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions kubernetes/crds/machine.sapcloud.io_machinedeployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ spec:
format: date-time
type: string
value:
description: Required. The taint value corresponding
to the taint key.
description: The taint value corresponding to
the taint key.
type: string
required:
- effect
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/crds/machine.sapcloud.io_machines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ spec:
format: date-time
type: string
value:
description: Required. The taint value corresponding to
the taint key.
description: The taint value corresponding to the taint
key.
type: string
required:
- effect
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/crds/machine.sapcloud.io_machinesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ spec:
format: date-time
type: string
value:
description: Required. The taint value corresponding
to the taint key.
description: The taint value corresponding to
the taint key.
type: string
required:
- effect
Expand Down
3 changes: 2 additions & 1 deletion vendor/github.com/googleapis/gnostic/compiler/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/googleapis/gnostic/compiler/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/googleapis/gnostic/compiler/error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 0 additions & 101 deletions vendor/github.com/googleapis/gnostic/compiler/extension-handler.go

This file was deleted.

85 changes: 85 additions & 0 deletions vendor/github.com/googleapis/gnostic/compiler/extensions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66e5f3d

Please sign in to comment.