deepcopy: remove deepcopy register tags

Kubernetes-commit: 72809a08b94650bc8988db37be3a2ee4c6ccd113
This commit is contained in:
Dr. Stefan Schimanski 2017-11-09 12:40:14 +01:00 committed by Kubernetes Publisher
parent 782f045d1d
commit 693567fbcc
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// +k8s:deepcopy-gen=package,register // +k8s:deepcopy-gen=package
// Package scheme contains a runtime.Scheme to be used for serializing // Package scheme contains a runtime.Scheme to be used for serializing
// and deserializing different versions of Scale, and for converting // and deserializing different versions of Scale, and for converting

View File

@ -14,5 +14,5 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// +k8s:deepcopy-gen=package,register // +k8s:deepcopy-gen=package
package api package api

View File

@ -14,5 +14,5 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// +k8s:deepcopy-gen=package,register // +k8s:deepcopy-gen=package
package v1 package v1