Merge pull request #457 from shinytang6/fix/rm-sub-status
fix(controller): rm useless subresource status
This commit is contained in:
commit
1c25c0015e
|
@ -327,8 +327,6 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: true
|
||||||
subresources:
|
|
||||||
status: {}
|
|
||||||
status:
|
status:
|
||||||
acceptedNames:
|
acceptedNames:
|
||||||
kind: ""
|
kind: ""
|
||||||
|
|
|
@ -7,7 +7,6 @@ import (
|
||||||
|
|
||||||
// +genclient
|
// +genclient
|
||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||||
// +kubebuilder:subresource:status
|
|
||||||
// +kubebuilder:resource:shortName=pp
|
// +kubebuilder:resource:shortName=pp
|
||||||
|
|
||||||
// PropagationPolicy represents the policy that propagates a group of resources to one or more clusters.
|
// PropagationPolicy represents the policy that propagates a group of resources to one or more clusters.
|
||||||
|
|
Loading…
Reference in New Issue