Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func OrgIdFromResource ¶
Types ¶
type Config ¶
type Config struct {
confighttp.ClientConfig `mapstructure:",squash"`
}
type Edge ¶
type Edge struct {
ClientClusterName string `json:"client_cluster_name"`
ClientNamespace string `json:"client_namespace_name"`
ServerClusterName string `json:"server_cluster_name"`
ServerNamespace string `json:"server_namespace_name"`
Client string `json:"client"`
Server string `json:"server"`
ConnectionType string `json:"connection_type"`
}
Edge represents an edge in the system
type EdgeCache ¶
EdgeCache holds edges and provides Add and Flush methods
func NewEdgeCache ¶
NewEdgeCache initializes and returns a new EdgeCache with default time provider
Click to show internal directories.
Click to hide internal directories.