package
Version:
v2.0.0-alpha25+incompa...
Opens a new window with list of versions in this module.
Published: Apr 4, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Generate(config *v3.RancherKubernetesEngineConfig) (*Bundle, error)
func LoadLocal() (*Bundle, error)
func Stage(rkeConfig *v3.RancherKubernetesEngineConfig) (*Bundle, error)
func Unmarshal(input string) (*Bundle, error)
func (b *Bundle) Certs() map[string]pki.CertificatePKI
func (b *Bundle) Explode() error
func (b *Bundle) ForNode(config *v3.RancherKubernetesEngineConfig, nodeAddress string) *Bundle
func (b *Bundle) KubeConfig() string
func (b *Bundle) Marshal() (string, error)
func (b *Bundle) SaveLocal() error
type BundleLookup struct {
}
func NewLookup(namespaces v1.NamespaceInterface, secrets typedv1.SecretsGetter) *BundleLookup
func (r *BundleLookup) Lookup(cluster *v3.Cluster) (*Bundle, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.