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 JdCloudOptions ¶ added in v0.10.0
type JdCloudOptions struct { Enable bool `toml:"enable"` NLBOptions JdNLBOptions `toml:"nlb"` }
func (JdCloudOptions) Enabled ¶ added in v0.10.0
func (v JdCloudOptions) Enabled() bool
func (JdCloudOptions) Valid ¶ added in v0.10.0
func (v JdCloudOptions) Valid() bool
type JdNLBOptions ¶ added in v0.10.0
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 TencentCloudCLBOptions ¶ added in v0.10.0
type TencentCloudOptions ¶ added in v0.10.0
type TencentCloudOptions struct { Enable bool `toml:"enable"` CLBOptions TencentCloudCLBOptions `toml:"clb"` }
func (TencentCloudOptions) Enabled ¶ added in v0.10.0
func (o TencentCloudOptions) Enabled() bool
func (TencentCloudOptions) Valid ¶ added in v0.10.0
func (o TencentCloudOptions) Valid() bool
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.