deploymentcell

package
v1.6.8 Latest Latest
Warning

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

Go to latest
Published: May 8, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:          "deployment-cell [operation] [flags]",
	Short:        "Manage Deployment Cells",
	Long:         `This command helps you manage Deployment Cells.`,
	Run:          run,
	SilenceUsage: true,
}

Functions

This section is empty.

Types

type DeploymentCellWorkflowListItem added in v1.0.48

type DeploymentCellWorkflowListItem struct {
	ID           string `json:"id" table:"ID"`
	Status       string `json:"status" table:"Status"`
	WorkflowType string `json:"workflowType" table:"Workflow Type"`
	StartTime    string `json:"startTime" table:"Start Time"`
	EndTime      string `json:"endTime" table:"End Time"`
	OrgName      string `json:"orgName" table:"Organization"`
}

type KubeConfig added in v0.13.37

type KubeConfig struct {
	APIVersion     string              `yaml:"apiVersion"`
	Kind           string              `yaml:"kind"`
	Clusters       []KubeConfigCluster `yaml:"clusters"`
	Contexts       []KubeConfigContext `yaml:"contexts"`
	CurrentContext string              `yaml:"current-context"`
	Users          []KubeConfigUser    `yaml:"users"`
}

type KubeConfigCluster added in v0.13.37

type KubeConfigCluster struct {
	Name    string                `yaml:"name"`
	Cluster KubeConfigClusterData `yaml:"cluster"`
}

type KubeConfigClusterData added in v0.13.37

type KubeConfigClusterData struct {
	Server                   string `yaml:"server"`
	CertificateAuthorityData string `yaml:"certificate-authority-data"`
}

type KubeConfigContext added in v0.13.37

type KubeConfigContext struct {
	Name    string                `yaml:"name"`
	Context KubeConfigContextData `yaml:"context"`
}

type KubeConfigContextData added in v0.13.37

type KubeConfigContextData struct {
	Cluster string `yaml:"cluster"`
	User    string `yaml:"user"`
}

type KubeConfigUser added in v0.13.37

type KubeConfigUser struct {
	Name string             `yaml:"name"`
	User KubeConfigUserData `yaml:"user"`
}

type KubeConfigUserData added in v0.13.37

type KubeConfigUserData struct {
	ClientCertificateData string `yaml:"client-certificate-data"`
	ClientKeyData         string `yaml:"client-key-data"`
	Token                 string `yaml:"token,omitempty"`
}

type WorkflowEventItem added in v1.0.48

type WorkflowEventItem struct {
	StepName  string `json:"stepName" table:"Step Name"`
	EventTime string `json:"eventTime" table:"Event Time"`
	EventType string `json:"eventType" table:"Event Type"`
	Message   string `json:"message" table:"Message"`
	Error     string `json:"error,omitempty" table:"Error"`
	Metadata  string `json:"metadata,omitempty" table:"Metadata"`
}

Jump to

Keyboard shortcuts

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