| 56 | } |
| 57 | |
| 58 | type ClusterRegion struct { |
| 59 | // HostCollectorMeta is defined in troubleshoot.sh |
| 60 | troubleshoot.HostCollectorMeta `json:",inline"` |
| 61 | // ProviderName denotes the cloud provider target k8s located on |
| 62 | // +kubebuilder:validation:Required |
| 63 | ProviderName string `json:"providerName"` |
| 64 | } |
| 65 | |
| 66 | type ExtendHostCollect struct { |
| 67 | // HostUtility is to collect the data of target utility. |
nothing calls this directly
no outgoing calls
no test coverage detected