body_types

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2023 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetPayload

type GetPayload struct {
	ConfigName  string            `json:"config"`
	AnswerFile  string            `json:"answer_file"`
	ReleaseName string            `json:"release_name"`
	Namespace   string            `json:"namespace"`
	Params      map[string]string `json:"params"`
}

type GetServiceIP

type GetServiceIP struct {
	ReleaseName string `json:"release_name"`
	Namespace   string `json:"namespace"`
}

type ImportChartRepo

type ImportChartRepo struct {
	Repo     string `json:"repo"`
	RepoName string `json:"repo_name"`
}

type InstallUpgradeRequest

type InstallUpgradeRequest struct {
	Chart       string                 `json:"chart"`
	ReleaseName string                 `json:"release_name"`
	Namespace   string                 `json:"namespace"`
	Params      map[string]string      `json:"params"`
	Config      map[string]interface{} `json:"config"`
	Result      string                 `json:"result"`
}

type NamespaceChartRepo

type NamespaceChartRepo struct {
	Namespace string `json:"namespace"`
}

type ServiceDetails

type ServiceDetails struct {
	ServiceName string `json:"service_name" yaml:"service_name"`
	ServiceType string `json:"service_type" yaml:"service_type"`
	IP          string `json:"ip" yaml:"ip"`
	Port        int32  `json:"port" yaml:"port"`
}

type UninstallChartRepo

type UninstallChartRepo struct {
	ReleaseName string `json:"release_name"`
	Namespace   string `json:"namespace"`
	Result      string `json:"result"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL