# Functions
LoadCapacityReservationBuilder loads a reservation builder based on a file path.
LoadContainerBuilder loads a container builder based on a file path.
LoadK8sBuilder loads a k8s builder based on a file path.
LoadNetworkBuilder loads a network builder based on a file path.
LoadVolumeBuilder loads a volume builder based on a file path.
LoadZdbBuilder loads a zdb builder based on a file path.
NewCapacityReservationBuilder creates a new CapacityReservationBuilder.
NewContainerBuilder creates a new container builder.
NewK8sBuilder creates a new K8S builder.
NewNetworkBuilder creates a new network builder.
NewVolumeBuilder creates a new volume builder.
NewZdbBuilder creates a new zdb builder and initializes some default values.
# Structs
AccessPoint info for a network, defining a node which will act as the AP, and the subnet which will be routed through it.
CapacityReservationBuilder is a struct that can build reservations.
ContainerBuilder is a struct that can build containers.
K8sBuilder is a struct that can build K8S's.
NetResource is the description of a part of a network local to a specific node.
NetworkBuilder is a struct that can build networks.
VolumeBuilder is a struct that can build volumes.
ZDBBuilder is a struct that can build ZDB's.