Documentation ¶
Index ¶
- type GlobalConfig
- func (c *GlobalConfig) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (c *GlobalConfig) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (c *GlobalConfig) GetHelmRepos() (map[string]string, error)
- func (c *GlobalConfig) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalConfig ¶
func NewGlobalConfig ¶
func NewGlobalConfig(svcInterface service.Interface) *GlobalConfig
func (*GlobalConfig) Apply ¶
func (c *GlobalConfig) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
func (*GlobalConfig) Get ¶
func (c *GlobalConfig) Get(namespace, name string) (*service.UnstructuredExtend, error)
func (*GlobalConfig) GetHelmRepos ¶
func (c *GlobalConfig) GetHelmRepos() (map[string]string, error)
func (*GlobalConfig) List ¶
func (c *GlobalConfig) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
Click to show internal directories.
Click to hide internal directories.