Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTwinIDMismatch = fmt.Errorf("twin id mismatch") ErrContractNotReserved = fmt.Errorf("a name contract with the given name must be reserved first") ErrInvalidContractState = fmt.Errorf("the name contract must be in Created state") )
View Source
var (
ErrMetricsNotAvailable = errors.New("metrics not available")
)
Functions ¶
Types ¶
type LoadBalancer ¶
type LoadBalancer struct {
Servers []Server
}
type NNC ¶
type NNC struct { ID gridtypes.WorkloadID Exec string }
NNC holds (and extracts) information from nnc command
type ProxyConfig ¶
type ProxyConfig struct { Http *HTTPConfig `yaml:"http,omitempty"` TCP *HTTPConfig `yaml:"tcp,omitempty"` }
type Service ¶
type Service struct {
LoadBalancer LoadBalancer
}
Click to show internal directories.
Click to hide internal directories.