Skip to content

Commit 75a92c7

Browse files
author
Mengqi Yu
committed
🏃 remove dead markers
1 parent b026aaa commit 75a92c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/crd/pkg/resource.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@ type ChaosPodStatus struct {
4141
LastRun metav1.Time `json:"lastRun,omitempty"`
4242
}
4343

44-
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
45-
4644
// ChaosPod is the Schema for the randomjobs API
4745
// +kubebuilder:printcolumn:name="next stop",type="string",JSONPath=".spec.nextStop",format="date"
4846
// +kubebuilder:printcolumn:name="last run",type="string",JSONPath=".status.lastRun",format="date"
49-
// +k8s:openapi-gen=true
5047
type ChaosPod struct {
5148
metav1.TypeMeta `json:",inline"`
5249
metav1.ObjectMeta `json:"metadata,omitempty"`
@@ -55,8 +52,6 @@ type ChaosPod struct {
5552
Status ChaosPodStatus `json:"status,omitempty"`
5653
}
5754

58-
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
59-
6055
// ChaosPodList contains a list of ChaosPod
6156
type ChaosPodList struct {
6257
metav1.TypeMeta `json:",inline"`

0 commit comments

Comments
 (0)