deletecmd

package
v2.1.155 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2020 License: Apache-2.0 Imports: 48 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdDelete

func NewCmdDelete(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDelete creates a command object for the generic "get" action, which retrieves one or more resources from a server.

func NewCmdDeleteAddon

func NewCmdDeleteAddon(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteAddon creates a command object for the generic "get" action, which retrieves one or more resources from a server.

func NewCmdDeleteAddonEnvironmentController

func NewCmdDeleteAddonEnvironmentController(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteAddonEnvironmentController creates a command object for the "create" command

func NewCmdDeleteAddonFlagger

func NewCmdDeleteAddonFlagger(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteAddonFlagger defines the command

func NewCmdDeleteAddonGitea

func NewCmdDeleteAddonGitea(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteAddonGitea defines the command

func NewCmdDeleteAddonIstio

func NewCmdDeleteAddonIstio(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteAddonIstio defines the command

func NewCmdDeleteApp

func NewCmdDeleteApp(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteApp creates a command object for this command

func NewCmdDeleteApplication

func NewCmdDeleteApplication(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteApplication creates a command object for this command

func NewCmdDeleteBranch

func NewCmdDeleteBranch(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteBranch creates a command object for the "delete repo" command

func NewCmdDeleteChat

func NewCmdDeleteChat(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteChat creates a command object for the generic "get" action, which retrieves one or more resources from a server.

func NewCmdDeleteChatServer

func NewCmdDeleteChatServer(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteChatServer defines the command

func NewCmdDeleteChatToken

func NewCmdDeleteChatToken(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteChatToken defines the command

func NewCmdDeleteContext

func NewCmdDeleteContext(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteContext creates a command object for the "delete repo" command

func NewCmdDeleteDevPod

func NewCmdDeleteDevPod(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteDevPod creates a command object for the generic "get" action, which retrieves one or more resources from a server.

func NewCmdDeleteEnv

func NewCmdDeleteEnv(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteEnv creates a command object for the "delete repo" command

func NewCmdDeleteGit

func NewCmdDeleteGit(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteGit creates a command object for the generic "get" action, which retrieves one or more resources from a server.

func NewCmdDeleteGitServer

func NewCmdDeleteGitServer(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteGitServer defines the command

func NewCmdDeleteGitToken

func NewCmdDeleteGitToken(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteGitToken defines the command

func NewCmdDeleteGke

func NewCmdDeleteGke(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteGke command for deleting a GKE cluster

func NewCmdDeleteJenkins

func NewCmdDeleteJenkins(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteJenkins creates a command object for the generic "get" action, which retrieves one or more resources from a server.

func NewCmdDeleteJenkinsToken

func NewCmdDeleteJenkinsToken(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteJenkinsToken defines the command

func NewCmdDeleteNamespace

func NewCmdDeleteNamespace(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteNamespace creates a command object retrieves one or more resources from a server.

func NewCmdDeletePreview

func NewCmdDeletePreview(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeletePreview creates a command object

func NewCmdDeleteQuickstartLocation

func NewCmdDeleteQuickstartLocation(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteQuickstartLocation defines the command

func NewCmdDeleteRepo

func NewCmdDeleteRepo(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteRepo creates a command object for the "delete repo" command

func NewCmdDeleteTeam

func NewCmdDeleteTeam(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteTeam creates a command object retrieves one or more resources from a server.

func NewCmdDeleteToken

func NewCmdDeleteToken(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteToken creates a command object retrieves one or more resources from a server.

func NewCmdDeleteTokenAddon

func NewCmdDeleteTokenAddon(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteTokenAddon defines the command

func NewCmdDeleteTracker

func NewCmdDeleteTracker(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteTracker creates a command object for the generic "get" action, which retrieves one or more resources from a server.

func NewCmdDeleteTrackerServer

func NewCmdDeleteTrackerServer(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteTrackerServer defines the command

func NewCmdDeleteTrackerToken

func NewCmdDeleteTrackerToken(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteTrackerToken defines the command

func NewCmdDeleteUser

func NewCmdDeleteUser(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteUser creates a command object retrieves one or more resources from a server.

func NewCmdDeleteVault

func NewCmdDeleteVault(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdDeleteVault builds a new delete vault command

Types

type DeleteAddonEnvironmentControllerOptions

type DeleteAddonEnvironmentControllerOptions struct {
	DeleteAddonOptions

	ReleaseName string
	Namespace   string
}

DeleteAddonEnvironmentControllerOptions the options for the create spring command

func (*DeleteAddonEnvironmentControllerOptions) Run

Run implements the command

type DeleteAddonFlaggerOptions

type DeleteAddonFlaggerOptions struct {
	DeleteAddonOptions

	ReleaseName string
	Namespace   string
}

DeleteAddonFlaggerOptions the options for the create spring command

func (*DeleteAddonFlaggerOptions) Run

Run implements the command

type DeleteAddonGiteaOptions

type DeleteAddonGiteaOptions struct {
	DeleteAddonOptions

	ReleaseName string
}

DeleteAddonGiteaOptions the options for the create spring command

func (*DeleteAddonGiteaOptions) Run

func (o *DeleteAddonGiteaOptions) Run() error

Run implements the command

type DeleteAddonIstioOptions

type DeleteAddonIstioOptions struct {
	DeleteAddonOptions

	ReleaseName string
	Namespace   string
}

DeleteAddonIstioOptions the options for the create spring command

func (*DeleteAddonIstioOptions) Run

func (o *DeleteAddonIstioOptions) Run() error

Run implements the command

type DeleteAddonOptions

type DeleteAddonOptions struct {
	*opts.CommonOptions

	Purge bool
}

DeleteAddonOptions are the flags for delete commands

func (*DeleteAddonOptions) Run

func (o *DeleteAddonOptions) Run() error

Run implements this command

type DeleteAppOptions

type DeleteAppOptions struct {
	*opts.CommonOptions

	GitOps bool
	DevEnv *jenkinsv1.Environment

	ReleaseName string
	Namespace   string
	Purge       bool
	Alias       string
	AutoMerge   bool

	// Used for testing
	CloneDir string
}

DeleteAppOptions are the flags for this delete commands

func (*DeleteAppOptions) Run

func (o *DeleteAppOptions) Run() error

Run implements this command

type DeleteApplicationOptions

type DeleteApplicationOptions struct {
	*opts.CommonOptions

	SelectAll           bool
	SelectFilter        string
	IgnoreEnvironments  bool
	NoMergePullRequest  bool
	Timeout             string
	PullRequestPollTime string
	Org                 string
	AutoMerge           bool

	// calculated fields
	TimeoutDuration         *time.Duration
	PullRequestPollDuration *time.Duration

	// Used for testing
	CloneDir string
}

DeleteApplicationOptions are the flags for this delete commands

func (*DeleteApplicationOptions) Run

Run implements this command

type DeleteBranchOptions

type DeleteBranchOptions struct {
	options.CreateOptions

	Organisation      string
	Repositories      []string
	GitHost           string
	GitHub            bool
	SelectAll         bool
	SelectFilter      string
	SelectAllRepos    bool
	SelectFilterRepos string
	Merged            bool
}

DeleteBranchOptions the options for the create spring command

func (*DeleteBranchOptions) Run

func (o *DeleteBranchOptions) Run() error

Run implements the command

type DeleteChatOptions

type DeleteChatOptions struct {
	*opts.CommonOptions
}

DeleteChatOptions are the flags for delete commands

func (*DeleteChatOptions) Run

func (o *DeleteChatOptions) Run() error

Run implements this command

type DeleteChatServerOptions

type DeleteChatServerOptions struct {
	*opts.CommonOptions

	IgnoreMissingServer bool
}

DeleteChatServerOptions the options for the create spring command

func (*DeleteChatServerOptions) Run

func (o *DeleteChatServerOptions) Run() error

Run implements the command

type DeleteChatTokenOptions

type DeleteChatTokenOptions struct {
	options.CreateOptions

	ServerFlags opts.ServerFlags
}

DeleteChatTokenOptions the options for the create spring command

func (*DeleteChatTokenOptions) Run

func (o *DeleteChatTokenOptions) Run() error

Run implements the command

type DeleteContextOptions

type DeleteContextOptions struct {
	options.CreateOptions

	SelectAll      bool
	SelectFilter   string
	DeleteAuthInfo bool
	DeleteCluster  bool
}

DeleteContextOptions the options for the create spring command

func (*DeleteContextOptions) Run

func (o *DeleteContextOptions) Run() error

Run implements the command

type DeleteDevPodOptions

type DeleteDevPodOptions struct {
	*opts.CommonOptions
	opts.CommonDevPodOptions
}

DeleteDevPodOptions are the flags for delete commands

func (*DeleteDevPodOptions) Run

func (o *DeleteDevPodOptions) Run() error

Run implements this command

type DeleteEnvOptions

type DeleteEnvOptions struct {
	*opts.CommonOptions

	DeleteNamespace bool
}

DeleteEnvOptions the options for the create spring command

func (*DeleteEnvOptions) Run

func (o *DeleteEnvOptions) Run() error

Run implements the command

type DeleteGitOptions

type DeleteGitOptions struct {
	*opts.CommonOptions
}

DeleteGitOptions are the flags for delete commands

func (*DeleteGitOptions) Run

func (o *DeleteGitOptions) Run() error

Run implements this command

type DeleteGitServerOptions

type DeleteGitServerOptions struct {
	*opts.CommonOptions

	IgnoreMissingServer bool
}

DeleteGitServerOptions the options for the create spring command

func (*DeleteGitServerOptions) Run

func (o *DeleteGitServerOptions) Run() error

Run implements the command

type DeleteGitTokenOptions

type DeleteGitTokenOptions struct {
	options.CreateOptions

	ServerFlags opts.ServerFlags
}

DeleteGitTokenOptions the options for the create spring command

func (*DeleteGitTokenOptions) Run

func (o *DeleteGitTokenOptions) Run() error

Run implements the command

type DeleteGkeOptions

type DeleteGkeOptions struct {
	get.Options
	Region    string
	ProjectID string
}

DeleteGkeOptions Options for deleting a GKE cluster

func (*DeleteGkeOptions) Run

func (o *DeleteGkeOptions) Run() error

Run implements this command

type DeleteJenkinsOptions

type DeleteJenkinsOptions struct {
	*opts.CommonOptions
}

DeleteJenkinsOptions are the flags for delete commands

func (*DeleteJenkinsOptions) Run

func (o *DeleteJenkinsOptions) Run() error

Run implements this command

type DeleteJenkinsTokenOptions

type DeleteJenkinsTokenOptions struct {
	options.CreateOptions

	JenkinsSelector opts.JenkinsSelectorOptions

	ServerFlags opts.ServerFlags
}

DeleteJenkinsTokenOptions the options for the create spring command

func (*DeleteJenkinsTokenOptions) Run

Run implements the command

type DeleteNamespaceOptions

type DeleteNamespaceOptions struct {
	*opts.CommonOptions

	SelectAll    bool
	SelectFilter string
	Confirm      bool
}

DeleteNamespaceOptions are the flags for delete commands

func (*DeleteNamespaceOptions) Run

func (o *DeleteNamespaceOptions) Run() error

Run implements this command

type DeleteOptions

type DeleteOptions struct {
	*opts.CommonOptions
}

DeleteOptions are the flags for delete commands

func (*DeleteOptions) Run

func (o *DeleteOptions) Run() error

Run implements this command

type DeletePreviewOptions

type DeletePreviewOptions struct {
	preview.PreviewOptions
}

DeletePreviewOptions are the flags for delete commands

func (*DeletePreviewOptions) DeletePreview

func (o *DeletePreviewOptions) DeletePreview(name string) error

func (*DeletePreviewOptions) Run

func (o *DeletePreviewOptions) Run() error

Run implements this command

type DeleteQuickstartLocationOptions

type DeleteQuickstartLocationOptions struct {
	*opts.CommonOptions

	GitUrl string
	Owner  string
}

DeleteQuickstartLocationOptions the options for the create spring command

func (*DeleteQuickstartLocationOptions) Run

Run implements the command

type DeleteRepoOptions

type DeleteRepoOptions struct {
	options.CreateOptions

	Organisation string
	Repositories []string
	GitHost      string
	GitHub       bool
	SelectAll    bool
	SelectFilter string
}

DeleteRepoOptions the options for the create spring command

func (*DeleteRepoOptions) Run

func (o *DeleteRepoOptions) Run() error

Run implements the command

type DeleteTeamOptions

type DeleteTeamOptions struct {
	*opts.CommonOptions

	SelectAll    bool
	SelectFilter string
	Confirm      bool
}

DeleteTeamOptions are the flags for delete commands

func (*DeleteTeamOptions) Run

func (o *DeleteTeamOptions) Run() error

Run implements this command

type DeleteTokenAddonOptions

type DeleteTokenAddonOptions struct {
	options.CreateOptions

	ServerFlags opts.ServerFlags
	Kind        string
}

DeleteTokenAddonOptions the options for the create spring command

func (*DeleteTokenAddonOptions) Run

func (o *DeleteTokenAddonOptions) Run() error

Run implements the command

type DeleteTokenOptions

type DeleteTokenOptions struct {
	*opts.CommonOptions
}

DeleteTokenOptions are the flags for delete commands

func (*DeleteTokenOptions) Run

func (o *DeleteTokenOptions) Run() error

Run implements this command

type DeleteTrackerOptions

type DeleteTrackerOptions struct {
	*opts.CommonOptions
}

DeleteTrackerOptions are the flags for delete commands

func (*DeleteTrackerOptions) Run

func (o *DeleteTrackerOptions) Run() error

Run implements this command

type DeleteTrackerServerOptions

type DeleteTrackerServerOptions struct {
	*opts.CommonOptions

	IgnoreMissingServer bool
}

DeleteTrackerServerOptions the options for the create spring command

func (*DeleteTrackerServerOptions) Run

Run implements the command

type DeleteTrackerTokenOptions

type DeleteTrackerTokenOptions struct {
	options.CreateOptions

	ServerFlags opts.ServerFlags
}

DeleteTrackerTokenOptions the options for the create spring command

func (*DeleteTrackerTokenOptions) Run

Run implements the command

type DeleteUserOptions

type DeleteUserOptions struct {
	*opts.CommonOptions

	SelectAll    bool
	SelectFilter string
	Confirm      bool
}

DeleteUserOptions are the flags for delete commands

func (*DeleteUserOptions) Run

func (o *DeleteUserOptions) Run() error

Run implements this command

type DeleteVaultOptions

type DeleteVaultOptions struct {
	*opts.CommonOptions

	Namespace            string
	RemoveCloudResources bool
	GKEProjectID         string
	GKEZone              string
}

DeleteVaultOptions keeps the options of delete vault command

func (*DeleteVaultOptions) Run

func (o *DeleteVaultOptions) Run() error

Run implements the delete vault command

Jump to

Keyboard shortcuts

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