Documentation
¶
Index ¶
- type Dataplane
- func (c *Dataplane) Backends() ([]models.Backend, error)
- func (c *Dataplane) Binds(feName string) ([]models.Bind, error)
- func (c *Dataplane) ConfigVersion() (int, error)
- func (c *Dataplane) Filters(parentType, parentName string) ([]models.Filter, error)
- func (c *Dataplane) Frontends() ([]models.Frontend, error)
- func (c *Dataplane) HTTPRequestRules(parentType, parentName string) ([]models.HTTPRequestRule, error)
- func (c *Dataplane) Info() (*models.ProcessInfo, error)
- func (c *Dataplane) LogTargets(parentType, parentName string) ([]models.LogTarget, error)
- func (c *Dataplane) Ping() error
- func (c *Dataplane) ReplaceServer(beName string, srv models.Server) error
- func (c *Dataplane) Servers(beName string) ([]models.Server, error)
- func (c *Dataplane) Stats() (models.NativeStats, error)
- func (c *Dataplane) TCPRequestRules(parentType, parentName string) ([]models.TCPRequestRule, error)
- func (c *Dataplane) Tnx() *tnx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dataplane ¶
type Dataplane struct {
// contains filtered or unexported fields
}
func (*Dataplane) ConfigVersion ¶
func (*Dataplane) HTTPRequestRules ¶
func (c *Dataplane) HTTPRequestRules(parentType, parentName string) ([]models.HTTPRequestRule, error)
func (*Dataplane) LogTargets ¶
func (*Dataplane) ReplaceServer ¶
func (*Dataplane) TCPRequestRules ¶
func (c *Dataplane) TCPRequestRules(parentType, parentName string) ([]models.TCPRequestRule, error)
Click to show internal directories.
Click to hide internal directories.