mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
remove old method definition
Signed-off-by: Dan Jones <danj@replicated.com>
This commit is contained in:
@@ -48,24 +48,6 @@ type SupportBundle struct {
|
||||
Status SupportBundleStatus `json:"status,omitempty"`
|
||||
}
|
||||
|
||||
func (s *SupportBundle) concatSpec(bundle *SupportBundle) {
|
||||
for _, v := range bundle.Spec.Collectors {
|
||||
s.Spec.Collectors = append(bundle.Spec.Collectors, v)
|
||||
}
|
||||
for _, v := range bundle.Spec.AfterCollection {
|
||||
s.Spec.AfterCollection = append(bundle.Spec.AfterCollection, v)
|
||||
}
|
||||
for _, v := range bundle.Spec.HostCollectors {
|
||||
s.Spec.HostCollectors = append(bundle.Spec.HostCollectors, v)
|
||||
}
|
||||
for _, v := range bundle.Spec.HostAnalyzers {
|
||||
s.Spec.HostAnalyzers = append(bundle.Spec.HostAnalyzers, v)
|
||||
}
|
||||
for _, v := range bundle.Spec.Analyzers {
|
||||
s.Spec.Analyzers = append(bundle.Spec.Analyzers, v)
|
||||
}
|
||||
}
|
||||
|
||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||
|
||||
// SupportBundleList contains a list of SupportBundle
|
||||
|
||||
Reference in New Issue
Block a user