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 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 ¶
Click to show internal directories.
Click to hide internal directories.