fix(controller): rm useless subresource status

Signed-off-by: shinytang6 <1074461480@qq.com>
This commit is contained in:
shinytang6 2021-06-20 20:04:26 +08:00
parent 6c80fbb8e5
commit ee04a566ab
2 changed files with 0 additions and 3 deletions

View File

@ -327,8 +327,6 @@ spec:
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""

View File

@ -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.