Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //Keep this in sync with the default in swagger.yaml DEFAULT_CLUSTER_CIDR = spec.MustDefaultString("KlusterSpec", "clusterCIDR") DEFAULT_SERVICE_CIDR = spec.MustDefaultString("KlusterSpec", "serviceCIDR") DEFAULT_ADVERTISE_ADDRESS = spec.MustDefaultString("KlusterSpec", "advertiseAddress") )
Functions ¶
This section is empty.
Types ¶
type KlusterFactory ¶
type KlusterFactory interface {
KlusterFor(models.KlusterSpec) (*v1.Kluster, error)
}
func NewKlusterFactory ¶
func NewKlusterFactory() KlusterFactory
Click to show internal directories.
Click to hide internal directories.