deepcopy: remove deepcopy register tags

This commit is contained in:
Dr. Stefan Schimanski
2017-11-09 12:40:14 +01:00
parent b5b62c6831
commit 72809a08b9
91 changed files with 90 additions and 95 deletions

View File

@@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// +k8s:deepcopy-gen=package,register
// +k8s:deepcopy-gen=package
// +groupName=scheduling.k8s.io
package scheduling // import "k8s.io/kubernetes/pkg/apis/scheduling"