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,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// +k8s:deepcopy-gen=package,register
// +k8s:deepcopy-gen=package
// Package api contains the latest (or "internal") version of the
// Kubernetes API objects. This is the API objects as represented in memory.