Merge pull request #457 from shinytang6/fix/rm-sub-status

fix(controller): rm useless subresource status
This commit is contained in:
karmada-bot 2021-06-21 10:20:16 +08:00 committed by GitHub
commit 1c25c0015e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.