fix(controller): rm useless subresource status
Signed-off-by: shinytang6 <1074461480@qq.com>
This commit is contained in:
parent
6c80fbb8e5
commit
ee04a566ab
|
@ -327,8 +327,6 @@ spec:
|
|||
type: object
|
||||
served: true
|
||||
storage: true
|
||||
subresources:
|
||||
status: {}
|
||||
status:
|
||||
acceptedNames:
|
||||
kind: ""
|
||||
|
|
|
@ -7,7 +7,6 @@ import (
|
|||
|
||||
// +genclient
|
||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||
// +kubebuilder:subresource:status
|
||||
// +kubebuilder:resource:shortName=pp
|
||||
|
||||
// PropagationPolicy represents the policy that propagates a group of resources to one or more clusters.
|
||||
|
|
Loading…
Reference in New Issue