Documentation
¶
Index ¶
Constants ¶
View Source
const ( //Keep this in sync with the default in swagger.yaml DEFAULT_CLUSTER_CIDR = "198.19.0.0/16" DEFAULT_SERVICE_CIDR = "198.18.128.0/17" DEFAULT_ADVERTISE_ADDRESS = "1.1.1.1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KlusterFactory ¶
type KlusterFactory interface {
KlusterFor(v1.KlusterSpec) (*v1.Kluster, error)
}
func NewKlusterFactory ¶
func NewKlusterFactory() KlusterFactory
Source Files
¶
- factory.go
Click to show internal directories.
Click to hide internal directories.