options

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

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 AWSNLBOptions struct {
	MaxPort int32 `toml:"max_port"`
	MinPort int32 `toml:"min_port"`
}

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 CLBOptions struct {
	MaxPort    int32   `toml:"max_port"`
	MinPort    int32   `toml:"min_port"`
	BlockPorts []int32 `toml:"block_ports"`
}

type HostPortOptions

type HostPortOptions struct {
	MaxPort int32 `toml:"max_port"`
	MinPort int32 `toml:"min_port"`
}

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 JdNLBOptions struct {
	MaxPort int32 `toml:"max_port"`
	MinPort int32 `toml:"min_port"`
}

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 NLBOptions struct {
	MaxPort    int32   `toml:"max_port"`
	MinPort    int32   `toml:"min_port"`
	BlockPorts []int32 `toml:"block_ports"`
}

type SLBOptions

type SLBOptions struct {
	MaxPort    int32   `toml:"max_port"`
	MinPort    int32   `toml:"min_port"`
	BlockPorts []int32 `toml:"block_ports"`
}

type TencentCloudCLBOptions added in v0.10.0

type TencentCloudCLBOptions struct {
	MaxPort int32 `toml:"max_port"`
	MinPort int32 `toml:"min_port"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL