From 70d62a93a521b34065cbd685ab6d9f4eeb8786b7 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Wed, 7 Sep 2016 16:09:48 -0700 Subject: [PATCH] other manual changes --- CHANGELOG.md | 2 +- .../federation_release_1_5/import_known_versions.go | 2 +- .../clientset_generated/release_1_5/import_known_versions.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae783b6361..d7e8991a7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1506,7 +1506,7 @@ etc) volumes and block-device volumes will be owned by the FSGroup, and each container in the pod will run with the FSGroup as a supplemental group * Volumes that support SELinux labelling are now automatically relabeled with the Pod’s SELinux context, if specified - * A stable client library release\_1\_2 is added. The library is [here](pkg/client/clientset_generated/release_1_2/), and detailed doc is [here](docs/devel/generating-clientset.md#released-clientsets). We will keep the interface of this go client stable. + * A stable client library release\_1\_2 is added. The library is [here](pkg/client/clientset_generated/), and detailed doc is [here](docs/devel/generating-clientset.md#released-clientsets). We will keep the interface of this go client stable. * New Azure File Service Volume Plugin enables mounting Microsoft Azure File Volumes (SMB 2.1 and 3.0) into a Pod. See [example](https://github.com/kubernetes/kubernetes/blob/release-1.2/examples/azure_file/README.md) for details. * Logs usage and root filesystem usage of a container, volumes usage of a pod and node disk usage are exposed through Kubelet new metrics API. diff --git a/federation/client/clientset_generated/federation_release_1_5/import_known_versions.go b/federation/client/clientset_generated/federation_release_1_5/import_known_versions.go index 4acd5699c1e..8140d2858fc 100644 --- a/federation/client/clientset_generated/federation_release_1_5/import_known_versions.go +++ b/federation/client/clientset_generated/federation_release_1_5/import_known_versions.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package federation_release_1_4 +package federation_release_1_5 // These imports are the API groups the client will support. import ( diff --git a/pkg/client/clientset_generated/release_1_5/import_known_versions.go b/pkg/client/clientset_generated/release_1_5/import_known_versions.go index 5b4cd6e3f7c..024a8b2c94b 100644 --- a/pkg/client/clientset_generated/release_1_5/import_known_versions.go +++ b/pkg/client/clientset_generated/release_1_5/import_known_versions.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package release_1_4 +package release_1_5 // These imports are the API groups the client will support. import (