cmd

package
v1.20.1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2025 License: Apache-2.0 Imports: 55 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StageLevel       = 1
	ServiceLevel     = 2
	StepLevel        = 3
	MessageLevel     = 4
	AllLevel     int = 5
)

Variables

This section is empty.

Functions

func DecodeJWT added in v1.7.11

func DecodeJWT(tokenString string) (string, string, error)

func Execute

func Execute()

func GetHelmSource added in v0.75.5

func GetHelmSource(helm *qovery.HelmResponse, chartName string, chartVersion string, charGitCommitBranch string) (*qovery.HelmRequestAllOfSource, error)

func GetHelmValuesOverride added in v0.75.5

func GetHelmValuesOverride(helm *qovery.HelmResponse, valuesOverrideCommitBranch string) (*qovery.HelmRequestAllOfValuesOverride, error)

func GetStageByName added in v0.49.0

func GetStageByName(stages []qovery.DeploymentStageResponse, stageName string) (*qovery.DeploymentStageResponse, error)

func ListCronjobs added in v0.48.0

func ListCronjobs(envId string, client *qovery.APIClient) ([]qovery.JobResponse, error)

func ListLifecycleJobs added in v0.48.0

func ListLifecycleJobs(envId string, client *qovery.APIClient) ([]qovery.JobResponse, error)

func LogDetail added in v1.7.11

func LogDetail(result []byte)

Types

type DebugPodRequest added in v1.7.11

type DebugPodRequest struct {
	OrganizationID utils.Id `url:"organization"`
	ClusterID      utils.Id `url:"cluster"`
	TtyWidth       uint16   `url:"tty_width"`
	TtyHeight      uint16   `url:"tty_height"`
	Flavor         string   `url:"flavor"`
	NodeSelector   string   `url:"node_selector,omitempty"`
}

func (*DebugPodRequest) SetTtySize added in v1.7.11

func (s *DebugPodRequest) SetTtySize(width uint16, height uint16)

type ListLogResponse added in v0.98.0

type ListLogResponse struct {
	Filename     string `json:"filename"`
	LastModified string `json:"last_modified"`
}

type ListNodeResponse added in v1.7.11

type ListNodeResponse struct {
	Nodes []NodeResponse
}

func ExecListNodes added in v1.7.11

func ExecListNodes(req *ListNodesRequest) (*ListNodeResponse, error)

type ListNodesRequest added in v1.7.11

type ListNodesRequest struct {
	OrganizationID utils.Id `url:"organization"`
	ClusterID      utils.Id `url:"cluster"`
}

type NodeResponse added in v1.7.11

type NodeResponse struct {
	Name string
}

type Services added in v0.85.0

type Services struct {
	ApplicationsIDs []string
	ContainersIDs   []string
	HelmsIDs        []string
	JobsIDs         []string
	DatabasesIDs    []string
}

type TokenCreationResponseDto added in v0.41.2

type TokenCreationResponseDto struct {
	Token string
}

Source Files

Jump to

Keyboard shortcuts

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