vendor: bump to kube v1.7.5
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
378b9c0d2f
commit
eca8457468
7 changed files with 22 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
||||||
k8s.io/kubernetes v1.7.4 https://github.com/kubernetes/kubernetes
|
k8s.io/kubernetes v1.7.5 https://github.com/kubernetes/kubernetes
|
||||||
# https://github.com/kubernetes/client-go#compatibility-matrix
|
# https://github.com/kubernetes/client-go#compatibility-matrix
|
||||||
k8s.io/client-go v4.0.0 https://github.com/kubernetes/client-go
|
k8s.io/client-go v4.0.0 https://github.com/kubernetes/client-go
|
||||||
k8s.io/apimachinery release-1.7 https://github.com/kubernetes/apimachinery
|
k8s.io/apimachinery release-1.7 https://github.com/kubernetes/apimachinery
|
||||||
|
|
2
vendor/k8s.io/kubernetes/README.md
generated
vendored
2
vendor/k8s.io/kubernetes/README.md
generated
vendored
|
@ -81,6 +81,6 @@ That said, if you have questions, reach out to us
|
||||||
[Scalable Microservices with Kubernetes]: https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615
|
[Scalable Microservices with Kubernetes]: https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615
|
||||||
[Submit Queue]: http://submit-queue.k8s.io/#/e2e
|
[Submit Queue]: http://submit-queue.k8s.io/#/e2e
|
||||||
[Submit Queue Widget]: http://submit-queue.k8s.io/health.svg?v=1
|
[Submit Queue Widget]: http://submit-queue.k8s.io/health.svg?v=1
|
||||||
[troubleshooting guide]: https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/
|
[troubleshooting guide]: https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/
|
||||||
|
|
||||||
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/README.md?pixel)]()
|
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/README.md?pixel)]()
|
||||||
|
|
2
vendor/k8s.io/kubernetes/pkg/api/v1/generated.proto
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/api/v1/generated.proto
generated
vendored
|
@ -1936,7 +1936,7 @@ message ObjectMeta {
|
||||||
// this object has been completely initialized. Otherwise, the object is considered uninitialized
|
// this object has been completely initialized. Otherwise, the object is considered uninitialized
|
||||||
// and is hidden (in list/watch and get calls) from clients that haven't explicitly asked to
|
// and is hidden (in list/watch and get calls) from clients that haven't explicitly asked to
|
||||||
// observe uninitialized objects.
|
// observe uninitialized objects.
|
||||||
//
|
//
|
||||||
// When an object is created, the system will populate this list with the current set of initializers.
|
// When an object is created, the system will populate this list with the current set of initializers.
|
||||||
// Only privileged users may set or modify this list. Once it is empty, it may not be modified further
|
// Only privileged users may set or modify this list. Once it is empty, it may not be modified further
|
||||||
// by any user.
|
// by any user.
|
||||||
|
|
7
vendor/k8s.io/kubernetes/pkg/apis/admissionregistration/v1alpha1/generated.proto
generated
vendored
7
vendor/k8s.io/kubernetes/pkg/apis/admissionregistration/v1alpha1/generated.proto
generated
vendored
|
@ -159,7 +159,7 @@ message Rule {
|
||||||
repeated string apiVersions = 2;
|
repeated string apiVersions = 2;
|
||||||
|
|
||||||
// Resources is a list of resources this rule applies to.
|
// Resources is a list of resources this rule applies to.
|
||||||
//
|
//
|
||||||
// For example:
|
// For example:
|
||||||
// 'pods' means pods.
|
// 'pods' means pods.
|
||||||
// 'pods/log' means the log subresource of pods.
|
// 'pods/log' means the log subresource of pods.
|
||||||
|
@ -167,10 +167,10 @@ message Rule {
|
||||||
// 'pods/*' means all subresources of pods.
|
// 'pods/*' means all subresources of pods.
|
||||||
// '*/scale' means all scale subresources.
|
// '*/scale' means all scale subresources.
|
||||||
// '*/*' means all resources and their subresources.
|
// '*/*' means all resources and their subresources.
|
||||||
//
|
//
|
||||||
// If wildcard is present, the validation rule will ensure resources do not
|
// If wildcard is present, the validation rule will ensure resources do not
|
||||||
// overlap with each other.
|
// overlap with each other.
|
||||||
//
|
//
|
||||||
// Depending on the enclosing object, subresources might not be allowed.
|
// Depending on the enclosing object, subresources might not be allowed.
|
||||||
// Required.
|
// Required.
|
||||||
repeated string resources = 3;
|
repeated string resources = 3;
|
||||||
|
@ -200,3 +200,4 @@ message ServiceReference {
|
||||||
// Required
|
// Required
|
||||||
optional string name = 2;
|
optional string name = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
1
vendor/k8s.io/kubernetes/pkg/apis/networking/v1/generated.proto
generated
vendored
1
vendor/k8s.io/kubernetes/pkg/apis/networking/v1/generated.proto
generated
vendored
|
@ -124,3 +124,4 @@ message NetworkPolicySpec {
|
||||||
// +optional
|
// +optional
|
||||||
repeated NetworkPolicyIngressRule ingress = 2;
|
repeated NetworkPolicyIngressRule ingress = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
26
vendor/k8s.io/kubernetes/pkg/cloudprovider/README.md
generated
vendored
26
vendor/k8s.io/kubernetes/pkg/cloudprovider/README.md
generated
vendored
|
@ -1,16 +1,16 @@
|
||||||
##### Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. Cloud Providers in this directory will continue to be actively developed or maintained and supported at their current level of support as a longer-term solution evolves.
|
##### Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. Cloud Providers in this directory will continue to be actively developed or maintained and supported at their current level of support as a longer-term solution evolves.
|
||||||
|
|
||||||
## Overview:
|
## Overview:
|
||||||
The mechanism for supporting cloud providers is currently in transition: the original method of implementing cloud provider-specific functionality within the main kubernetes tree (here) is no longer advised; however, the proposed solution is still in development.
|
The mechanism for supporting cloud providers is currently in transition: the original method of implementing cloud provider-specific functionality within the main kubernetes tree (here) is no longer advised; however, the proposed solution is still in development.
|
||||||
|
|
||||||
#### Guidance for potential cloud providers:
|
#### Guidance for potential cloud providers:
|
||||||
* Support for cloud providers is currently in a state of flux. Background information on motivation and the proposal for improving is in the github [proposal](https://git.k8s.io/community/contributors/design-proposals/cloud-provider-refactoring.md).
|
* Support for cloud providers is currently in a state of flux. Background information on motivation and the proposal for improving is in the github [proposal](https://git.k8s.io/community/contributors/design-proposals/cloud-provider-refactoring.md).
|
||||||
* In support of this plan, a new cloud-controller-manager binary was added in 1.6. This was the first of several steps (see the proposal for more information).
|
* In support of this plan, a new cloud-controller-manager binary was added in 1.6. This was the first of several steps (see the proposal for more information).
|
||||||
* Attempts to contribute new cloud providers or (to a lesser extent) persistent volumes to the core repo will likely meet with some pushback from reviewers/approvers.
|
* Attempts to contribute new cloud providers or (to a lesser extent) persistent volumes to the core repo will likely meet with some pushback from reviewers/approvers.
|
||||||
* It is understood that this is an unfortunate situation in which 'the old way is no longer supported but the new way is not ready yet', but the initial path is unsustainable, and contributors are encouraged to participate in the implementation of the proposed long-term solution, as there is risk that PRs for new cloud providers here will not be approved.
|
* It is understood that this is an unfortunate situation in which 'the old way is no longer supported but the new way is not ready yet', but the initial path is unsustainable, and contributors are encouraged to participate in the implementation of the proposed long-term solution, as there is risk that PRs for new cloud providers here will not be approved.
|
||||||
* Though the fully productized support envisioned in the proposal is still 2 - 3 releases out, the foundational work is underway, and a motivated cloud provider could accomplish the work in a forward-looking way. Contributors are encouraged to assist with the implementation of the design outlined in the proposal.
|
* Though the fully productized support envisioned in the proposal is still 2 - 3 releases out, the foundational work is underway, and a motivated cloud provider could accomplish the work in a forward-looking way. Contributors are encouraged to assist with the implementation of the design outlined in the proposal.
|
||||||
|
|
||||||
#### Some additional context on status / direction:
|
#### Some additional context on status / direction:
|
||||||
* 1.6 added a new cloud-controller-manager binary that may be used for testing the new out-of-core cloudprovider flow.
|
* 1.6 added a new cloud-controller-manager binary that may be used for testing the new out-of-core cloudprovider flow.
|
||||||
* Setting cloud-provider=external allows for creation of a separate controller-manager binary
|
* Setting cloud-provider=external allows for creation of a separate controller-manager binary
|
||||||
* 1.7 adds [extensible admission control](https://git.k8s.io/community/contributors/design-proposals/admission_control_extension.md), further enabling topology customization.
|
* 1.7 adds [extensible admission control](https://git.k8s.io/community/contributors/design-proposals/admission_control_extension.md), further enabling topology customization.
|
||||||
|
|
2
vendor/k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto
generated
vendored
|
@ -990,7 +990,7 @@ message FilesystemUsage {
|
||||||
// The underlying storage of the filesystem.
|
// The underlying storage of the filesystem.
|
||||||
StorageIdentifier storage_id = 2;
|
StorageIdentifier storage_id = 2;
|
||||||
// UsedBytes represents the bytes used for images on the filesystem.
|
// UsedBytes represents the bytes used for images on the filesystem.
|
||||||
// This may differ from the total bytes used on the filesystem and may not
|
// This may differ from the total bytes used on the filesystem and may not
|
||||||
// equal CapacityBytes - AvailableBytes.
|
// equal CapacityBytes - AvailableBytes.
|
||||||
UInt64Value used_bytes = 3;
|
UInt64Value used_bytes = 3;
|
||||||
// InodesUsed represents the inodes used by the images.
|
// InodesUsed represents the inodes used by the images.
|
||||||
|
|
Loading…
Reference in a new issue