clean up genclient tags for hub types

This commit is contained in:
yue9944882
2019-04-24 15:27:02 +08:00
parent 970e5929fe
commit 71a58de48b
17 changed files with 0 additions and 80 deletions

View File

@@ -23,7 +23,6 @@ import (
api "k8s.io/kubernetes/pkg/apis/core"
)
// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// StatefulSet represents a set of pods with consistent identities.
@@ -227,7 +226,6 @@ type StatefulSetList struct {
Items []StatefulSet
}
// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// ControllerRevision implements an immutable snapshot of state data. Clients
@@ -262,7 +260,6 @@ type ControllerRevisionList struct {
Items []ControllerRevision
}
// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
type Deployment struct {
@@ -644,7 +641,6 @@ type DaemonSetCondition struct {
Message string
}
// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// DaemonSet represents the configuration of a daemon set.
@@ -691,7 +687,6 @@ type DaemonSetList struct {
Items []DaemonSet
}
// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// ReplicaSet ensures that a specified number of pod replicas are running at any given time.