Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugInfo ¶
type DebugInfo struct { ID ID `json:"id"` SecretName string `json:"secretName"` SyncStatus string `json:"syncStatus"` }
DebugInfo contains minimal information about remote clusters. This struct is defined here, in a package that avoids many imports, since xds/debug usually affects agent binary size. We avoid embedding other parts of a "remote cluster" struct like kube clients.
Click to show internal directories.
Click to hide internal directories.