Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ekman committed Nov 13, 2020
1 parent 1f4d852 commit 8fca0f9
Show file tree
Hide file tree
Showing 11 changed files with 958 additions and 891 deletions.
4 changes: 4 additions & 0 deletions api/openapi-spec/swagger.json

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

2 changes: 2 additions & 0 deletions pkg/apis/core/v1/zz_generated.conversion.go

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

5 changes: 5 additions & 0 deletions pkg/apis/core/zz_generated.deepcopy.go

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

1 change: 1 addition & 0 deletions pkg/registry/core/service/storage/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ go_test(
"//staging/src/k8s.io/apiserver/pkg/util/feature:go_default_library",
"//staging/src/k8s.io/component-base/featuregate/testing:go_default_library",
"//vendor/k8s.io/utils/net:go_default_library",
"//vendor/k8s.io/utils/pointer:go_default_library",
],
)

Expand Down
1,782 changes: 910 additions & 872 deletions staging/src/k8s.io/api/core/v1/generated.pb.go

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions staging/src/k8s.io/api/core/v1/generated.proto

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

37 changes: 19 additions & 18 deletions staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

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

3 changes: 2 additions & 1 deletion staging/src/k8s.io/api/testdata/HEAD/core.v1.Service.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"ipFamilies": [
"斬³;Ơ歿:狞夌碕ʂɭîcP$Iņɖ"
],
"ipFamilyPolicy": "9ȫŚ"
"ipFamilyPolicy": "9ȫŚ",
"allocateLoadBalancerNodePorts": true
},
"status": {
"loadBalancer": {
Expand Down
Binary file modified staging/src/k8s.io/api/testdata/HEAD/core.v1.Service.pb
Binary file not shown.
1 change: 1 addition & 0 deletions staging/src/k8s.io/api/testdata/HEAD/core.v1.Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ metadata:
selfLink: "5"
uid: "7"
spec:
allocateLoadBalancerNodePorts: true
clusterIP: "24"
clusterIPs:
- "25"
Expand Down

0 comments on commit 8fca0f9

Please sign in to comment.