Skip to content

Commit

Permalink
Gopkg.lock,vendor: make dep-update (operator-framework#1223)
Browse files Browse the repository at this point in the history
* Gopkg.lock,vendor: make dep-update

* pkg/scaffold/crd_test.go: update unit tests
  • Loading branch information
AlexNPavel authored Mar 18, 2019
1 parent f0d8d96 commit 8aad21a
Show file tree
Hide file tree
Showing 209 changed files with 6,325 additions and 2,083 deletions.
213 changes: 107 additions & 106 deletions Gopkg.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions pkg/scaffold/crd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,21 @@ spec:
openAPIV3Schema:
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
properties:
size:
description: Size is the size of the memcached deployment
format: int32
type: integer
required:
Expand All @@ -96,6 +103,7 @@ spec:
status:
properties:
nodes:
description: Nodes are the names of the memcached pods
items:
type: string
type: array
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/Azure/go-autorest/autorest/version.go

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

10 changes: 10 additions & 0 deletions vendor/github.com/Masterminds/sprig/dict.go

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

3 changes: 2 additions & 1 deletion vendor/github.com/Masterminds/sprig/functions.go

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

3 changes: 3 additions & 0 deletions vendor/github.com/Masterminds/sprig/list.go

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

73 changes: 48 additions & 25 deletions vendor/github.com/Masterminds/sprig/strings.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/PuerkitoBio/purell/purell.go

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

Loading

0 comments on commit 8aad21a

Please sign in to comment.