network

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: MPL-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 NetworkConfig

type NetworkConfig struct {
	CIDRBlock       *string `yaml:"cidr_block,omitempty"`
	LoadBalancerIPs *struct {
		Start *string `yaml:"start,omitempty"`
		End   *string `yaml:"end,omitempty"`
	} `yaml:"loadbalancer_ips,omitempty"`
}

func (*NetworkConfig) Copy

func (nc *NetworkConfig) Copy() *NetworkConfig

Copy creates a deep copy of the NetworkConfig.

func (*NetworkConfig) Merge

func (nc *NetworkConfig) Merge(other *NetworkConfig)

Merge merges the non-nil fields from another NetworkConfig into this one.

Jump to

Keyboard shortcuts

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