Documentation ¶
Index ¶
- type CdEngine
- func (e *CdEngine) Check(values map[string]interface{}) error
- func (e *CdEngine) DryRun(data []byte) error
- func (e *CdEngine) DynamicClient() (*dynamic.DynamicClient, error)
- func (e *CdEngine) Install(data []byte) error
- func (e *CdEngine) Installs(values map[string]interface{}) error
- func (e *CdEngine) RenderData(NewValues map[string]interface{}) (map[string]string, error)
- func (e *CdEngine) RestConfig() *rest.Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CdEngine ¶
type CdEngine struct { ApiServerURL string Token string ChartDir string ReleaseName string ReleaseNameSpace string }
func (*CdEngine) DynamicClient ¶
func (e *CdEngine) DynamicClient() (*dynamic.DynamicClient, error)
func (*CdEngine) RenderData ¶
func (*CdEngine) RestConfig ¶
Click to show internal directories.
Click to hide internal directories.