Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmCLient ¶
type HelmCLient struct {
// contains filtered or unexported fields
}
func (*HelmCLient) Create ¶
func (h *HelmCLient) Create(req *model.CreteRequestPayload) (json.RawMessage, error)
func (*HelmCLient) Delete ¶
func (h *HelmCLient) Delete(req *model.DeleteRequestPayload) (json.RawMessage, error)
func (*HelmCLient) List ¶
func (h *HelmCLient) List(req *model.ListRequestPayload) (json.RawMessage, error)
Click to show internal directories.
Click to hide internal directories.