Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSNLBOptions ¶ added in v0.9.0
type AlibabaCloudOptions ¶
type AlibabaCloudOptions struct { Enable bool `toml:"enable"` SLBOptions SLBOptions `toml:"slb"` NLBOptions NLBOptions `toml:"nlb"` }
func (AlibabaCloudOptions) Enabled ¶
func (o AlibabaCloudOptions) Enabled() bool
func (AlibabaCloudOptions) Valid ¶
func (o AlibabaCloudOptions) Valid() bool
type AmazonsWebServicesOptions ¶ added in v0.9.0
type AmazonsWebServicesOptions struct { Enable bool `toml:"enable"` NLBOptions AWSNLBOptions `toml:"nlb"` }
func (AmazonsWebServicesOptions) Enabled ¶ added in v0.9.0
func (ao AmazonsWebServicesOptions) Enabled() bool
func (AmazonsWebServicesOptions) Valid ¶ added in v0.9.0
func (ao AmazonsWebServicesOptions) Valid() bool
type CLBOptions ¶ added in v0.8.0
type HostPortOptions ¶
type KubernetesOptions ¶
type KubernetesOptions struct { Enable bool `toml:"enable"` HostPort HostPortOptions `toml:"hostPort"` }
func (KubernetesOptions) Enabled ¶
func (o KubernetesOptions) Enabled() bool
func (KubernetesOptions) Valid ¶
func (o KubernetesOptions) Valid() bool
type NLBOptions ¶ added in v0.8.0
type SLBOptions ¶
type VolcengineOptions ¶ added in v0.8.0
type VolcengineOptions struct { Enable bool `toml:"enable"` CLBOptions CLBOptions `toml:"clb"` }
func (VolcengineOptions) Enabled ¶ added in v0.8.0
func (v VolcengineOptions) Enabled() bool
func (VolcengineOptions) Valid ¶ added in v0.8.0
func (v VolcengineOptions) Valid() bool
Click to show internal directories.
Click to hide internal directories.