Run hack/update-all.sh

Kubernetes-commit: c8dacd8e631f59ef158c79156d77a99fd2a632cc
This commit is contained in:
jennybuckley
2018-02-26 17:16:14 -08:00
committed by Kubernetes Publisher
parent 601d858a59
commit 50244542bb
528 changed files with 836 additions and 229 deletions

View File

@@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This file was autogenerated by deepcopy-gen. Do not edit it manually!
// Code generated by deepcopy-gen. DO NOT EDIT.
package api
@@ -210,9 +210,8 @@ func (in *Config) DeepCopy() *Config {
func (in *Config) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
} else {
return nil
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.