MCPcopy
hub / github.com/apecloud/kubeblocks / ClusterRegion

Struct ClusterRegion

externalapis/preflight/v1beta2/type.go:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type 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
66type ExtendHostCollect struct {
67 // HostUtility is to collect the data of target utility.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected