Documentation ¶
Index ¶
Constants ¶
View Source
const (
FQDNSuffix = ".svc.cluster.local"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invocation ¶
type Invocation struct {
// contains filtered or unexported fields
}
func NewInvocation ¶
func NewInvocation(opts *options.Options) Invocation
func (Invocation) ParseHost ¶
func (i Invocation) ParseHost(srcNamespace, destination string) (string, error)
func (Invocation) ParseWorkloadLabels ¶
func (Invocation) Report ¶
func (i Invocation) Report(c *gin.Context)
type InvocationHeader ¶
type NodeInfo ¶
type NodeInfo struct { Name string `json:"name"` Namespace string `json:"namespace"` Owner string `json:"owner"` WorkloadName string `json:"workload_name"` IstioVersion string `json:"istio_version"` MeshId string `json:"mesh_id"` ClusterId string `json:"cluster_idd"` Labels string `json:"labels"` PlatformMetadata string `json:"platform_metadata"` AppContainers string `json:"app_containers"` InstanceIps string `json:"instance_ips"` }
Click to show internal directories.
Click to hide internal directories.