options

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 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"`
}

type HostPortOptions

type HostPortOptions 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"`
}

type SLBOptions

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

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