From 43dac0bc4302fed79eaeb661723ca584a9c0496a Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Mon, 4 Sep 2017 15:00:54 +0800 Subject: restructure the source directory Issue-ID: OOM-61 Change-Id: Ib6f633d517ad197bfdbca59b374cdad2f1ed897e Signed-off-by: HuabingZhao --- .../k8s.io/kubernetes/pkg/apis/authorization/doc.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 kube2msb/src/vendor/k8s.io/kubernetes/pkg/apis/authorization/doc.go (limited to 'kube2msb/src/vendor/k8s.io/kubernetes/pkg/apis/authorization/doc.go') diff --git a/kube2msb/src/vendor/k8s.io/kubernetes/pkg/apis/authorization/doc.go b/kube2msb/src/vendor/k8s.io/kubernetes/pkg/apis/authorization/doc.go deleted file mode 100644 index 9660e5e..0000000 --- a/kube2msb/src/vendor/k8s.io/kubernetes/pkg/apis/authorization/doc.go +++ /dev/null @@ -1,19 +0,0 @@ -/* -Copyright 2016 The Kubernetes Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -// +k8s:deepcopy-gen=package,register - -package authorization -- cgit 1.2.3-korg