Versions in this module Expand all Collapse all v0 v0.2.0 Oct 12, 2018 Changes in this version + type Admin struct + func (k *Admin) Dependencies() []asset.Asset + func (k *Admin) Files() []*asset.File + func (k *Admin) Generate(parents asset.Parents) error + func (k *Admin) Name() string + type Kubelet struct + func (k *Kubelet) Dependencies() []asset.Asset + func (k *Kubelet) Files() []*asset.File + func (k *Kubelet) Generate(parents asset.Parents) error + func (k *Kubelet) Name() string v0.1.0 Oct 2, 2018 Changes in this version + const KubeconfigUserNameAdmin + const KubeconfigUserNameKubelet + type Kubeconfig struct + func (k *Kubeconfig) Dependencies() []asset.Asset + func (k *Kubeconfig) Generate(parents map[asset.Asset]*asset.State) (*asset.State, error) + func (k *Kubeconfig) Name() string + type Stock interface + KubeconfigAdmin func() asset.Asset + KubeconfigKubelet func() asset.Asset + type StockImpl struct + func (s *StockImpl) EstablishStock(installConfigStock installconfig.Stock, tlsStock tls.Stock) + func (s *StockImpl) KubeconfigAdmin() asset.Asset + func (s *StockImpl) KubeconfigKubelet() asset.Asset