Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster interface { Version() string Endpoint() *url.URL Token() Token CertSANs() []string SetCertSANs([]string) CA() *x509.PEMEncodedCertificateAndKey AESCBCEncryptionSecret() string Config(machine.Type) (string, error) Etcd() Etcd Network() Network LocalAPIServerPort() int }
Cluster defines the requirements for a config that pertains to cluster related options.
type Etcd ¶
type Etcd interface { Image() string CA() *x509.PEMEncodedCertificateAndKey ExtraArgs() map[string]string }
Etcd defines the requirements for a config that pertains to etcd related options.
Click to show internal directories.
Click to hide internal directories.