Versions in this module Expand all Collapse all v0 v0.2.0 Oct 12, 2018 Changes in this version + type KubeCoreOperator struct + Config *kubecore.OperatorConfig + File *asset.File + func (kco *KubeCoreOperator) Dependencies() []asset.Asset + func (kco *KubeCoreOperator) Files() []*asset.File + func (kco *KubeCoreOperator) Generate(dependencies asset.Parents) error + func (kco *KubeCoreOperator) Name() string + type Manifests struct + FileList []*asset.File + KubeSysConfig *configurationObject + TectonicConfig *configurationObject + func (m *Manifests) Dependencies() []asset.Asset + func (m *Manifests) Files() []*asset.File + func (m *Manifests) Generate(dependencies asset.Parents) error + func (m *Manifests) Name() string + type Tectonic struct + FileList []*asset.File + func (t *Tectonic) Dependencies() []asset.Asset + func (t *Tectonic) Files() []*asset.File + func (t *Tectonic) Generate(dependencies asset.Parents) error + func (t *Tectonic) Name() string v0.1.0 Oct 2, 2018 Changes in this version + const DefaultChannel + type Stock interface + ClusterVersionOperator func() asset.Asset + KubeAddonOperator func() asset.Asset + KubeCoreOperator func() asset.Asset + Manifests func() asset.Asset + Mao func() asset.Asset + NetworkOperator func() asset.Asset + Tectonic func() asset.Asset + type StockImpl struct + func (s *StockImpl) ClusterVersionOperator() asset.Asset + func (s *StockImpl) EstablishStock(stock installconfig.Stock, tlsStock tls.Stock, ...) + func (s *StockImpl) KubeAddonOperator() asset.Asset + func (s *StockImpl) KubeCoreOperator() asset.Asset + func (s *StockImpl) Manifests() asset.Asset + func (s *StockImpl) Mao() asset.Asset + func (s *StockImpl) NetworkOperator() asset.Asset + func (s *StockImpl) Tectonic() asset.Asset