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