network

package
v14.22.0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 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 Network

type Network struct {
	// CIDR is network segment from which IPAM allocates subnets for guest
	// clusters.
	CIDR string

	// SubnetMaskBits is number of bits in guest cluster subnet mask. This
	// defines size of the guest cluster subnet that is allocated from CIDR.
	SubnetMaskBits string

	// PrivateSubnetMaskBits is number of bits in guest cluster private subnet
	// mask. This must be smaller than SubnetMaskBits.
	PrivateSubnetMaskBits string

	// PublicSubnetMaskBits is number of bits in guest cluster public subnet
	// mask. This must be smaller than SubnetMaskBits.
	PublicSubnetMaskBits string
}

Jump to

Keyboard shortcuts

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