options

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 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 AlibabaCloudOptions

type AlibabaCloudOptions struct {
	Enable     bool       `toml:"enable"`
	SLBOptions SLBOptions `toml:"slb"`
}

func (AlibabaCloudOptions) Enabled

func (o AlibabaCloudOptions) Enabled() bool

func (AlibabaCloudOptions) Valid

func (o AlibabaCloudOptions) Valid() bool

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 SLBOptions

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

Jump to

Keyboard shortcuts

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