Documentation
¶
Index ¶
- type Env
- func (c *Env) GetClient() types.IngressClientV1
- func (c *Env) GetHaproxy() string
- func (c *Env) GetNet() *network.Network
- func (c *Env) GetResolvers() map[string]uint16
- func (c *Env) GetState() *state.State
- func (c *Env) GetTemplate() (*template.Template, string, string, string)
- func (c *Env) SetClient(client types.IngressClientV1)
- func (c *Env) SetHaproxy(exec string)
- func (c *Env) SetNet(n *network.Network)
- func (c *Env) SetResolvers(resolvers map[string]uint16)
- func (c *Env) SetState(state *state.State)
- func (c *Env) SetTemplate(t *template.Template, path, name, pid string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
func (*Env) GetClient ¶
func (c *Env) GetClient() types.IngressClientV1
func (*Env) GetHaproxy ¶
func (*Env) GetResolvers ¶
func (*Env) SetClient ¶
func (c *Env) SetClient(client types.IngressClientV1)
func (*Env) SetHaproxy ¶
func (*Env) SetResolvers ¶
Click to show internal directories.
Click to hide internal directories.