Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Generator ¶ added in v0.15.0
type Generator struct {
// contains filtered or unexported fields
}
Generator provides a struct through which we call our funcs
type Metadata ¶
type Metadata struct { CaCert string `yaml:"k8saas_ca_cert" json:"k8saas_ca_cert"` KubeletToken string `yaml:"k8saas_bootstrap_token" json:"k8saas_bootstrap_token"` KubeMaster string `yaml:"k8saas_master_domain_name" json:"k8saas_master_domain_name"` }
Metadata stores the Kubernetes-related YAML
Click to show internal directories.
Click to hide internal directories.