Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct { ID string `json:"id,omitempty"` Ips []string `json:"ips,omitempty"` SpiffeID string `json:"spiffeID,omitempty"` KubernetesEnv *KubernetesEnv `json:"kubernetesEnv,omitempty"` }
type KubernetesEnv ¶
type KubernetesEnv struct { Namespace string `json:"namespace,omitempty"` DeploymentName string `json:"deploymentName,omitempty"` StatefulSetName string `json:"statefulSetName,omitempty"` PodName string `json:"podName,omitempty"` PodLabels map[string]string `json:"podLabels,omitempty"` PodAnnotations map[string]string `json:"podAnnotations,omitempty"` }
Click to show internal directories.
Click to hide internal directories.