cmd

package
v1.3.1119 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2019 License: Apache-2.0 Imports: 179 Imported by: 12

Documentation

Index

Constants

View Source
const (
	MinikubeDefaultCpu = "3"

	MinikubeDefaultDiskSize = "150GB"

	MinikubeDefaultMemory = "4096"
)
View Source
const (
	// HealthPath is the URL path for the HTTP endpoint that returns health status.
	HealthPath = "/health"
	// ReadyPath URL path for the HTTP endpoint that returns ready status.
	ReadyPath = "/ready"
)
View Source
const (
	JenkinsCookieName    = "JSESSIONID"
	JenkinsVersionHeader = "X-Jenkins"
)
View Source
const (
	// Clusters constant
	Clusters = "clusters"
	// Terraform constant
	Terraform = "terraform"
	// TerraformTemplatesGKE constant
	TerraformTemplatesGKE = "https://github.com/jenkins-x/terraform-jx-templates-gke.git"
)
View Source
const (
	// DeployKindKnative for knative serve based deployments
	DeployKindKnative = "knative"

	// DeployKindDefault for default kubernetes Deployment + Service deployment kinds
	DeployKindDefault = "default"
)
View Source
const (
	// PlaceHolderPrefix is prefix for placeholders
	PlaceHolderPrefix = "REPLACE_ME"
	// PlaceHolderAppName placeholder for app name
	PlaceHolderAppName = PlaceHolderPrefix + "_APP_NAME"
	// PlaceHolderGitProvider placeholder for git provider
	PlaceHolderGitProvider = PlaceHolderPrefix + "_GIT_PROVIDER"
	// PlaceHolderOrg placeholder for org
	PlaceHolderOrg = PlaceHolderPrefix + "_ORG"
	// PlaceHolderDockerRegistryOrg placeholder for docker registry
	PlaceHolderDockerRegistryOrg = PlaceHolderPrefix + "_DOCKER_REGISTRY_ORG"
)
View Source
const (
	JX_GIT_TOKEN = "JX_GIT_TOKEN"
	JX_GIT_USER  = "JX_GIT_USER"

	// JenkinsXPlatformChartName default chart name for Jenkins X platform
	JenkinsXPlatformChartName = "jenkins-x-platform"

	// JenkinsXPlatformChart the default full chart name with the default repository prefix
	JenkinsXPlatformChart   = "jenkins-x/" + JenkinsXPlatformChartName
	JenkinsXPlatformRelease = "jenkins-x"

	ServerlessJenkins   = "Serverless Jenkins"
	StaticMasterJenkins = "Static Master Jenkins"

	GitOpsChartYAML = `` /* 172-byte string literal not displayed */

)
View Source
const (
	UserOnboardingEndpoint = "/api/v1/users"
	SsoCookieName          = "sso-core"
)
View Source
const (
	DOCKER_REGISTRY                        = "DOCKER_REGISTRY"
	JENKINS_X_DOCKER_REGISTRY_SERVICE_HOST = "JENKINS_X_DOCKER_REGISTRY_SERVICE_HOST"
	JENKINS_X_DOCKER_REGISTRY_SERVICE_PORT = "JENKINS_X_DOCKER_REGISTRY_SERVICE_PORT"
	ORG                                    = "ORG"
	APP_NAME                               = "APP_NAME"
	DOCKER_REGISTRY_ORG                    = "DOCKER_REGISTRY_ORG"
	PREVIEW_VERSION                        = "PREVIEW_VERSION"
)
View Source
const (
	DefaultShell = "/bin/sh"
	ShellsFile   = "/etc/shells"
)
View Source
const (
	ReleaseName = `{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}`

	SpecName    = `{{ .Chart.Name }}`
	SpecVersion = `{{ .Chart.Version }}`

	ReleaseCrdYaml = `` /* 524-byte string literal not displayed */

)
View Source
const (
	PROW_JOB_ID   = "PROW_JOB_ID"
	REPO_OWNER    = "REPO_OWNER"
	REPO_NAME     = "REPO_NAME"
	PULL_PULL_SHA = "PULL_PULL_SHA"
)
View Source
const (
	VERSION = "version"

	ValuesYamlRepositoryPrefix = "  repository:"
	ValuesYamlTagPrefix        = "  tag:"
)
View Source
const (
	BlueOceanPath = "/blue"
)
View Source
const (
	DEFAULT_IBMREPO_URL = "https://registry.bluemix.net/helm/ibm"
)
View Source
const (
	DefaultErrorExitCode = 1
)
View Source
const (
	DefaultMavenCentralRepo = "http://central.maven.org/maven2/"
)
View Source
const DefaultPrefix = "JX_PR_LABELS"

DefaultPrefix for all PR labels environment keys

View Source
const (

	// JenkinsBuildPackURL URL of Draft packs for Jenkins X
	JenkinsBuildPackURL = "https://github.com/jenkins-x/draft-packs.git"
)
View Source
const (
	// JenkinsXQuickstartsOrganisation is the default organisation for quickstarts
	JenkinsXQuickstartsOrganisation = "jenkins-x-quickstarts"
)

Variables

View Source
var (
	CreateAddonCloudBeesLong = templates.LongDesc(`
		Creates the CloudBees app for Kubernetes addon

		CloudBees app for Kubernetes provides unified Continuous Delivery Environment console to make it easier to do CI/CD and Environments across a number of microservices and teams

		For more information please see [https://www.cloudbees.com/blog/want-help-build-cloudbees-kubernetes-jenkins-x](https://www.cloudbees.com/blog/want-help-build-cloudbees-kubernetes-jenkins-x)
`)

	CreateAddonCloudBeesExample = templates.Examples(`
		# Create the cloudbees addon 
		jx create addon cloudbees
	`)
)
View Source
var (
	CreateAddonSSOLong = templates.LongDesc(`
		Creates the Single Sign-On addon

		This addon will install and configure the dex identity provider, sso-operator and cert-manager.
`)

	CreateAddonSSOExample = templates.Examples(`
		# Create the sso addon
		jx create addon sso
	`)
)
View Source
var (
	CreateAddonVaultLong = templates.LongDesc(`
		Creates the Vault operator addon

		This addon will install an operator for HashiCorp Vault.""
`)

	CreateAddonVaultExample = templates.Examples(`
		# Create the vault-operator addon
		jx create addon vault-operator
	`)
)
View Source
var (
	GCActivitiesLong = templates.LongDesc(`
		Garbage collect the Jenkins X Activity Custom Resource Definitions

`)

	GCActivitiesExample = templates.Examples(`
		jx garbage collect activities
		jx gc activities
`)
)
View Source
var (
	GCGKELong = templates.LongDesc(`
		Garbage collect Google Container Engine resources that are not deleted when a delete cluster is performed

		This command will generate the gcloud command to run and delete external loadbalancers and persistent disks
		that are no longer in use.

`)

	GCGKEExample = templates.Examples(`
		jx garbage collect gke
		jx gc gke
`)
)
View Source
var (
	GCHelmLong = templates.LongDesc(`
		Garbage collect Helm ConfigMaps.  To facilitate rollbacks, Helm leaves a history of chart versions in place in Kubernetes and these should be pruned at intervals to avoid consuming excessive system resources.

`)

	GCHelmExample = templates.Examples(`
		jx garbage collect helm
		jx gc helm
`)
)
View Source
var (
	GCPodsLong = templates.LongDesc(`
		Garbage collect old Pods that have completed or failed
`)

	GCPodsExample = templates.Examples(`
		# garbage collect old pods of the default age
		jx gc pods

		# garbage collect pods older than 10 minutes
		jx gc pods -a 10m

`)
)
View Source
var (
	GCPreviewsLong = templates.LongDesc(`
		Garbage collect Jenkins X preview environments.  If a pull request is merged or closed the associated preview
		environment will be deleted.

`)

	GCPreviewsExample = templates.Examples(`
		jx garbage collect previews
		jx gc previews
`)
)
View Source
var (
	GCReleasesLong = templates.LongDesc(`
		Garbage collect the Jenkins X Activity Custom Resource Definitions

`)

	GCReleasesExample = templates.Examples(`
		jx garbage collect releases
		jx gc releases
`)
)
View Source
var (
	GetIssueLong = templates.LongDesc(`
		Display the status of an issue for a project.

`)

	GetIssueExample = templates.Examples(`
		# Get the status of an issue for a project
		jx get issue --id ISSUE_ID
	`)
)
View Source
var (
	GetIssuesLong = templates.LongDesc(`
		Display one or more issues for a project.

`)

	GetIssuesExample = templates.Examples(`
		# List open issues on the current project
		jx get issues
	`)
)
View Source
var (
	MetricsLong = templates.LongDesc(`
		Gets the metrics of the newest pod for a Deployment.

`)

	MetricsExample = templates.Examples(`
		# displays metrics of the latest pod in deployment myapp
		jx metrics myapp

		# Tails the metrics of the container foo in the latest pod in deployment myapp
		jx metrics myapp -c foo
`)
)
View Source
var (
	StatusLong = templates.LongDesc(`
		Gets the current status of the Kubernetes cluster

`)

	StatusExample = templates.Examples(`
		# displays the current status of the Kubernetes cluster
		jx status
`)
)
View Source
var (
	GitAccessDescription = `` /* 363-byte string literal not displayed */

	StepChangelogLong = templates.LongDesc(`
		Generates a Changelog for the latest tag

		This command will generate a Changelog as markdown for the git commit range given. 
		If you are using GitHub it will also update the GitHub Release with the changelog. You can disable that by passing'--update-release=false'

		If you have just created a git tag this command will try default to the changes between the last tag and the previous one. You can always specify the exact Git references (tag/sha) directly via '--previous-rev' and '--rev'

		The changelog is generated by parsing the git commits. It will also detect any text like 'fixes #123' to link to issue fixes. You can also use Conventional Commits notation: https://conventionalcommits.org/ to get a nicer formatted changelog. e.g. using commits like 'fix:(my feature) this my fix' or 'feat:(cheese) something'

		This command also generates a Release Custom Resource Definition you can include in your helm chart to give metadata about the changelog of the application along with metadata about the release (git tag, url, commits, issues fixed etc). Including this metadata in a helm charts means we can do things like automatically comment on issues when they hit Staging or Production; or give detailed descriptions of what things have changed when using GitOps to update versions in an environment by referencing the fixed issues in the Pull Request.

		You can opt out of the release YAML generation via the '--generate-yaml=false' option
		
		To update the release notes on GitHub / Gitea this command needs a git API token.

`) + GitAccessDescription

	StepChangelogExample = templates.Examples(`
		# generate a changelog on the current source
		jx step changelog

		# specify the version to use
		jx step changelog --version 1.2.3

		# specify the version and a header template
		jx step changelog --header-file docs/dev/changelog-header.md --version 1.2.3

`)

	GitHubIssueRegex = regexp.MustCompile(`(\#\d+)`)
	JIRAIssueRegex   = regexp.MustCompile(`[A-Z][A-Z]+-(\d+)`)
)
View Source
var (
	// StepGetVersionChangeSetLong command long description
	StepGetVersionChangeSetLong = templates.LongDesc(`
		This pipeline step generates environment variables from the differences of versions between jenkins-x-version branches

`)
	// StepGetVersionChangeSetExample command example
	StepGetVersionChangeSetExample = templates.Examples(`
		# This pipeline step generates environment variables from the differences of versions between jenkins-x-version PR21 and the master branch
		jx step get version-changeset --pr 21

        # This pipeline step generates environment variables from the differences of versions between jenkins-x-version PR21 and a branch called stuff
        jx step get version-changeset --stable-branch stuff --pr 21
`)
)
View Source
var (
	StepGitCredentialsLong = templates.LongDesc(`
		This pipeline step generates a Git credentials file for the current Git provider pipeline Secrets

`)

	StepGitCredentialsExample = templates.Examples(`
		# generate the Git credentials file in the canonical location
		jx step git credentials

		# generate the Git credentials to a output file
		jx step git credentials -o /tmp/mycreds

`)
)
View Source
var (
	// StepGitEnvsLong command long description
	StepGitEnvsLong = templates.LongDesc(`
		This pipeline step generates a Git environment variables from the current Git provider pipeline Secrets

`)
	// StepGitEnvsExample command example
	StepGitEnvsExample = templates.Examples(`
		# Sets the Git environment variables for the current GitHub provider
		jx step git envs

		# Sets the Gie environment variables for the current Gtilab provider
		jx step git envs --service-kind=gitlab
`)
)
View Source
var (
	// StepGitMergeLong command long description
	StepGitMergeLong = templates.LongDesc(`
		This pipeline step merges any SHAs specified into the HEAD of master. 

If no SHAs are specified then the PULL_REFS environment variable will be prased for a branch:sha comma separated list of
shas to merge. For example:

master:ef08a6cd194c2687d4bc12df6bb8a86f53c348ba,2739:5b351f4eae3c4afbb90dd7787f8bf2f8c454723f,2822:bac2a1f34fd54811fb767f69543f59eb3949b2a5

`)
	// StepGitMergeExample command example
	StepGitMergeExample = templates.Examples(`
		# Merge the SHAs from the PULL_REFS environment variable
		jx step git merge

		# Merge the SHA into the HEAD of master
		jx step git merge --sha 123456a

		# Merge a number of SHAs into the HEAD of master
		jx step git merge --sha 123456a --sha 789012b
`)
)
View Source
var (
	StepGpgCredentialsLong = templates.LongDesc(`
		This pipeline step generates GPG credentials files from the ` + kube.SecretJenkinsReleaseGPG + ` secret

`)

	StepGpgCredentialsExample = templates.Examples(`
		# generate the GPG credentials file in the canonical location
		jx step gpg credentials

		# generate the git credentials to a output file
		jx step gpg credentials -o /tmp/mycreds

`)
)
View Source
var (
	StepHelmApplyLong = templates.LongDesc(`
		Applies the helm chart in a given directory.

		This step is usually used to apply any GitOps promotion changes into a Staging or Production cluster.
`)

	StepHelmApplyExample = templates.Examples(`
		# apply the chart in the env folder to namespace jx-staging 
		jx step helm apply --dir env --namespace jx-staging

`)
)
View Source
var (
	StepHelmBuildLong = templates.LongDesc(`
		Builds the helm chart in a given directory.

		This step is usually used to validate any GitOps Pull Requests.
`)

	StepHelmBuildExample = templates.Examples(`
		# builds the helm chart in the env directory
		jx step helm build --dir env

`)
)
View Source
var (
	StepHelmEnvLong = templates.LongDesc(`
		Generates the helm environment variables
`)

	StepHelmEnvExample = templates.Examples(`
		# output the helm environment variables that should be set to use helm directly
		jx step helm env

`)
)
View Source
var (
	StepHelmInstallLong = templates.LongDesc(`
		Installs the given chart
`)

	StepHelmInstallExample = templates.Examples(`
		# installs a helm chart
		jx step helm install foo/bar

`)
)
View Source
var (
	StepHelmListLong = templates.LongDesc(`
		List the helm releases
`)

	StepHelmListExample = templates.Examples(`
		# list all the helm releases in the current namespace
		jx step helm list

`)
)
View Source
var (
	StepHelmReleaseLong = templates.LongDesc(`
		This pipeline step releases the Helm chart in the current directory
`)

	StepHelmReleaseExample = templates.Examples(`
		jx step helm release

`)
)
View Source
var (
	StepHelmVersionLong = templates.LongDesc(`
		Updates version of the Helm Chart.yaml in the given directory 
`)

	StepHelmVersionExample = templates.Examples(`
		# updates the current Helm Chart.yaml to the latest build number version
		jx step helm version

`)
)
View Source
var (
	StepLinkServicesLong = templates.LongDesc(`
		This pipeline step helps to link microservices from different namespaces like staging/production onto a preview environment
`)

	StepLinkServicesExample = templates.Examples(`
	#Link services from jx-staging namespace to the current namespace
	jx step link services --from-namespace jx-staging 

	#Link services from jx-staging namespace to the jx-prod namespace
	jx step link services --from-namespace jx-staging --to-namespace jx-prod
	
	#Link services from jx-staging namespace to the jx-prod namespace including all but the ones starting with  the characters 'cheese'
	jx step link services --from-namespace jx-staging --to-namespace jx-prod --includes * --excludes cheese*
`)
)
View Source
var (
	StepNextBuildNumberLong = templates.LongDesc(`
		Generates the next build unique number for a pipeline
`)

	StepNextBuildNumberExample = templates.Examples(`
		jx step next-buildnumber 
`)
)
View Source
var (
	StepNextVersionLong = templates.LongDesc(`
		This pipeline step command works out a semantic version, writes a file ./VERSION and optionally updates a file
`)

	StepNextVersionExample = templates.Examples(`
		jx step next-version
		jx step next-version --filename package.json
		jx step next-version --filename package.json --tag
		jx step next-version --filename package.json --tag --version 1.2.3
`)
)
View Source
var (
	StepNexusDropLong = templates.LongDesc(`
		This pipeline step command drops a Staging Nexus Repository

`)

	StepNexusDropExample = templates.Examples(`
		jx step nexus drop

`)
)
View Source
var (
	StepNexusReleaseLong = templates.LongDesc(`
		This pipeline step command releases a Nexus staging repository
`)

	StepNexusReleaseExample = templates.Examples(`
		jx step nexus release

`)
)
View Source
var (
	StepPostBuildLong = templates.LongDesc(`
		This pipeline step performs post build actions such as CVE analysis
`)

	StepPostBuildExample = templates.Examples(`
		jx step post build
`)
)
View Source
var (
	StepPostRunLong = templates.LongDesc(`
		This pipeline step executes any post build actions added during Pipeline execution
`)

	StepPostRunExample = templates.Examples(`
		jx step post run
`)
)
View Source
var (
	StepPreBuildLong = templates.LongDesc(`
		This pipeline step performs pre build actions such as ensuring that a Docker registry is available in the cloud
`)

	StepPreBuildExample = templates.Examples(`
		jx step pre build ${DOCKER_REGISTRY}/someorg/myapp
`)
)
View Source
var (
	StepPreExtendLong = templates.LongDesc(`
		This pipeline step adds any extensions configured for this pipeline
`)

	StepPreExtendExample = templates.Examples(`
		jx step pre extend
`)
)
View Source
var (
	StepWaitForArtifactLong = templates.LongDesc(`
		Waits for the given artifact to be available in a maven style repository

`)

	StepWaitForArtifactExample = templates.Examples(`
		# wait for a 
		jx step gpg credentials

		# generate the git credentials to a output file
		jx step gpg credentials -o /tmp/mycreds

`)
)
View Source
var ErrExit = fmt.Errorf("exit")

ErrExit may be passed to CheckError to instruct it to output nothing but exit with status code 1.

View Source
var JenkinsReferenceVersion = semver.Version{Major: 2, Minor: 140, Patch: 0}

Functions

func AssertAllPromoteStepsSuccessful

func AssertAllPromoteStepsSuccessful(t *testing.T, activities typev1.PipelineActivityInterface, name string)

func AssertHasNoPullRequestForEnv

func AssertHasNoPullRequestForEnv(t *testing.T, activities typev1.PipelineActivityInterface, name string, envName string)

func AssertHasPipelineStatus

func AssertHasPipelineStatus(t *testing.T, activities typev1.PipelineActivityInterface, name string, status v1.ActivityStatusType)

func AssertHasPromoteStatus

func AssertHasPromoteStatus(t *testing.T, activities typev1.PipelineActivityInterface, name string, envName string, status v1.ActivityStatusType)

func AssertHasPullRequestForEnv

func AssertHasPullRequestForEnv(t *testing.T, activities typev1.PipelineActivityInterface, name string, envName string)

func AssertPromoteStep

func AssertPromoteStep(t *testing.T, step *v1.WorkflowStep, expectedEnvironment string)

func AssertSetPullRequestComplete

func AssertSetPullRequestComplete(t *testing.T, provider *gits.FakeProvider, repository *gits.FakeRepository, prNumber int) bool

func AssertSetPullRequestMerged

func AssertSetPullRequestMerged(t *testing.T, provider *gits.FakeProvider, orgName string, repositoryName string,
	prNumber int) bool

AssertSetPullRequestMerged validates that the fake PR has merged

func AssertWorkflowStatus

func AssertWorkflowStatus(t *testing.T, activities typev1.PipelineActivityInterface, name string, status v1.ActivityStatusType)

func AuthServiceAccountName added in v1.3.1015

func AuthServiceAccountName(vaultName string) string

AuthServiceAccountName creates a service account name for a given vault and cluster name

func BehaviorOnFatal

func BehaviorOnFatal(f func(string, int))

BehaviorOnFatal allows you to override the default behavior when a fatal error occurs, which is to call os.Exit(code). You can pass 'panic' as a function here if you prefer the panic() over os.Exit(1).

func CheckErr

func CheckErr(err error)

CheckErr prints a user friendly error to STDERR and exits with a non-zero exit code. Unrecognized errors will be printed with an "error: " prefix.

This method is generic to the command in use and may be used by non-Kubectl commands.

func CleanupTestEnvironmentDir

func CleanupTestEnvironmentDir(o *opts.CommonOptions) error

CleanupTestEnvironmentDir should be called in a deferred function whenever CreateTestEnvironmentDir is called

func ConfigureTestOptions

func ConfigureTestOptions(o *opts.CommonOptions, git gits.Gitter, helm helm.Helmer)

ConfigureTestOptions lets configure the options for use in tests using fake APIs to k8s cluster

func ConfigureTestOptionsWithResources

func ConfigureTestOptionsWithResources(o *opts.CommonOptions, k8sObjects []runtime.Object, jxObjects []runtime.Object,
	git gits.Gitter, fakeGitProvider *gits.FakeProvider, helm helm.Helmer, resourcesInstaller resources.Installer)

ConfigureTestOptions lets configure the options for use in tests using fake APIs to k8s cluster.

func CreateAuthServiceAccount added in v1.3.1015

func CreateAuthServiceAccount(client kubernetes.Interface, vaultName, namespace, clusterName string) (string, error)

CreateAuthServiceAccount creates a Serivce Account for the Auth service for vault

func CreateBucketHTTPFn

func CreateBucketHTTPFn(authSvc auth.ConfigService) func(string) (string, error)

CreateBucketHTTPFn creates a function to transform a git URL to add the token for accessing a git based bucket

func CreateTestEnvironmentDir

func CreateTestEnvironmentDir(o *opts.CommonOptions) error

CreateTestEnvironmentDir will create a temporary environment dir for the tests, copying over any existing config, and updating CommonOptions.EnvironmentDir() - this is useful for testing git operations on the environments without clobbering the local environments and risking the cluster getting contaminated - use with gits.GitLocal

func CreateTestPipelineActivity

func CreateTestPipelineActivity(jxClient versioned.Interface, ns string, folder string, repo string, branch string, build string, workflow string) (*v1.PipelineActivity, error)

func DefaultBehaviorOnFatal

func DefaultBehaviorOnFatal()

DefaultBehaviorOnFatal allows you to undo any previous override. Useful in tests.

func DigitSuffix

func DigitSuffix(text string) string

DigitSuffix outputs digital suffix

func ExtractConfigMap

func ExtractConfigMap(cms *v1.ConfigMapList, version string) (v1.ConfigMap, error)

ExtractConfigMap extracts a configmap

func ExtractReleases

func ExtractReleases(cms *v1.ConfigMapList) []string

ExtractReleases Extract a set of releases from a list of ConfigMaps

func ExtractSsoCookie

func ExtractSsoCookie(text string) string

func ExtractVersions

func ExtractVersions(cms *v1.ConfigMapList, release string) []string

ExtractVersions Extract a set of versions of a named release from a list of ConfigMaps

func FindDevPodLabelFromJenkinsfile

func FindDevPodLabelFromJenkinsfile(filename string, labels []string) (string, error)

FindDevPodLabelFromJenkinsfile finds pod labels from a Jenkinsfile

func GetNamespaceNames

func GetNamespaceNames(client kubernetes.Interface) ([]string, error)

GetNamespaceNames returns the sorted list of environment names

func GetTokenForGitURL

func GetTokenForGitURL(authSvc auth.ConfigService, u string) (string, error)

GetTokenForGitURL returns the git token for the given git URL

func HomeDir

func HomeDir() string

func InstallVaultOperator

func InstallVaultOperator(o *opts.CommonOptions, namespace string) error

InstallVaultOperator installs a vault operator in the namespace provided

func KubernetesProviderOptions

func KubernetesProviderOptions() string

KubernetesProviderOptions returns all the Kubernetes providers as a string

func LoadVersionFromCloudEnvironmentsDir

func LoadVersionFromCloudEnvironmentsDir(wrkDir string, configStore configio.ConfigStore) (string, error)

LoadVersionFromCloudEnvironmentsDir lets load the jenkins-x-platform version

func NewCmdAdd

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

NewCmdAdd creates a command object for the "add" command

func NewCmdAddApp

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

NewCmdAddApp creates a command object for the "create" command

func NewCmdCloudBees

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

func NewCmdCloudBeesPipeline

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

func NewCmdCompletion

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

func NewCmdComplianceDelete

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

NewCmdComplianceDeletecreates a command object for the "compliance delete" action, which delete the Kubernetes resources allocated by the compliance tests

func NewCmdComplianceLogs

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

NewCmdComplianceLogs creates a command object for the "compliance logs" action, which prints the logs of compliance tests

func NewCmdComplianceResults

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

NewCmdComplianceResults creates a command object for the "compliance results" action, which shows the results of E2E compliance tests

func NewCmdComplianceRun

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

NewCmdComplianceRun creates a command object for the "compliance run" action, which starts the E2E compliance tests

func NewCmdComplianceStatus

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

NewCmdComplianceStatus creates a command object for the "compliance status" action, which retrieve the status of E2E compliance tests

func NewCmdConsole

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

func NewCmdContext

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

func NewCmdController

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

NewCmdController creates the edit command

func NewCmdControllerBackup

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

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

func NewCmdControllerBuild

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

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

func NewCmdControllerBuildNumbers added in v1.3.820

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

NewCmdControllerBuildNumbers builds a new command to serving build numbers over an HTTP interface.

func NewCmdControllerCommitStatus

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

NewCmdControllerCommitStatus creates a command object for the "create" command

func NewCmdControllerEnvironment added in v1.3.1108

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

NewCmdControllerEnvironment creates the command

func NewCmdControllerPipelineRunner added in v1.3.820

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

NewCmdControllerPipelineRunner creates the command

func NewCmdControllerRole

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

func NewCmdControllerTeam

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

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

func NewCmdControllerWorkflow

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

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

func NewCmdCreate

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

NewCmdCreate creates a command object for the "create" command

func NewCmdCreateAddon

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

NewCmdCreateAddon creates a command object for the "create" command

func NewCmdCreateAddonAmbassador

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

NewCmdCreateAddonAmbassador creates a command object for the "create" command

func NewCmdCreateAddonAnchore

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

NewCmdCreateAddonAnchore creates a command object for the "create" command

func NewCmdCreateAddonCloudBees

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

NewCmdCreateAddonCloudBees creates a command object for the "create" command

func NewCmdCreateAddonEnvironmentController added in v1.3.1108

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

NewCmdCreateAddonEnvironmentController creates a command object for the "create" command

func NewCmdCreateAddonFlagger added in v1.3.818

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

func NewCmdCreateAddonGitea

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

NewCmdCreateAddonGitea creates a command object for the "create" command

func NewCmdCreateAddonGloo added in v1.3.1097

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

NewCmdCreateAddonGloo creates a command object for the "create" command

func NewCmdCreateAddonIstio

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

NewCmdCreateAddonIstio creates a command object for the "create" command

func NewCmdCreateAddonKnativeBuild

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

func NewCmdCreateAddonKubeless

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

NewCmdCreateAddonKubeless creates a command object for the "create" command

func NewCmdCreateAddonOwasp

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

func NewCmdCreateAddonPipelineEvents

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

NewCmdCreateAddonPipelineEvents creates a command object for the "create" command

func NewCmdCreateAddonPrometheus

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

func NewCmdCreateAddonProw

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

NewCmdCreateAddonProw creates a command object for the "create" command

func NewCmdCreateAddonSSO

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

NewCmdCreateAddonSSO creates a command object for the "create addon sso" command

func NewCmdCreateAddonVault

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

NewCmdCreateAddonVault creates a command object for the "create addon vault-opeator" command

func NewCmdCreateArchetype

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

NewCmdCreateArchetype creates a command object for the "create" command

func NewCmdCreateBranchPattern

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

NewCmdCreateBranchPattern creates a command object for the "create" command

func NewCmdCreateCamel

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

NewCmdCreateCamel creates a command object for the "create" command

func NewCmdCreateChat

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

NewCmdCreateChat creates a command object for the "create" command

func NewCmdCreateChatServer

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

NewCmdCreateChatServer creates a command object for the "create" command

func NewCmdCreateChatToken

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

NewCmdCreateChatToken creates a command

func NewCmdCreateCluster

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

NewCmdCreateCluster creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a Kubernetes cluster.

func NewCmdCreateClusterAKS

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

NewCmdGet creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a Kubernetes cluster.

func NewCmdCreateClusterAWS

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

NewCmdCreateClusterAWS creates the command

func NewCmdCreateClusterEKS

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

NewCmdCreateClusterEKS creates the command

func NewCmdCreateClusterGKE

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

NewCmdCreateClusterGKE creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a Kubernetes cluster.

func NewCmdCreateClusterGKETerraform

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

NewCmdCreateClusterGKETerraform creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a Kubernetes cluster.

func NewCmdCreateClusterIKS

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

NewCmdGet creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a kubernetes cluster.

func NewCmdCreateClusterMinikube

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

NewCmdGet creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a Kubernetes cluster.

func NewCmdCreateClusterMinishift

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

NewCmdGet creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a Kubernetes cluster.

func NewCmdCreateClusterOKE

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

NewCmdGet creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a Kubernetes cluster.

func NewCmdCreateCodeship

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

NewCmdCreateCodeship creates a command object for the "create" command

func NewCmdCreateDevPod

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

NewCmdCreateDevPod creates a command object for the "create" command

func NewCmdCreateDockerAuth

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

NewCmdCreateDockerAuth creates a command object for the "create" command

func NewCmdCreateDocs

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

NewCmdCreateDocs creates a command object for the "create" command

func NewCmdCreateEnv

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

NewCmdCreateEnv creates a command object for the "create" command

func NewCmdCreateEtcHosts

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

NewCmdCreateEtcHosts creates a command object for the "create" command

func NewCmdCreateGit

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

NewCmdCreateGit creates a command object for the "create" command

func NewCmdCreateGitServer

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

NewCmdCreateGitServer creates a command object for the "create" command

func NewCmdCreateGitToken

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

NewCmdCreateGitToken creates a command

func NewCmdCreateGitUser

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

NewCmdCreateGitUser creates a command

func NewCmdCreateGkeServiceAccount

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

NewCmdCreateGkeServiceAccount creates a command object for the "create" command

func NewCmdCreateIssue

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

NewCmdCreateIssue creates a command object for the "create" command

func NewCmdCreateJHipster

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

NewCmdCreateJHipster creates a command object for the "create" command

func NewCmdCreateJenkins

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

NewCmdCreateJenkins creates a command object for the "create" command

func NewCmdCreateJenkinsUser

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

NewCmdCreateJenkinsUser creates a command

func NewCmdCreateLile

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

NewCmdCreateLile creates a command object for the "create" command

func NewCmdCreateMicro

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

NewCmdCreateMicro creates a command object for the "create" command

func NewCmdCreatePostPreviewJob

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

NewCmdCreatePostPreviewJob creates a command object for the "create" command

func NewCmdCreateProject

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

NewCmdCreateProject creates a command object for the "create" command

func NewCmdCreatePullRequest

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

NewCmdCreatePullRequest creates a command object for the "create" command

func NewCmdCreateQuickstart

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

NewCmdCreateQuickstart creates a command object for the "create" command

func NewCmdCreateQuickstartLocation

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

NewCmdCreateQuickstartLocation creates a command object for the "create" command

func NewCmdCreateSpring

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

NewCmdCreateSpring creates a command object for the "create" command

func NewCmdCreateStep added in v1.3.1056

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

NewCmdCreateStep creates a command object for the "create" command

func NewCmdCreateTeam

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

NewCmdCreateTeam creates a command object for the "create" command

func NewCmdCreateTerraform

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

NewCmdCreateTerraform creates a command object for the "create" command

func NewCmdCreateToken

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

NewCmdCreateToken creates a command object for the "create" command

func NewCmdCreateTokenAddon

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

NewCmdCreateTokenAddon creates a command

func NewCmdCreateTracker

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

NewCmdCreateTracker creates a command object for the "create" command

func NewCmdCreateTrackerServer

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

NewCmdCreateTrackerServer creates a command object for the "create" command

func NewCmdCreateTrackerToken

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

NewCmdCreateTrackerToken creates a command

func NewCmdCreateUser

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

NewCmdCreateUser creates a command object for the "create" command

func NewCmdCreateVault

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

NewCmdCreateVault creates a command object for the "create" command

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 NewCmdDeleteAddonCloudBees

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

NewCmdDeleteAddonCloudBees defines the command

func NewCmdDeleteAddonFlagger added in v1.3.881

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 NewCmdDeleteAddonKnativeBuild

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

NewCmdDeleteAddonKnativeBuild defines the command

func NewCmdDeleteAddonSSO

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

NewCmdDeleteAddonSSO 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 NewCmdDeleteAws

func NewCmdDeleteAws(commonOpts *opts.CommonOptions) *cobra.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 NewCmdDeleteExtension

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

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

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 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 added in v1.3.924

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 NewCmdDeletePostPreviewJob

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

NewCmdDeletePostPreviewJob creates a command object for the "create" command

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

func NewCmdDiagnose

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

func NewCmdDocs

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

open the docs - Jenkins X docs by default

func NewCmdEdit

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

NewCmdEdit creates the edit command

func NewCmdEditAddon

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

NewCmdEditAddon creates a command object for the "create" command

func NewCmdEditAppJenkinsPlugins added in v1.3.932

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

NewCmdEditAppJenkinsPlugins creates a command object for the "create" command

func NewCmdEditBuildpack

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

NewCmdEditBuildpack creates a command object for the "create" command

func NewCmdEditConfig

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

NewCmdEditConfig creates a command object for the "create" command

func NewCmdEditDeployKind added in v1.3.1074

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

NewCmdEditDeployKind creates a command object for the "create" command

func NewCmdEditEnv

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

NewCmdEditEnv creates a command object for the "create" command

func NewCmdEditExtensionsRepository

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

func NewCmdEditHelmBin

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

NewCmdEditHelmBin creates a command object for the "create" command

func NewCmdEditStorage

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

NewCmdEditStorage creates a command object for the "create" command

func NewCmdEditUserRole

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

NewCmdEditUserRole creates a command object for the "create" command

func NewCmdEnvironment

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

func NewCmdGC

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

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

func NewCmdGCActivities

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

NewCmd s a command object for the "step" command

func NewCmdGCGKE

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

NewCmd s a command object for the "step" command

func NewCmdGCHelm

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

NewCmdGCHelm a command object for the "garbage collect" command

func NewCmdGCPods

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

NewCmdGCPods creates the command object

func NewCmdGCPreviews

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

NewCmd s a command object for the "step" command

func NewCmdGCReleases

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

NewCmd s a command object for the "step" command

func NewCmdGet

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

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

func NewCmdGetAWSInfo

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

NewCmdGetAWSInfo creates the new command for: jx get env

func NewCmdGetActivity

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

NewCmdGetActivity creates the new command for: jx get version

func NewCmdGetAddon

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

NewCmdGetAddon creates the command

func NewCmdGetApplications

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

NewCmdGetApplications creates the new command for: jx get version

func NewCmdGetApps added in v1.3.914

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

NewCmdGetApps creates the new command for: jx get version

func NewCmdGetBranchPattern

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

NewCmdGetBranchPattern creates the new command for: jx get env

func NewCmdGetBuild

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

NewCmdGetBuild creates the command object

func NewCmdGetBuildLogs

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

NewCmdGetBuildLogs creates the command

func NewCmdGetBuildPack

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

NewCmdGetBuildPack creates the new command for: jx get env

func NewCmdGetBuildPods

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

NewCmdGetBuildPods creates the command

func NewCmdGetCVE

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

NewCmdGetCVE creates the command

func NewCmdGetChat

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

NewCmdGetChat creates the command

func NewCmdGetConfig

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

NewCmdGetConfig creates the command

func NewCmdGetDevPod

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

NewCmdGetDevPod creates the command

func NewCmdGetEks

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

func NewCmdGetEnv

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

NewCmdGetEnv creates the new command for: jx get env

func NewCmdGetGit

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

NewCmdGetGit creates the command

func NewCmdGetHelmBin

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

NewCmdGetHelmBin creates the new command for: jx get env

func NewCmdGetIssue

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

NewCmdGetIssue creates the command

func NewCmdGetIssues

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

NewCmdGetIssues creates the command

func NewCmdGetLimits

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

NewCmdGetLimits creates the command

func NewCmdGetPipeline

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

NewCmdGetPipeline creates the command

func NewCmdGetPlugins

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

NewCmdGetPlugins provides a way to list all plugin executables visible to jx

func NewCmdGetPostPreviewJob

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

NewCmdGetPostPreviewJob creates a command object for the "create" command

func NewCmdGetPreview

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

NewCmdGetPreview creates the new command for: jx get env

func NewCmdGetQuickstartLocation

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

NewCmdGetQuickstartLocation creates the new command for: jx get env

func NewCmdGetQuickstarts added in v1.3.888

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

NewCmdGetQuickstarts creates the command

func NewCmdGetRelease

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

NewCmdGetRelease creates the new command for: jx get env

func NewCmdGetSecret

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

NewCmdGetSecret creates a new command for 'jx get secrets'

func NewCmdGetStorage

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

NewCmdGetStorage creates the new command for: jx get env

func NewCmdGetStream added in v1.3.1097

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

NewCmdGetStream creates the command

func NewCmdGetTeam

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

NewCmdGetTeam creates the new command for: jx get env

func NewCmdGetTeamRole

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

NewCmdGetTeamRole creates the new command for: jx get env

func NewCmdGetToken

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

NewCmdGetToken creates the command

func NewCmdGetTokenAddon

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

NewCmdGetTokenAddon creates the command

func NewCmdGetTracker

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

NewCmdGetTracker creates the command

func NewCmdGetURL

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

NewCmdGetURL creates the command

func NewCmdGetUser

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

NewCmdGetUser creates the new command for: jx get env

func NewCmdGetVault

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

NewCmdGetVault creates a new command for 'jx get vaults'

func NewCmdGetVaultConfig

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

NewCmdGetVaultConfig creates a new command for 'jx get secrets'

func NewCmdGetWorkflow

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

NewCmdGetWorkflow creates the new command for: jx get env

func NewCmdImport

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

NewCmdImport the cobra command for jx import

func NewCmdInit

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

NewCmdInit creates a command object for the generic "init" action, which primes a Kubernetes cluster so it's ready for Jenkins X to be installed

func NewCmdInstall

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

NewCmdInstall creates a command object for the generic "install" action, which installs the jenkins-x platform on a Kubernetes cluster.

func NewCmdInstallDependencies

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

NewCmdInstallDependencies creates a command object to install any required dependencies

func NewCmdLogin

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

func NewCmdLogs

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

func NewCmdMetrics

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

func NewCmdNamespace

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

func NewCmdOpen

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

func NewCmdOptions

func NewCmdOptions(out io.Writer) *cobra.Command

NewCmdOptions implements the options command

func NewCmdPreview

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

NewCmdPreview creates a command object for the "create" command

func NewCmdPromote

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

NewCmdPromote creates the new command for: jx get prompt

func NewCmdPrompt

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

NewCmdPrompt creates the new command for: jx get prompt

func NewCmdRepo

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

func NewCmdRsh

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

func NewCmdScan

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

NewCmdScan creates a command object for the "scan" command

func NewCmdScanCluster

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

NewCmdScanCluster creates a command object for "scan cluster" command

func NewCmdShell

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

func NewCmdStart

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

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

func NewCmdStartPipeline

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

NewCmdStartPipeline creates the command

func NewCmdStartProtection

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

NewCmdStartProtection creates the command

func NewCmdStatus

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

func NewCmdStep

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

NewCmdStep Steps a command object for the "step" command

func NewCmdStepBDD

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

func NewCmdStepBlog

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

NewCmdStepBlog Creates a new Command object

func NewCmdStepBuildPack

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

NewCmdStepBuildPack Steps a command object for the "step" command

func NewCmdStepBuildPackApply

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

NewCmdStepBuildPackApply Creates a new Command object

func NewCmdStepChangelog

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

func NewCmdStepCreate

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

NewCmdStepCreate Steps a command object for the "step" command

func NewCmdStepCreateJenkinsConfig added in v1.3.1108

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

NewCmdStepCreateJenkinsConfig Creates a new Command object

func NewCmdStepCreateTask

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

NewCmdStepCreateTask Creates a new Command object

func NewCmdStepCreateVersionPullRequest added in v1.3.852

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

NewCmdStepCreateVersionPullRequest Creates a new Command object

func NewCmdStepCredential

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

NewCmdStepCredential creates the command

func NewCmdStepCustomPipeline added in v1.3.926

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

NewCmdStepCustomPipeline creates the new command

func NewCmdStepEnv

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

NewCmdStepEnv Steps a command object for the "step" command

func NewCmdStepEnvApply

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

NewCmdStepEnvApply registers the command

func NewCmdStepGet added in v1.3.819

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

NewCmdStepGet Steps a command object for the "step" command

func NewCmdStepGetBuildNumber added in v1.3.819

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

NewCmdStepGetBuildNumber Creates a new Command object

func NewCmdStepGetVersionChangeSet added in v1.3.912

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

NewCmdStepGetVersionChangeSet create the 'step git envs' command

func NewCmdStepGit

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

NewCmdStepGit Steps a command object for the "step" command

func NewCmdStepGitCredentials

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

func NewCmdStepGitEnvs

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

NewCmdStepGitEnvs create the 'step git envs' command

func NewCmdStepGitMerge added in v1.3.886

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

NewCmdStepGitMerge create the 'step git envs' command

func NewCmdStepGpgCredentials

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

func NewCmdStepHelm

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

NewCmdStepHelm Steps a command object for the "step" command

func NewCmdStepHelmApply

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

func NewCmdStepHelmBuild

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

func NewCmdStepHelmDelete

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

NewCmdStepHelmDelete creates the command object

func NewCmdStepHelmEnv

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

func NewCmdStepHelmInstall

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

func NewCmdStepHelmList

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

func NewCmdStepHelmRelease

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

func NewCmdStepHelmVersion

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

func NewCmdStepLinkServices

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

NewCmdStepLinkServices Creates a new Command object

func NewCmdStepNextBuildNumber

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

func NewCmdStepNextVersion

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

func NewCmdStepNexus

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

NewCmdStepNexus Steps a command object for the "step" command

func NewCmdStepNexusDrop

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

func NewCmdStepNexusRelease

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

func NewCmdStepPR

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

NewCmdStepPR Steps a command object for the "step pr" command

func NewCmdStepPRComment

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

NewCmdStepPRComment Steps a command object for the "step pr comment" command

func NewCmdStepPRLabels added in v1.3.837

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

NewCmdStepPRLabels creates the new cmd

func NewCmdStepPost

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

NewCmdStep Steps a command object for the "step" command

func NewCmdStepPostBuild

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

func NewCmdStepPostInstall

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

NewCmdStepPostInstall creates the command object

func NewCmdStepPostRun

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

NewCmdStep Steps a command object for the "step" command

func NewCmdStepPre

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

NewCmdStep Steps a command object for the "step" command

func NewCmdStepPreBuild

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

func NewCmdStepPreExtend

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

func NewCmdStepRelease

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

NewCmdStep Steps a command object for the "step" command

func NewCmdStepSplitMonorepo

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

NewCmdStepSplitMonorepo Creates a new Command object

func NewCmdStepStash

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

NewCmdStepStash creates the CLI command

func NewCmdStepTag

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

func NewCmdStepUnstash

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

NewCmdStepUnstash creates the CLI command

func NewCmdStepValidate

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

NewCmdStepValidate Creates a new Command object

func NewCmdStepVerify

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

func NewCmdStepVerifyPod added in v1.3.858

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

NewCmdStepVerifyPod creates the `jx step verify pod` command

func NewCmdStepVerifyPodCount added in v1.3.958

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

NewCmdStepVerifyPodCount performs deployment verification

func NewCmdStepVerifyPodReady added in v1.3.958

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

NewCmdStepVerifyPodReady creates the `jx step verify pod` command

func NewCmdStepWaitForArtifact

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

func NewCmdStop

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

NewCmdStop creates the command object

func NewCmdStopPipeline

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

NewCmdStopPipeline creates the command

func NewCmdSync

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

func NewCmdTeam

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

func NewCmdUninstall

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

func NewCmdUpdate

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

NewCmdUpdate creates a command object for the "update" command

func NewCmdUpdateCluster

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

NewCmdGet creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a Kubernetes cluster.

func NewCmdUpdateClusterGKE

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

func NewCmdUpdateClusterGKETerraform

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

NewCmdUpdateClusterGKETerraform creates a command object for the updating an existing cluster running on GKE using terraform.

func NewCmdUpdateWebhooks

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

func NewCmdUpgrade

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

NewCmdUpgrade creates the command

func NewCmdUpgradeAddonProw

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

NewCmdUpgradeAddonProw defines the command

func NewCmdUpgradeAddons

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

NewCmdUpgradeAddons defines the command

func NewCmdUpgradeApps

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

NewCmdUpgradeApps defines the command

func NewCmdUpgradeBinaries

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

func NewCmdUpgradeCLI

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

NewCmdUpgradeCLI defines the command

func NewCmdUpgradeCRDs added in v1.3.904

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

NewCmdUpgradeCRDs defines the command

func NewCmdUpgradeCluster

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

NewCmdUpgradeCluster defines the command

func NewCmdUpgradeExtensions

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

func NewCmdUpgradeExtensionsRepository

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

NewCmdGet creates a command object for the generic "init" action, which installs the dependencies required to run the jenkins-x platform on a Kubernetes cluster.

func NewCmdUpgradeIngress

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

NewCmdUpgradeIngress defines the command

func NewCmdUpgradePlatform

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

NewCmdUpgradePlatform defines the command

func NewCmdVersion

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

func NewCompliance

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

NewCompliance creates a command object for the generic "compliance" action, which executes the compliance tests against a Kubernetes cluster

func NewJXCommand

func NewJXCommand(f clients.Factory, in terminal.FileReader, out terminal.FileWriter,
	err io.Writer, args []string) *cobra.Command

NewJXCommand creates the `jx` command and its nested children. args used to determine binary plugin to run can be overridden (does not affect compiled in commands).

func PayloadSignature added in v1.3.1108

func PayloadSignature(payload []byte, key []byte) string

PayloadSignature returns the signature that matches the payload.

func PollGitStatusAndReactToPipelineChanges

func PollGitStatusAndReactToPipelineChanges(t *testing.T, o *ControllerWorkflowOptions, jxClient versioned.Interface, ns string) error

func ProjectExists

func ProjectExists(ctx context.Context, org *codeship.Organization, codeshipOrg string, codeshipRepo string) (bool, string, error)

func PullRequestURLToNumber

func PullRequestURLToNumber(text string) (int, error)

PullRequestURLToNumber turns Pull Request URL to number

func SetPullRequestClosed

func SetPullRequestClosed(pr *gits.FakePullRequest)

func SetSuccessCommitStatusInPR

func SetSuccessCommitStatusInPR(t *testing.T, repository *gits.FakeRepository, prNumber int)

func StandardErrorMessage

func StandardErrorMessage(err error) (string, bool)

StandardErrorMessage translates common errors into a human readable message, or returns false if the error is not one of the recognized types. It may also log extended information to glog.

This method is generic to the command in use and may be used by non-Kubectl commands.

func UsageError

func UsageError(cmd *cobra.Command, format string, args ...interface{}) error

func ValidatePayload added in v1.3.1108

func ValidatePayload(payload []byte, sig string, key []byte) bool

ValidatePayload ensures that the request payload signature matches the key.

func ValidateWebhook added in v1.3.1108

func ValidateWebhook(w http.ResponseWriter, r *http.Request, hmacSecret []byte, requireGitHubHeaders bool) (string, string, []byte, bool, int)

ValidateWebhook ensures that the provided request conforms to the format of a Github webhook and the payload can be validated with the provided hmac secret. It returns the event type, the event guid, the payload of the request, whether the webhook is valid or not, and finally the resultant HTTP status code

func VersionsToDelete

func VersionsToDelete(versions []string, desired int) []string

VersionsToDelete returns a slice of strings

func WaitForPullRequestForEnv

func WaitForPullRequestForEnv(t *testing.T, activities typev1.PipelineActivityInterface, name string, envName string)

Types

type AddAppOptions

type AddAppOptions struct {
	AddOptions

	GitOps bool
	DevEnv *jenkinsv1.Environment

	Repo     string
	Username string
	Password string
	Alias    string

	// allow git to be configured externally before a PR is created
	ConfigureGitCallback environments.ConfigureGitFn

	Namespace   string
	Version     string
	ReleaseName string
	SetValues   []string
	ValuesFiles []string
	HelmUpdate  bool
}

AddAppOptions the options for the create spring command

func (*AddAppOptions) Run

func (o *AddAppOptions) Run() error

Run implements this command

type AddOptions

type AddOptions struct {
	*opts.CommonOptions

	DisableImport bool
	OutDir        string
}

AddOptions contains the command line options

func (*AddOptions) Run

func (o *AddOptions) Run() error

Run implements this command

type ApplicationEnvironmentInfo

type ApplicationEnvironmentInfo struct {
	Deployment  *v1beta1.Deployment
	Environment *v1.Environment
	Version     string
	URL         string
}

ApplicationEnvironmentInfo contains the results of an app for an environment

type Auth

type Auth struct {
	Auth  string `json:"auth,omitempty"`
	Email string `json:"email,omitempty"`
}

type ByVersion

type ByVersion []string

Components for sorting versions by numeric version number where version name ends in .vddd where ddd is an arbitrary sequence of digits

func (ByVersion) Len

func (a ByVersion) Len() int

func (ByVersion) Less

func (a ByVersion) Less(i, j int) bool

func (ByVersion) Swap

func (a ByVersion) Swap(i, j int)

type CallbackFn

type CallbackFn func() error

CallbackFn callback function

type CloudBeesOptions

type CloudBeesOptions struct {
	*opts.CommonOptions

	OnlyViewURL bool
}

func (*CloudBeesOptions) GetBaseURL

func (o *CloudBeesOptions) GetBaseURL() (url string, err error)

func (*CloudBeesOptions) Open

func (o *CloudBeesOptions) Open(name string, label string) error

func (*CloudBeesOptions) OpenURL

func (o *CloudBeesOptions) OpenURL(url string, label string) error

func (*CloudBeesOptions) Run

func (o *CloudBeesOptions) Run() error

type CloudBeesPipelineOptions

type CloudBeesPipelineOptions struct {
	CloudBeesOptions
}

func (*CloudBeesPipelineOptions) Open

func (o *CloudBeesPipelineOptions) Open(name string, label string) error

func (*CloudBeesPipelineOptions) OpenURL

func (o *CloudBeesPipelineOptions) OpenURL(url string, label string) error

func (*CloudBeesPipelineOptions) Run

type Cluster

type Cluster interface {
	Name() string
	SetName(string) string
	ClusterName() string
	Provider() string
	SetProvider(string) string
	Context() string
	CreateTfVarsFile(path string) error
}

Cluster interface for Clusters

type CompletionOptions added in v1.3.883

type CompletionOptions struct {
	*opts.CommonOptions
}

CompletionOptions options for completion command

func (*CompletionOptions) Run added in v1.3.883

func (o *CompletionOptions) Run() error

Run executes the completion command

type ComplianceDeleteOptions

type ComplianceDeleteOptions struct {
	*opts.CommonOptions
}

ComplianceDeleteOptions options for "compliance delete" command

func (*ComplianceDeleteOptions) Run

func (o *ComplianceDeleteOptions) Run() error

Run implements the "compliance delete" command

type ComplianceLogsOptions

type ComplianceLogsOptions struct {
	*opts.CommonOptions

	Follow bool
}

ComplianceLogsOptions options for "compliance logs" command

func (*ComplianceLogsOptions) Run

func (o *ComplianceLogsOptions) Run() error

Run implements the "compliance logs" command

type ComplianceOptions

type ComplianceOptions struct {
	*opts.CommonOptions
}

ComplianceOptions options for compliance command

func (*ComplianceOptions) Run

func (o *ComplianceOptions) Run() error

Run implements the compliance root command

type ComplianceResultsOptions

type ComplianceResultsOptions struct {
	*opts.CommonOptions
}

ComplianceResultsOptions options for "compliance results" command

func (*ComplianceResultsOptions) Exit

func (o *ComplianceResultsOptions) Exit(status int)

Exit the main goroutine with status

func (*ComplianceResultsOptions) Run

Run implements the "compliance results" command

type ComplianceRunOptions

type ComplianceRunOptions struct {
	*opts.CommonOptions
}

ComplianceRunOptions options for "compliance run" command

func (*ComplianceRunOptions) Run

func (o *ComplianceRunOptions) Run() error

Run implements the "compliance run" command

type ComplianceStatusOptions

type ComplianceStatusOptions struct {
	*opts.CommonOptions
}

ComplianceStatusOptions options for "compliance status" command

func (*ComplianceStatusOptions) Run

func (o *ComplianceStatusOptions) Run() error

Run implements the "compliance status" command

type Config

type Config struct {
	Auths map[string]*Auth `json:"auths,omitempty"`
}

type ConsoleOptions

type ConsoleOptions struct {
	GetURLOptions

	OnlyViewURL     bool
	ClassicMode     bool
	JenkinsSelector opts.JenkinsSelectorOptions
}

func (*ConsoleOptions) Open

func (o *ConsoleOptions) Open(name string, label string) error

func (*ConsoleOptions) Run

func (o *ConsoleOptions) Run() error

type ContextOptions

type ContextOptions struct {
	*opts.CommonOptions

	Filter string
}

func (*ContextOptions) PickContext

func (o *ContextOptions) PickContext(names []string, defaultValue string) (string, error)

func (*ContextOptions) Run

func (o *ContextOptions) Run() error

type ControllerBackupOptions

type ControllerBackupOptions struct {
	ControllerOptions

	GitRepositoryOptions gits.GitRepositoryOptions

	Namespace    string
	Organisation string
}

ControllerBackupOptions are the flags for the commands

func (*ControllerBackupOptions) Run

func (o *ControllerBackupOptions) Run() error

Run implements this command

type ControllerBuildNumbersOptions added in v1.3.820

type ControllerBuildNumbersOptions struct {
	*opts.CommonOptions
	BindAddress string
	Port        int
}

ControllerBuildNumbersOptions holds the options for the build number service.

func (*ControllerBuildNumbersOptions) Run added in v1.3.820

Run will execute this command, starting the HTTP build number generation service with the specified options.

type ControllerBuildOptions

type ControllerBuildOptions struct {
	ControllerOptions

	Namespace          string
	InitGitCredentials bool

	EnvironmentCache *kube.EnvironmentNamespaceCache
	// contains filtered or unexported fields
}

ControllerBuildOptions are the flags for the commands

func (*ControllerBuildOptions) Run

func (o *ControllerBuildOptions) Run() error

Run implements this command

type ControllerCommitStatusOptions

type ControllerCommitStatusOptions struct {
	ControllerOptions
}

ControllerCommitStatusOptions the options for the controller

func (*ControllerCommitStatusOptions) Run

Run implements this command

func (*ControllerCommitStatusOptions) UpsertCommitStatusCheck

func (o *ControllerCommitStatusOptions) UpsertCommitStatusCheck(name string, pipelineActName string, url string, sha string, pullRequest string, context string, phase corev1.PodPhase, jxClient jenkinsv1client.Interface, ns string) error

type ControllerEnvironmentOptions added in v1.3.1108

type ControllerEnvironmentOptions struct {
	*opts.CommonOptions
	BindAddress           string
	Path                  string
	Port                  int
	NoGitCredeentialsInit bool
	NoRegisterWebHook     bool
	GitServerURL          string
	GitOwner              string
	GitRepo               string
	SourceURL             string
	WebHookURL            string
	Branch                string
	Labels                map[string]string
	// contains filtered or unexported fields
}

ControllerEnvironmentOptions holds the command line arguments

func (*ControllerEnvironmentOptions) Run added in v1.3.1108

Run will implement this command

type ControllerOptions

type ControllerOptions struct {
	*opts.CommonOptions
}

ControllerOptions contains the CLI options

func (*ControllerOptions) LoadProwOAuthConfig added in v1.3.1099

func (o *ControllerOptions) LoadProwOAuthConfig(ns string) (string, error)

LoadProwOAuthConfig returns the OAuth Token for Prow

func (*ControllerOptions) Run

func (o *ControllerOptions) Run() error

Run implements this command

type ControllerPipelineRunnerOptions added in v1.3.820

type ControllerPipelineRunnerOptions struct {
	*opts.CommonOptions
	BindAddress           string
	Path                  string
	Port                  int
	NoGitCredeentialsInit bool
}

ControllerPipelineRunnerOptions holds the command line arguments

func (*ControllerPipelineRunnerOptions) Run added in v1.3.820

Run will implement this command

type ControllerRoleFlags

type ControllerRoleFlags struct {
	Version string
}

type ControllerRoleOptions

type ControllerRoleOptions struct {
	ControllerOptions

	NoWatch bool

	Roles           map[string]*rbacv1.Role
	EnvRoleBindings map[string]*v1.EnvironmentRoleBinding
	TeamNs          string
}

ControllerRoleOptions the command line options

func (*ControllerRoleOptions) Run

func (o *ControllerRoleOptions) Run() error

func (*ControllerRoleOptions) UpsertEnvironmentRoleBinding

func (o *ControllerRoleOptions) UpsertEnvironmentRoleBinding(newEnv *v1.EnvironmentRoleBinding) error

UpsertEnvironmentRoleBinding processes an insert/update of the EnvironmentRoleBinding resource its public so that we can make testing easier

func (*ControllerRoleOptions) UpsertRole

func (o *ControllerRoleOptions) UpsertRole(newRole *rbacv1.Role) error

UpsertRole processes the insert/update of a Role this function is public for easier testing

func (*ControllerRoleOptions) WatchEnvironmentRoleBindings

func (o *ControllerRoleOptions) WatchEnvironmentRoleBindings(jxClient versioned.Interface, ns string) error

func (*ControllerRoleOptions) WatchEnvironments

func (o *ControllerRoleOptions) WatchEnvironments(kubeClient kubernetes.Interface, jxClient versioned.Interface, ns string) error

func (*ControllerRoleOptions) WatchRoles

func (o *ControllerRoleOptions) WatchRoles(kubeClient kubernetes.Interface, ns string) error

type ControllerTeamOptions

type ControllerTeamOptions struct {
	ControllerOptions
	InstallOptions

	GitRepositoryOptions gits.GitRepositoryOptions
}

ControllerTeamOptions are the flags for the commands

func (*ControllerTeamOptions) Run

func (o *ControllerTeamOptions) Run() error

Run implements this command

type ControllerWorkflowOptions

type ControllerWorkflowOptions struct {
	ControllerOptions

	Namespace               string
	NoWatch                 bool
	NoMergePullRequest      bool
	Verbose                 bool
	LocalHelmRepoName       string
	PullRequestPollTime     string
	NoWaitForUpdatePipeline bool

	// calculated fields
	PullRequestPollDuration *time.Duration

	// Allow Git to be configured
	ConfigureGitFn environments.ConfigureGitFn
	// contains filtered or unexported fields
}

ControllerWorkflowOptions are the flags for the commands

func (*ControllerWorkflowOptions) PipelineMap

func (o *ControllerWorkflowOptions) PipelineMap() map[string]*v1.PipelineActivity

func (*ControllerWorkflowOptions) ReloadAndPollGitPipelineStatuses

func (o *ControllerWorkflowOptions) ReloadAndPollGitPipelineStatuses(jxClient versioned.Interface, ns string)

ReloadAndPollGitPipelineStatuses reloads all the current pending PipelineActivity objects and polls their Git status to see if the workflows can progress.

Note this method is only really for testing and simulation

func (*ControllerWorkflowOptions) Run

Run implements this command

type CreateAddonAmbassadorOptions

type CreateAddonAmbassadorOptions struct {
	CreateAddonOptions

	Chart string
}

CreateAddonAmbassadorOptions the options for the create spring command

func (*CreateAddonAmbassadorOptions) Run

Run implements the command

type CreateAddonAnchoreOptions

type CreateAddonAnchoreOptions struct {
	CreateAddonOptions

	Chart     string
	Password  string
	ConfigDir string
}

CreateAddonAnchoreOptions the options for the create spring command

func (*CreateAddonAnchoreOptions) Run

Run implements the command

type CreateAddonCloudBeesOptions

type CreateAddonCloudBeesOptions struct {
	CreateAddonOptions
	Sso         bool
	DefaultRole string
	Basic       bool
	Password    string
}

CreateAddonCloudBeesOptions the options for the create spring command

func (*CreateAddonCloudBeesOptions) Run

Run implements the command

type CreateAddonEnvironmentControllerOptions added in v1.3.1108

type CreateAddonEnvironmentControllerOptions struct {
	CreateAddonOptions

	Namespace   string
	Version     string
	ReleaseName string
	SetValues   string
	Timeout     int

	// chart parameters
	WebHookURL   string
	GitSourceURL string
	GitKind      string
	GitUser      string
	GitToken     string
}

CreateAddonEnvironmentControllerOptions the options for the create spring command

func (*CreateAddonEnvironmentControllerOptions) Run added in v1.3.1108

Run implements the command

type CreateAddonFlaggerOptions added in v1.3.818

type CreateAddonFlaggerOptions struct {
	CreateAddonOptions
	Chart                 string
	GrafanaChart          string
	ProductionEnvironment string
	IstioGateway          string
}

func (*CreateAddonFlaggerOptions) Run added in v1.3.818

Create the addon

type CreateAddonGiteaOptions

type CreateAddonGiteaOptions struct {
	CreateAddonOptions

	Chart    string
	Username string
	Password string
	Email    string
	IsAdmin  bool
	NoUser   bool
	NoToken  bool
}

CreateAddonGiteaOptions the options for the create spring command

func (*CreateAddonGiteaOptions) Run

func (o *CreateAddonGiteaOptions) Run() error

Run implements the command

type CreateAddonGlooOptions added in v1.3.1097

type CreateAddonGlooOptions struct {
	CreateAddonOptions

	GlooNamespace         string
	ClusterIngressProxy   string
	KnativeServeNamespace string
	KnativeServeConfigMap string
}

CreateAddonGlooOptions the options for the create spring command

func (*CreateAddonGlooOptions) Run added in v1.3.1097

func (o *CreateAddonGlooOptions) Run() error

Run implements the command

type CreateAddonIstioOptions

type CreateAddonIstioOptions struct {
	CreateAddonOptions

	Chart                 string
	Password              string
	ConfigDir             string
	NoInjectorWebhook     bool
	Dir                   string
	IngressGatewayService string
}

CreateAddonIstioOptions the options for the create spring command

func (*CreateAddonIstioOptions) Run

func (o *CreateAddonIstioOptions) Run() error

Run implements the command

type CreateAddonKnativeBuildOptions

type CreateAddonKnativeBuildOptions struct {
	CreateAddonOptions
	// contains filtered or unexported fields
}

func (*CreateAddonKnativeBuildOptions) Run

Create the addon

type CreateAddonKubelessOptions

type CreateAddonKubelessOptions struct {
	CreateAddonOptions

	Chart string
}

CreateAddonKubelessOptions the options for the create spring command

func (*CreateAddonKubelessOptions) Run

Run implements the command

type CreateAddonOptions

type CreateAddonOptions struct {
	CreateOptions

	Namespace   string
	Version     string
	ReleaseName string
	SetValues   string
	ValueFiles  []string
	HelmUpdate  bool
}

CreateAddonOptions the options for the create spring command

func (*CreateAddonOptions) CreateAddon

func (o *CreateAddonOptions) CreateAddon(addon string) error

func (*CreateAddonOptions) ExposeAddon

func (o *CreateAddonOptions) ExposeAddon(addon string) error

func (*CreateAddonOptions) Run

func (o *CreateAddonOptions) Run() error

Run implements this command

type CreateAddonOwaspOptions

type CreateAddonOwaspOptions struct {
	CreateAddonOptions
	BackoffLimit int32
	Image        string
}

func (*CreateAddonOwaspOptions) Run

func (o *CreateAddonOwaspOptions) Run() error

Create the addon

type CreateAddonPipelineEventsOptions

type CreateAddonPipelineEventsOptions struct {
	CreateAddonOptions
	Password string
}

CreateAddonPipelineEventsOptions the options for the create spring command

func (*CreateAddonPipelineEventsOptions) Run

Run implements the command

type CreateAddonPrometheusOptions

type CreateAddonPrometheusOptions struct {
	CreateOptions

	Namespace   string
	Version     string
	ReleaseName string
	HelmUpdate  bool
	SetValues   string
	Password    string
}

func (*CreateAddonPrometheusOptions) Run

type CreateAddonProwOptions

type CreateAddonProwOptions struct {
	CreateAddonOptions
	Password string
	Chart    string
	Tekton   bool
}

CreateAddonProwOptions the options for the create spring command

func (*CreateAddonProwOptions) Run

func (o *CreateAddonProwOptions) Run() error

Run implements the command

type CreateAddonSSOOptions

type CreateAddonSSOOptions struct {
	CreateAddonOptions
	DexVersion string
}

CreateAddonSSOptions the options for the create sso addon

func (*CreateAddonSSOOptions) Run

func (o *CreateAddonSSOOptions) Run() error

Run implements the command

type CreateAddonVaultOptions

type CreateAddonVaultOptions struct {
	CreateAddonOptions
}

CreateAddonVaultptions the options for the create addon vault-operator

func (*CreateAddonVaultOptions) Run

func (o *CreateAddonVaultOptions) Run() error

Run implements the command

type CreateArchetypeOptions

type CreateArchetypeOptions struct {
	CreateProjectOptions

	ArchetypeCatalogURL string

	Filter      maven.ArchetypeFilter
	PickVersion bool
	Interactive bool

	Form maven.ArchetypeForm
}

CreateArchetypeOptions the options for the create spring command

func (*CreateArchetypeOptions) CreateArchetype

func (o *CreateArchetypeOptions) CreateArchetype() error

func (*CreateArchetypeOptions) Run

func (o *CreateArchetypeOptions) Run() error

Run implements the generic Create command

type CreateBranchPatternOptions

type CreateBranchPatternOptions struct {
	CreateOptions

	BranchPattern string
}

CreateBranchPatternOptions the options for the create spring command

func (*CreateBranchPatternOptions) Run

Run implements the command

type CreateCamelOptions

type CreateCamelOptions struct {
	CreateArchetypeOptions
}

CreateCamelOptions the options for the create spring command

func (*CreateCamelOptions) Run

func (o *CreateCamelOptions) Run() error

Run implements the command

type CreateChatOptions

type CreateChatOptions struct {
	CreateOptions
}

CreateChatOptions the options for the create spring command

func (*CreateChatOptions) Run

func (o *CreateChatOptions) Run() error

Run implements this command

type CreateChatServerOptions

type CreateChatServerOptions struct {
	CreateOptions

	Name string
}

CreateChatServerOptions the options for the create spring command

func (*CreateChatServerOptions) Run

func (o *CreateChatServerOptions) Run() error

Run implements the command

type CreateChatTokenOptions

type CreateChatTokenOptions struct {
	CreateOptions

	ServerFlags opts.ServerFlags
	Username    string
	Password    string
	ApiToken    string
	Timeout     string
}

CreateChatTokenOptions the command line options for the command

func (*CreateChatTokenOptions) Run

func (o *CreateChatTokenOptions) Run() error

Run implements the command

type CreateClusterAKSFlags

type CreateClusterAKSFlags struct {
	UserName                  string
	Password                  string
	ClusterName               string
	ResourceName              string
	Location                  string
	NodeVMSize                string
	NodeOSDiskSize            string
	NodeCount                 string
	KubeVersion               string
	PathToPublicKey           string
	ClientSecret              string
	ServicePrincipal          string
	Subscription              string
	AADClientAppID            string
	AADServerAppID            string
	AADServerAppSecret        string
	AADTenantID               string
	AdminUsername             string
	DNSNamePrefix             string
	DNSServiceIP              string
	DockerBridgeAddress       string
	PodCIDR                   string
	ServiceCIDR               string
	VnetSubnetID              string
	WorkspaceResourceID       string
	SkipLogin                 bool
	SkipProviderRegistration  bool
	SkipResourceGroupCreation bool
	Tags                      string
}

type CreateClusterAKSOptions

type CreateClusterAKSOptions struct {
	CreateClusterOptions

	Flags CreateClusterAKSFlags
}

CreateClusterOptions the flags for running create cluster

func (*CreateClusterAKSOptions) Run

func (o *CreateClusterAKSOptions) Run() error

type CreateClusterAWSFlags

type CreateClusterAWSFlags struct {
	Profile                string
	Region                 string
	ClusterName            string
	NodeCount              string
	KubeVersion            string
	Zones                  string
	InsecureDockerRegistry string
	UseRBAC                bool
	TerraformDirectory     string
	NodeSize               string
	MasterSize             string
	State                  string
	SSHPublicKey           string
	Tags                   string
	UseSpotinst            bool
	UseSpotinstOcean       bool
}

type CreateClusterAWSOptions

type CreateClusterAWSOptions struct {
	CreateClusterOptions

	Flags CreateClusterAWSFlags
}

CreateClusterAWSOptions contains the CLI flags

func (*CreateClusterAWSOptions) Run

func (o *CreateClusterAWSOptions) Run() error

Run runs the command

type CreateClusterEKSFlags

type CreateClusterEKSFlags struct {
	ClusterName         string
	NodeType            string
	NodeCount           int
	NodesMin            int
	NodesMax            int
	NodeVolumeSize      int
	Region              string
	Zones               string
	Profile             string
	SshPublicKey        string
	Verbose             int
	AWSOperationTimeout time.Duration
	Tags                string
}

type CreateClusterEKSOptions

type CreateClusterEKSOptions struct {
	CreateClusterOptions

	Flags CreateClusterEKSFlags
}

CreateClusterEKSOptions contains the CLI flags

func (*CreateClusterEKSOptions) Run

func (o *CreateClusterEKSOptions) Run() error

Runs the command logic (including installing required binaries, parsing options and aggregating eksctl command)

type CreateClusterFlags

type CreateClusterFlags struct {
}

type CreateClusterGKEFlags

type CreateClusterGKEFlags struct {
	AutoUpgrade     bool
	ClusterName     string
	ClusterIpv4Cidr string
	ClusterVersion  string
	DiskSize        string
	ImageType       string
	MachineType     string
	MinNumOfNodes   string
	MaxNumOfNodes   string
	Network         string
	ProjectId       string
	SkipLogin       bool
	SubNetwork      string
	Region          string
	Zone            string
	Namespace       string
	Labels          string
	EnhancedScopes  bool
	Scopes          []string
	Preemptible     bool
	EnhancedApis    bool
}

type CreateClusterGKEOptions

type CreateClusterGKEOptions struct {
	CreateClusterOptions

	Flags CreateClusterGKEFlags
}

CreateClusterOptions the flags for running create cluster

func (*CreateClusterGKEOptions) Run

func (o *CreateClusterGKEOptions) Run() error

type CreateClusterGKETerraformFlags

type CreateClusterGKETerraformFlags struct {
	AutoUpgrade bool
	ClusterName string
	//ClusterIpv4Cidr string
	//ClusterVersion  string
	DiskSize      string
	MachineType   string
	MinNumOfNodes string
	MaxNumOfNodes string
	ProjectId     string
	SkipLogin     bool
	Zone          string
	Labels        string
}

type CreateClusterGKETerraformOptions

type CreateClusterGKETerraformOptions struct {
	CreateClusterOptions

	Flags CreateClusterGKETerraformFlags
}

CreateClusterOptions the flags for running create cluster

func (*CreateClusterGKETerraformOptions) Run

type CreateClusterIKSFlags

type CreateClusterIKSFlags struct {
	Username          string
	Password          string
	Account           string
	SSOCode           bool
	APIKey            string
	Region            string
	ClusterName       string
	KubeVersion       string
	Zone              string
	MachineType       string
	PrivateVLAN       string
	CreatePrivateVLAN bool
	PublicVLAN        string
	CreatePublicVLAN  bool
	PrivateOnly       bool
	Workers           string
	Isolation         string
	NoSubnet          bool
	DiskEncrypt       bool
	Trusted           bool
	SkipLogin         bool
}

type CreateClusterIKSOptions

type CreateClusterIKSOptions struct {
	CreateClusterOptions

	Flags CreateClusterIKSFlags
}

CreateClusterOptions the flags for running create cluster

func (*CreateClusterIKSOptions) Run

func (o *CreateClusterIKSOptions) Run() error

type CreateClusterMinikubeFlags

type CreateClusterMinikubeFlags struct {
	Memory              string
	CPU                 string
	DiskSize            string
	Driver              string
	HyperVVirtualSwitch string
	Namespace           string
	ClusterVersion      string
}

type CreateClusterMinikubeOptions

type CreateClusterMinikubeOptions struct {
	CreateClusterOptions

	Flags    CreateClusterMinikubeFlags
	Provider KubernetesProvider
}

CreateClusterOptions the flags for running create cluster

func (*CreateClusterMinikubeOptions) Run

type CreateClusterMinishiftFlags

type CreateClusterMinishiftFlags struct {
	Memory              string
	CPU                 string
	Driver              string
	HyperVVirtualSwitch string
	Namespace           string
}

type CreateClusterMinishiftOptions

type CreateClusterMinishiftOptions struct {
	CreateClusterOptions

	Flags    CreateClusterMinishiftFlags
	Provider KubernetesProvider
}

CreateClusterMinishiftOptions the flags for running create cluster

func (*CreateClusterMinishiftOptions) Run

type CreateClusterOKEFlags

type CreateClusterOKEFlags struct {
	ClusterName                  string
	CompartmentId                string
	VcnId                        string
	KubernetesVersion            string
	WaitForState                 string
	Endpoint                     string
	PodsCidr                     string
	ServicesCidr                 string
	IsKubernetesDashboardEnabled bool
	IsTillerEnabled              bool
	ServiceLbSubnetIds           string
	NodePoolName                 string
	NodeImageName                string
	NodeShape                    string
	SSHPublicKey                 string
	QuantityPerSubnet            string
	NodePoolSubnetIds            string
	ClusterMaxWaitSeconds        string
	ClusterWaitIntervalSeconds   string
	InitialNodeLabels            string
	PoolMaxWaitSeconds           string
	PoolWaitIntervalSeconds      string
}

type CreateClusterOKEOptions

type CreateClusterOKEOptions struct {
	CreateClusterOptions
	Flags CreateClusterOKEFlags
}

CreateClusterOptions the flags for running create cluster

func (*CreateClusterOKEOptions) Run

func (o *CreateClusterOKEOptions) Run() error

type CreateClusterOptions

type CreateClusterOptions struct {
	CreateOptions
	InstallOptions   InstallOptions
	Flags            InitFlags
	Provider         string
	SkipInstallation bool
}

CreateClusterOptions the flags for running create cluster

func (*CreateClusterOptions) Run

func (o *CreateClusterOptions) Run() error

Run returns help if function is run without any argument

type CreateCodeshipFlags

type CreateCodeshipFlags struct {
	SkipLogin               bool
	OrganisationName        string
	ForkOrganisationGitRepo string
	CodeshipUsername        string
	CodeshipPassword        string
	CodeshipOrganisation    string
	GitUser                 string
	GitEmail                string
	GKEServiceAccount       string
}

type CreateCodeshipOptions

type CreateCodeshipOptions struct {
	CreateOptions
	CreateTerraformOptions
	CreateGkeServiceAccountOptions
	Flags                CreateCodeshipFlags
	GitRepositoryOptions gits.GitRepositoryOptions
}

CreateCodeshipOptions the options for the create spring command

func (*CreateCodeshipOptions) CreateAdditionalArgs

func (o *CreateCodeshipOptions) CreateAdditionalArgs() []string

func (*CreateCodeshipOptions) Run

func (o *CreateCodeshipOptions) Run() error

Run implements this command

type CreateDevPodOptions

type CreateDevPodOptions struct {
	CreateOptions
	opts.CommonDevPodOptions

	Label           string
	Suffix          string
	WorkingDir      string
	RequestCpu      string
	Dir             string
	Reuse           bool
	Sync            bool
	Ports           []int
	AutoExpose      bool
	Persist         bool
	ImportUrl       string
	Import          bool
	ShellCmd        string
	DockerRegistry  string
	TillerNamespace string
	ServiceAccount  string
	PullSecrets     string

	GitCredentials StepGitCredentialsOptions

	Results CreateDevPodResults
}

CreateDevPodOptions the options for the create spring command

func (*CreateDevPodOptions) Run

func (o *CreateDevPodOptions) Run() error

Run implements this command

type CreateDevPodResults

type CreateDevPodResults struct {
	TheaServiceURL string
	ExposePortURLs []string
	PodName        string
}

CreateDevPodResults the results of running the command

type CreateDockerAuthOptions

type CreateDockerAuthOptions struct {
	CreateOptions

	Host   string
	User   string
	Secret string
	Email  string
}

CreateDockerAuthOptions the options for the create Docker auth command

func (*CreateDockerAuthOptions) Run

func (o *CreateDockerAuthOptions) Run() error

Run implements the command

type CreateDocsOptions

type CreateDocsOptions struct {
	CreateOptions

	Dir string
}

CreateDocsOptions the options for the create spring command

func (*CreateDocsOptions) Run

func (o *CreateDocsOptions) Run() error

Run implements the command

type CreateEnvOptions

type CreateEnvOptions struct {
	CreateOptions

	Options                v1.Environment
	HelmValuesConfig       config.HelmValuesConfig
	PromotionStrategy      string
	NoGitOps               bool
	NoDevNamespaceInit     bool
	Prow                   bool
	GitOpsMode             bool
	ForkEnvironmentGitRepo string
	EnvJobCredentials      string
	GitRepositoryOptions   gits.GitRepositoryOptions
	Prefix                 string
	BranchPattern          string
	Vault                  bool
	PullSecrets            string
}

CreateEnvOptions the options for the create env command

func (*CreateEnvOptions) RegisterEnvironment added in v1.3.845

func (o *CreateEnvOptions) RegisterEnvironment(env *v1.Environment, gitProvider gits.GitProvider, authConfigSvc auth.ConfigService) error

RegisterEnvironment performs the environment registration

func (*CreateEnvOptions) Run

func (o *CreateEnvOptions) Run() error

Run implements the command

type CreateEtcHostsOptions

type CreateEtcHostsOptions struct {
	CreateOptions

	Name string
	IP   string
}

CreateEtcHostsOptions the options for the create spring command

func (*CreateEtcHostsOptions) Run

func (o *CreateEtcHostsOptions) Run() error

Run implements the command

type CreateGitOptions

type CreateGitOptions struct {
	CreateOptions
}

CreateGitOptions the options for the create spring command

func (*CreateGitOptions) Run

func (o *CreateGitOptions) Run() error

Run implements this command

type CreateGitServerOptions

type CreateGitServerOptions struct {
	CreateOptions

	Name string
	Kind string
	URL  string
}

CreateGitServerOptions the options for the create spring command

func (*CreateGitServerOptions) Run

func (o *CreateGitServerOptions) Run() error

Run implements the command

type CreateGitTokenOptions

type CreateGitTokenOptions struct {
	CreateOptions

	ServerFlags opts.ServerFlags
	Username    string
	Password    string
	ApiToken    string
	Timeout     string
}

CreateGitTokenOptions the command line options for the command

func (*CreateGitTokenOptions) Run

func (o *CreateGitTokenOptions) Run() error

Run implements the command

type CreateGitUserOptions

type CreateGitUserOptions struct {
	CreateOptions

	ServerFlags opts.ServerFlags
	Username    string
	Password    string
	ApiToken    string
	Email       string
	IsAdmin     bool
}

CreateGitUserOptions the command line options for the command

func (*CreateGitUserOptions) Run

func (o *CreateGitUserOptions) Run() error

Run implements the command

type CreateGkeServiceAccountFlags

type CreateGkeServiceAccountFlags struct {
	Name      string
	Project   string
	SkipLogin bool
}

type CreateGkeServiceAccountOptions

type CreateGkeServiceAccountOptions struct {
	CreateOptions
	Flags CreateGkeServiceAccountFlags
}

func (*CreateGkeServiceAccountOptions) Run

Run implements this command

type CreateIssueOptions

type CreateIssueOptions struct {
	CreateOptions

	Dir    string
	Title  string
	Body   string
	Labels []string
}

CreateIssueOptions the options for the create spring command

func (*CreateIssueOptions) PopulateIssue

func (o *CreateIssueOptions) PopulateIssue(issue *gits.GitIssue) error

func (*CreateIssueOptions) Run

func (o *CreateIssueOptions) Run() error

Run implements the command

type CreateJHipsterOptions

type CreateJHipsterOptions struct {
	CreateProjectOptions
}

CreateJHipsterOptions the options for the create spring command

func (CreateJHipsterOptions) GenerateJHipster

func (o CreateJHipsterOptions) GenerateJHipster(dir string) error

GenerateJHipster creates a fresh JHipster project by running jhipster on local shell

func (*CreateJHipsterOptions) Run

func (o *CreateJHipsterOptions) Run() error

Run implements the command

type CreateJenkinsOptions

type CreateJenkinsOptions struct {
	CreateOptions
}

CreateJenkinsOptions the options for the create spring command

func (*CreateJenkinsOptions) Run

func (o *CreateJenkinsOptions) Run() error

Run implements this command

type CreateJenkinsUserOptions

type CreateJenkinsUserOptions struct {
	CreateOptions

	ServerFlags     opts.ServerFlags
	JenkinsSelector opts.JenkinsSelectorOptions
	Namespace       string
	Username        string
	Password        string
	APIToken        string
	BearerToken     string
	Timeout         string
	NoREST          bool
	RecreateToken   bool
	HealthTimeout   time.Duration
}

CreateJenkinsUserOptions the command line options for the command

func (*CreateJenkinsUserOptions) Run

Run implements the command

type CreateLileOptions

type CreateLileOptions struct {
	CreateProjectOptions
	OutDir string
}

CreateLileOptions the options for the create spring command

func (CreateLileOptions) GenerateLile

func (o CreateLileOptions) GenerateLile(dir string) error

GenerateLile creates a fresh Lile project by running lile on local shell

func (*CreateLileOptions) Run

func (o *CreateLileOptions) Run() error

Run implements the command

type CreateMicroOptions

type CreateMicroOptions struct {
	CreateProjectOptions
}

CreateMicroOptions the options for the create spring command

func (CreateMicroOptions) GenerateMicro

func (o CreateMicroOptions) GenerateMicro(dir string) error

GenerateMicro creates a fresh micro project by running micro on local shell

func (*CreateMicroOptions) Run

func (o *CreateMicroOptions) Run() error

Run implements the command

type CreateOptions

type CreateOptions struct {
	*opts.CommonOptions

	DisableImport bool
	OutDir        string
}

CreateOptions contains the command line options

func (*CreateOptions) Run

func (o *CreateOptions) Run() error

Run implements this command

type CreatePostPreviewJobOptions

type CreatePostPreviewJobOptions struct {
	CreateOptions

	Name         string
	Image        string
	Commands     []string
	BackoffLimit int32
}

CreatePostPreviewJobOptions the options for the create spring command

func (*CreatePostPreviewJobOptions) Run

Run implements the command

type CreateProjectOptions

type CreateProjectOptions struct {
	ImportOptions

	DisableImport bool
	OutDir        string
}

CreateProjectOptions contains the command line options

func (*CreateProjectOptions) ImportCreatedProject

func (o *CreateProjectOptions) ImportCreatedProject(outDir string) error

DoImport imports the project created at the given directory

type CreateProjectWizardOptions

type CreateProjectWizardOptions struct {
	CreateOptions
}

CreateProjectWizardOptions the options for the command

func (*CreateProjectWizardOptions) Run

Run implements the command

type CreatePullRequestOptions

type CreatePullRequestOptions struct {
	CreateOptions

	Dir    string
	Title  string
	Body   string
	Labels []string
	Base   string

	Results CreatePullRequestResults
}

CreatePullRequestOptions the options for the create spring command

func (*CreatePullRequestOptions) PopulatePullRequest

func (o *CreatePullRequestOptions) PopulatePullRequest(pullRequest *gits.GitPullRequestArguments, gitInfo *gits.GitRepository) error

func (*CreatePullRequestOptions) Run

Run implements the command

type CreatePullRequestResults

type CreatePullRequestResults struct {
	GitInfo     *gits.GitRepository
	GitProvider gits.GitProvider
	PullRequest *gits.GitPullRequest
}

type CreateQuickstartLocationOptions

type CreateQuickstartLocationOptions struct {
	CreateOptions

	GitUrl   string
	GitKind  string
	Owner    string
	Includes []string
	Excludes []string
}

CreateQuickstartLocationOptions the options for the create spring command

func (*CreateQuickstartLocationOptions) Run

Run implements the command

type CreateQuickstartOptions

type CreateQuickstartOptions struct {
	CreateProjectOptions

	GitHubOrganisations []string
	Filter              quickstarts.QuickstartFilter
	GitProvider         gits.GitProvider
	GitHost             string
	IgnoreTeam          bool
}

CreateQuickstartOptions the options for the create quickstart command

func (*CreateQuickstartOptions) LoadQuickstartsFromMap

func (o *CreateQuickstartOptions) LoadQuickstartsFromMap(config *auth.AuthConfig, gitMap map[string]map[string]v1.QuickStartLocation) (*quickstarts.QuickstartModel, error)

LoadQuickstartsFromMap Load all quickstarts

func (*CreateQuickstartOptions) Run

func (o *CreateQuickstartOptions) Run() error

Run implements the generic Create command

type CreateSpringOptions

type CreateSpringOptions struct {
	CreateProjectOptions

	Advanced   bool
	SpringForm spring.SpringBootForm
}

CreateSpringOptions the options for the create spring command

func (*CreateSpringOptions) Run

func (o *CreateSpringOptions) Run() error

Run implements the command

type CreateStepOptions added in v1.3.1056

type CreateStepOptions struct {
	CreateOptions

	Dir            string
	NewStepDetails NewStepDetails
}

CreateStepOptions the options for the create spring command

func (*CreateStepOptions) Run added in v1.3.1056

func (o *CreateStepOptions) Run() error

Run implements the command

type CreateTeamOptions

type CreateTeamOptions struct {
	CreateOptions

	Name    string
	Members []string
}

CreateTeamOptions the options for the create spring command

func (*CreateTeamOptions) Run

func (o *CreateTeamOptions) Run() error

Run implements the command

type CreateTerraformOptions

type CreateTerraformOptions struct {
	CreateOptions
	InstallOptions InstallOptions
	Flags          Flags
	Clusters       []Cluster
}

CreateTerraformOptions the options for the create spring command

func (*CreateTerraformOptions) ClusterDetailsWizard

func (options *CreateTerraformOptions) ClusterDetailsWizard() error

ClusterDetailsWizard cluster details wizard

func (*CreateTerraformOptions) CreateOrganisationFolderStructure

func (options *CreateTerraformOptions) CreateOrganisationFolderStructure(dir string) ([]Cluster, error)

CreateOrganisationFolderStructure creates an organisations folder structure

func (*CreateTerraformOptions) Run

func (options *CreateTerraformOptions) Run() error

Run implements this command

func (*CreateTerraformOptions) ValidateClusterDetails

func (options *CreateTerraformOptions) ValidateClusterDetails() error

ValidateClusterDetails validates the options for a cluster

type CreateTokenAddonOptions

type CreateTokenAddonOptions struct {
	CreateOptions

	ServerFlags opts.ServerFlags
	Username    string
	Password    string
	ApiToken    string
	Timeout     string
	Kind        string
}

CreateTokenAddonOptions the command line options for the command

func (*CreateTokenAddonOptions) Run

func (o *CreateTokenAddonOptions) Run() error

Run implements the command

type CreateTokenOptions

type CreateTokenOptions struct {
	CreateOptions
}

CreateTokenOptions the options for the create spring command

func (*CreateTokenOptions) Run

func (o *CreateTokenOptions) Run() error

Run implements this command

type CreateTrackerOptions

type CreateTrackerOptions struct {
	CreateOptions
}

CreateTrackerOptions the options for the create spring command

func (*CreateTrackerOptions) Run

func (o *CreateTrackerOptions) Run() error

Run implements this command

type CreateTrackerServerOptions

type CreateTrackerServerOptions struct {
	CreateOptions

	Name string
}

CreateTrackerServerOptions the options for the create spring command

func (*CreateTrackerServerOptions) Run

Run implements the command

type CreateTrackerTokenOptions

type CreateTrackerTokenOptions struct {
	CreateOptions

	ServerFlags opts.ServerFlags
	Username    string
	Password    string
	ApiToken    string
	Timeout     string
}

CreateTrackerTokenOptions the command line options for the command

func (*CreateTrackerTokenOptions) Run

Run implements the command

type CreateUserOptions

type CreateUserOptions struct {
	CreateOptions
	UserSpec v1.UserDetails
}

CreateUserOptions the options for the create spring command

func (*CreateUserOptions) Run

func (o *CreateUserOptions) Run() error

Run implements the command

type CreateVaultOptions

type CreateVaultOptions struct {
	CreateOptions

	GKECreateVaultOptions
	kubevault.AWSConfig
	Namespace           string
	SecretsPathPrefix   string
	RecreateVaultBucket bool

	IngressConfig kube.IngressConfig
}

CreateVaultOptions the options for the create vault command

func (*CreateVaultOptions) Run

func (o *CreateVaultOptions) Run() error

Run implements the command

type DeleteAddonFlaggerOptions added in v1.3.881

type DeleteAddonFlaggerOptions struct {
	DeleteAddonOptions

	ReleaseName string
}

DeleteAddonFlaggerOptions the options for the create spring command

func (*DeleteAddonFlaggerOptions) Run added in v1.3.881

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 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 DeleteAddonSSOOptions

type DeleteAddonSSOOptions struct {
	DeleteAddonOptions

	ReleaseNames []string
}

DeleteAddonSSOOptions the options for delete addon sso command

func (*DeleteAddonSSOOptions) Run

func (o *DeleteAddonSSOOptions) Run() error

Run implements the command

type DeleteAddoncoreOptions

type DeleteAddoncoreOptions struct {
	DeleteAddonOptions

	ReleaseName string
}

DeleteAddonGiteaOptions the options for the create spring command

func (*DeleteAddoncoreOptions) Run

func (o *DeleteAddoncoreOptions) Run() error

Run implements the command

type DeleteAppOptions

type DeleteAppOptions struct {
	*opts.CommonOptions

	GitOps bool
	DevEnv *jenkinsv1.Environment

	ReleaseName string
	Namespace   string
	Purge       bool
	Alias       string

	// allow git to be configured externally before a PR is created
	ConfigureGitCallback environments.ConfigureGitFn
}

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

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

	// allow git to be configured externally before a PR is created
	ConfigureGitCallback environments.ConfigureGitFn
}

DeleteApplicationOptions are the flags for this delete commands

func (*DeleteApplicationOptions) Run

Run implements this command

type DeleteAwsOptions

type DeleteAwsOptions struct {
	*opts.CommonOptions

	Profile string
	Region  string
	VpcId   string
}

func (*DeleteAwsOptions) Run

func (o *DeleteAwsOptions) Run() error

type DeleteBranchOptions

type DeleteBranchOptions struct {
	CreateOptions

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

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 {
	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 {
	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 DeleteExtensionOptions

type DeleteExtensionOptions struct {
	*opts.CommonOptions
	All bool
}

DeleteExtensionOptions are the flags for delete commands

func (*DeleteExtensionOptions) Run

func (o *DeleteExtensionOptions) Run() error

Run implements this 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 {
	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 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 added in v1.3.924

type DeleteJenkinsTokenOptions struct {
	CreateOptions

	JenkinsSelector opts.JenkinsSelectorOptions

	ServerFlags opts.ServerFlags
}

DeleteJenkinsTokenOptions the options for the create spring command

func (*DeleteJenkinsTokenOptions) Run added in v1.3.924

Run implements the command

type DeleteKnativeBuildOptions

type DeleteKnativeBuildOptions struct {
	DeleteAddonOptions

	ReleaseName string
}

DeleteAddonGiteaOptions the options for the create spring command

func (*DeleteKnativeBuildOptions) 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 DeletePostPreviewJobOptions

type DeletePostPreviewJobOptions struct {
	DeleteOptions

	Name string
}

DeletePostPreviewJobOptions the options for the create spring command

func (*DeletePostPreviewJobOptions) Run

Run implements the command

type DeletePreviewOptions

type DeletePreviewOptions struct {
	PreviewOptions
}

DeletePreviewOptions are the flags for delete commands

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 {
	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 {
	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 {
	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

type DiagnoseOptions

type DiagnoseOptions struct {
	*opts.CommonOptions
	Namespace string
}

func (*DiagnoseOptions) Run

func (o *DiagnoseOptions) Run() error

type EditAddonOptions

type EditAddonOptions struct {
	EditOptions

	Name    string
	Enabled string

	IssuesAuthConfigSvc auth.ConfigService
}

EditAddonOptions the options for the create spring command

func (*EditAddonOptions) Run

func (o *EditAddonOptions) Run() error

Run implements the command

type EditAppJenkinsPluginsOptions added in v1.3.932

type EditAppJenkinsPluginsOptions struct {
	EditOptions

	Name    string
	Enabled string

	IssuesAuthConfigSvc auth.ConfigService
}

EditAppJenkinsPluginsOptions the options for the create spring command

func (*EditAppJenkinsPluginsOptions) Run added in v1.3.932

Run implements the command

type EditBuildPackOptions

type EditBuildPackOptions struct {
	EditOptions

	BuildPackName string
	BuildPackURL  string
	BuildPackRef  string
}

EditBuildPackOptions the options for the create spring command

func (*EditBuildPackOptions) Run

func (o *EditBuildPackOptions) Run() error

Run implements the command

type EditConfigOptions

type EditConfigOptions struct {
	EditOptions

	Dir  string
	Kind string

	IssuesAuthConfigSvc auth.ConfigService
	ChatAuthConfigSvc   auth.ConfigService
}

EditConfigOptions the options for the create spring command

func (*EditConfigOptions) EditChat

func (o *EditConfigOptions) EditChat(pc *config.ProjectConfig) (bool, error)

func (*EditConfigOptions) EditIssueTracker

func (o *EditConfigOptions) EditIssueTracker(pc *config.ProjectConfig) (bool, error)

func (*EditConfigOptions) Run

func (o *EditConfigOptions) Run() error

Run implements the command

type EditDeployKindOptions added in v1.3.1074

type EditDeployKindOptions struct {
	EditOptions

	Kind string
	Dir  string
	Team bool
}

EditDeployKindOptions the options for the create spring command

func (*EditDeployKindOptions) Run added in v1.3.1074

func (o *EditDeployKindOptions) Run() error

Run implements the command

type EditEnvOptions

type EditEnvOptions struct {
	CreateOptions

	Options                v1.Environment
	HelmValuesConfig       config.HelmValuesConfig
	PromotionStrategy      string
	NoGitOps               bool
	ForkEnvironmentGitRepo string
	EnvJobCredentials      string
	GitRepositoryOptions   gits.GitRepositoryOptions
	Prefix                 string
	BranchPattern          string
}

EditEnvOptions the options for the create spring command

func (*EditEnvOptions) Run

func (o *EditEnvOptions) Run() error

Run implements the command

type EditExtensionsRepositoryOptions

type EditExtensionsRepositoryOptions struct {
	EditOptions

	ExtensionsRepositoryUrl          string
	ExtensionsRepositoryGitHub       string
	ExtensionsRepositoryHelmChart    string
	ExtensionsRepositoryHelmRepo     string
	ExtensionsRepositoryHelmRepoName string
	ExtensionsRepositoryHelmUsername string
	ExtensionsRepositoryHelmPassword string
}

func (*EditExtensionsRepositoryOptions) Run

Run implements the command

type EditHelmBinOptions

type EditHelmBinOptions struct {
	CreateOptions
}

EditHelmBinOptions the options for the create spring command

func (*EditHelmBinOptions) Run

func (o *EditHelmBinOptions) Run() error

Run implements the command

type EditOptions

type EditOptions struct {
	*opts.CommonOptions
}

EditOptions contains the CLI options

func (*EditOptions) Run

func (o *EditOptions) Run() error

Run implements this command

type EditStorageOptions

type EditStorageOptions struct {
	CreateOptions

	StorageLocation    jenkinsv1.StorageLocation
	CreateBucketValues opts.CreateBucketValues
}

EditStorageOptions the options for the create spring command

func (*EditStorageOptions) Run

func (o *EditStorageOptions) Run() error

Run implements the command

type EditUserRoleOptions

type EditUserRoleOptions struct {
	EditOptions

	Login string
	Roles []string
}

EditUserRoleOptions the options for the create spring command

func (*EditUserRoleOptions) Run

func (o *EditUserRoleOptions) Run() error

Run implements the command

type EnvApps

type EnvApps struct {
	Environment v1.Environment
	Apps        map[string]v1beta1.Deployment
}

EnvApps contains data about app deployments in an environment

type EnvironmentOptions

type EnvironmentOptions struct {
	*opts.CommonOptions
}

func (*EnvironmentOptions) PickNamespace

func (o *EnvironmentOptions) PickNamespace(client kubernetes.Interface, defaultNamespace string) (string, error)

func (*EnvironmentOptions) Run

func (o *EnvironmentOptions) Run() error

type Flags

type Flags struct {
	Cluster                     []string
	ClusterName                 string // cannot be used in conjunction with Cluster
	CloudProvider               string // cannot be used in conjunction with Cluster
	OrganisationName            string
	SkipLogin                   bool
	ForkOrganisationGitRepo     string
	SkipTerraformApply          bool
	IgnoreTerraformWarnings     bool
	JxEnvironment               string
	GKEProjectID                string
	GKESkipEnableApis           bool
	GKEZone                     string
	GKEMachineType              string
	GKEPreemptible              bool
	GKEMinNumOfNodes            string
	GKEMaxNumOfNodes            string
	GKEDiskSize                 string
	GKEAutoRepair               bool
	GKEAutoUpgrade              bool
	GKEServiceAccount           string
	GKEUseEnhancedScopes        bool
	GKEUseEnhancedApis          bool
	LocalOrganisationRepository string
}

Flags for a cluster

type GCActivitiesOptions

type GCActivitiesOptions struct {
	*opts.CommonOptions

	RevisionHistoryLimit int
	PullRequestHours     int
	// contains filtered or unexported fields
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*GCActivitiesOptions) Run

func (o *GCActivitiesOptions) Run() error

Run implements this command

type GCGKEOptions

type GCGKEOptions struct {
	*opts.CommonOptions

	RevisionHistoryLimit int
	// contains filtered or unexported fields
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*GCGKEOptions) Run

func (o *GCGKEOptions) Run() error

Run implements this command

type GCHelmOptions

type GCHelmOptions struct {
	*opts.CommonOptions

	RevisionHistoryLimit int
	OutDir               string
	DryRun               bool
	NoBackup             bool
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*GCHelmOptions) Run

func (o *GCHelmOptions) Run() error

type GCOptions

type GCOptions struct {
	*opts.CommonOptions

	Output string
}

GCOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*GCOptions) Run

func (o *GCOptions) Run() error

Run implements this command

type GCPodsOptions

type GCPodsOptions struct {
	*opts.CommonOptions

	Selector  string
	Namespace string
	Age       time.Duration
}

GCPodsOptions containers the CLI options

func (*GCPodsOptions) MatchesPod

func (o *GCPodsOptions) MatchesPod(pod *corev1.Pod) (bool, time.Duration)

MatchesPod returns true if this pod can be garbage collected

func (*GCPodsOptions) Run

func (o *GCPodsOptions) Run() error

Run implements this command

type GCPreviewsOptions

type GCPreviewsOptions struct {
	*opts.CommonOptions

	DisableImport bool
	OutDir        string
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*GCPreviewsOptions) Run

func (o *GCPreviewsOptions) Run() error

Run implements this command

type GCReleasesOptions

type GCReleasesOptions struct {
	*opts.CommonOptions

	RevisionHistoryLimit int
}

GCReleasesOptions contains the CLI options for this command

func (*GCReleasesOptions) Run

func (o *GCReleasesOptions) Run() error

Run implements this command

type GKECluster

type GKECluster struct {
	Organisation   string
	ProjectID      string
	Zone           string
	MachineType    string
	Preemptible    bool
	MinNumOfNodes  string
	MaxNumOfNodes  string
	DiskSize       string
	AutoRepair     bool
	AutoUpgrade    bool
	ServiceAccount string
	DevStorageRole string
	// contains filtered or unexported fields
}

GKECluster implements Cluster interface for GKE

func (GKECluster) ClusterName

func (g GKECluster) ClusterName() string

ClusterName get cluster name

func (GKECluster) Context

func (g GKECluster) Context() string

Context Get the context

func (GKECluster) CreateTfVarsFile

func (g GKECluster) CreateTfVarsFile(path string) error

CreateTfVarsFile create vars

func (GKECluster) Name

func (g GKECluster) Name() string

Name Get name

func (*GKECluster) ParseTfVarsFile

func (g *GKECluster) ParseTfVarsFile(path string)

ParseTfVarsFile Parse vars file

func (GKECluster) Provider

func (g GKECluster) Provider() string

Provider get provider

func (GKECluster) Region

func (g GKECluster) Region() string

Region Get the region

func (*GKECluster) SetName

func (g *GKECluster) SetName(name string) string

SetName Sets the name

func (*GKECluster) SetProvider

func (g *GKECluster) SetProvider(provider string) string

SetProvider Set the provider

type GKECreateVaultOptions added in v1.3.1015

type GKECreateVaultOptions struct {
	GKEProjectID string
	GKEZone      string
}

GKECreateVaultOptions the options for vault on GKE

type GetAWSInfoOptions

type GetAWSInfoOptions struct {
	GetOptions
}

GetAWSInfoOptions containers the CLI options

func (*GetAWSInfoOptions) Run

func (o *GetAWSInfoOptions) Run() error

Run implements this command

type GetActivityOptions

type GetActivityOptions struct {
	*opts.CommonOptions

	Filter      string
	BuildNumber string
	Watch       bool
}

GetActivityOptions containers the CLI options

func (*GetActivityOptions) Run

func (o *GetActivityOptions) Run() error

Run implements this command

func (*GetActivityOptions) WatchActivities

func (o *GetActivityOptions) WatchActivities(table *tbl.Table, jxClient versioned.Interface, ns string) error

type GetAddonOptions

type GetAddonOptions struct {
	GetOptions
}

GetAddonOptions the command line options

func (*GetAddonOptions) Run

func (o *GetAddonOptions) Run() error

Run implements this command

type GetApplicationsOptions

type GetApplicationsOptions struct {
	*opts.CommonOptions

	Namespace   string
	Environment string
	HideUrl     bool
	HidePod     bool
	Previews    bool

	Results GetApplicationsResults
}

GetApplicationsOptions containers the CLI options

func (*GetApplicationsOptions) Run

func (o *GetApplicationsOptions) Run() error

Run implements this command

type GetApplicationsResults

type GetApplicationsResults struct {
	EnvApps  []EnvApps
	EnvNames []string

	// Applications is a map indexed by the application name then the environment name
	Applications map[string]map[string]*ApplicationEnvironmentInfo
}

GetApplicationsResults contains the data result from invoking this command

type GetAppsOptions added in v1.3.914

type GetAppsOptions struct {
	GetOptions
	Namespace  string
	ShowStatus bool
	GitOps     bool
	DevEnv     *v1.Environment
}

GetAppsOptions containers the CLI options

func (*GetAppsOptions) Run added in v1.3.914

func (o *GetAppsOptions) Run() error

Run implements this command

type GetBranchPatternOptions

type GetBranchPatternOptions struct {
	GetOptions
}

GetBranchPatternOptions containers the CLI options

func (*GetBranchPatternOptions) Run

func (o *GetBranchPatternOptions) Run() error

Run implements this command

type GetBuildLogsOptions

type GetBuildLogsOptions struct {
	GetOptions

	Tail                    bool
	Wait                    bool
	BuildFilter             builds.BuildPodInfoFilter
	JenkinsSelector         opts.JenkinsSelectorOptions
	CurrentFolder           bool
	WaitForPipelineDuration time.Duration
}

GetBuildLogsOptions the command line options

func (*GetBuildLogsOptions) Run

func (o *GetBuildLogsOptions) Run() error

Run implements this command

type GetBuildOptions

type GetBuildOptions struct {
	*opts.CommonOptions

	Output string
}

GetBuildOptions the command line options

func (*GetBuildOptions) Run

func (o *GetBuildOptions) Run() error

Run implements this command

type GetBuildPackOptions

type GetBuildPackOptions struct {
	GetOptions

	All bool
}

GetBuildPackOptions containers the CLI options

func (*GetBuildPackOptions) Run

func (o *GetBuildPackOptions) Run() error

Run implements this command

type GetBuildPodsOptions

type GetBuildPodsOptions struct {
	GetOptions

	Namespace   string
	BuildFilter builds.BuildPodInfoFilter
}

GetBuildPodsOptions the command line options

func (*GetBuildPodsOptions) Run

func (o *GetBuildPodsOptions) Run() error

Run implements this command

type GetCVEOptions

type GetCVEOptions struct {
	GetOptions
	ImageName         string
	ImageID           string
	Version           string
	Env               string
	VulnerabilityType string
}

GetGitOptions the command line options

func (*GetCVEOptions) Run

func (o *GetCVEOptions) Run() error

Run implements this command

type GetChatOptions

type GetChatOptions struct {
	GetOptions

	Kind string
	Dir  string
}

GetChatOptions the command line options

func (*GetChatOptions) Run

func (o *GetChatOptions) Run() error

Run implements this command

type GetConfigOptions

type GetConfigOptions struct {
	GetOptions

	Dir string
}

GetConfigOptions the command line options

func (*GetConfigOptions) Run

func (o *GetConfigOptions) Run() error

Run implements this command

type GetDevPodOptions

type GetDevPodOptions struct {
	GetOptions
	opts.CommonDevPodOptions

	AllUsernames bool
}

GetDevPodOptions the command line options

func (*GetDevPodOptions) Run

func (o *GetDevPodOptions) Run() error

Run implements this command

type GetEksOptions

type GetEksOptions struct {
	GetOptions
	Profile string
	Region  string
}

func (*GetEksOptions) Run

func (o *GetEksOptions) Run() error

type GetEnvOptions

type GetEnvOptions struct {
	GetOptions

	PromotionStrategy string
	PreviewOnly       bool
}

GetEnvOptions containers the CLI options

func (*GetEnvOptions) Run

func (o *GetEnvOptions) Run() error

Run implements this command

type GetGitOptions

type GetGitOptions struct {
	GetOptions
}

GetGitOptions the command line options

func (*GetGitOptions) Run

func (o *GetGitOptions) Run() error

Run implements this command

type GetHelmBinOptions

type GetHelmBinOptions struct {
	GetOptions
}

GetHelmBinOptions containers the CLI options

func (*GetHelmBinOptions) Run

func (o *GetHelmBinOptions) Run() error

Run implements this command

type GetIssueOptions

type GetIssueOptions struct {
	GetOptions

	Dir string
	Id  string
}

GetIssueOptions contains the command line options

func (*GetIssueOptions) Run

func (o *GetIssueOptions) Run() error

Run implements this command

type GetIssuesOptions

type GetIssuesOptions struct {
	GetOptions
	Dir    string
	Filter string
}

GetIssuesOptions contains the command line options

func (*GetIssuesOptions) Run

func (o *GetIssuesOptions) Run() error

Run implements this command

type GetLimitsOptions

type GetLimitsOptions struct {
	GetOptions
}

GetAddonOptions the command line options

func (*GetLimitsOptions) GetLimits

func (o *GetLimitsOptions) GetLimits(server string, username string, apitoken string) (RateLimits, error)

func (*GetLimitsOptions) Run

func (o *GetLimitsOptions) Run() error

Run implements this command

type GetOptions

type GetOptions struct {
	*opts.CommonOptions

	Output string
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*GetOptions) Run

func (o *GetOptions) Run() error

Run implements this command

type GetPipelineOptions

type GetPipelineOptions struct {
	GetOptions

	JenkinsSelector opts.JenkinsSelectorOptions

	ProwOptions prow.Options
}

GetPipelineOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*GetPipelineOptions) Run

func (o *GetPipelineOptions) Run() error

Run implements this command

type GetPluginsOptions

type GetPluginsOptions struct {
	*opts.CommonOptions
	Verifier extensions.PathVerifier
}

func (*GetPluginsOptions) Complete

func (o *GetPluginsOptions) Complete() error

func (*GetPluginsOptions) Run

func (o *GetPluginsOptions) Run() error

Run implements the get plugins command

type GetPostPreviewJobOptions

type GetPostPreviewJobOptions struct {
	CreateOptions
}

GetPostPreviewJobOptions the options for the create spring command

func (*GetPostPreviewJobOptions) Run

Run implements the command

type GetPreviewOptions

type GetPreviewOptions struct {
	GetEnvOptions

	Current bool
}

GetPreviewOptions containers the CLI options

func (*GetPreviewOptions) CurrentPreviewUrl

func (o *GetPreviewOptions) CurrentPreviewUrl() error

func (*GetPreviewOptions) Run

func (o *GetPreviewOptions) Run() error

Run implements this command

type GetQuickstartLocationOptions

type GetQuickstartLocationOptions struct {
	GetOptions
}

GetQuickstartLocationOptions containers the CLI options

func (*GetQuickstartLocationOptions) Run

Run implements this command

type GetQuickstartsOptions added in v1.3.888

type GetQuickstartsOptions struct {
	GetOptions
	GitHubOrganisations []string
	Filter              quickstarts.QuickstartFilter
	ShortFormat         bool
}

GetQuickstartsOptions - the command line options

func (*GetQuickstartsOptions) Run added in v1.3.888

func (o *GetQuickstartsOptions) Run() error

Run implements this command

type GetReleaseOptions

type GetReleaseOptions struct {
	GetOptions

	Filter    string
	Namespace string
}

GetReleaseOptions containers the CLI options

func (*GetReleaseOptions) Run

func (o *GetReleaseOptions) Run() error

Run implements this command

type GetSecretOptions

type GetSecretOptions struct {
	GetOptions

	Namespace string
	Name      string
}

func (*GetSecretOptions) Run

func (o *GetSecretOptions) Run() error

Run implements the command

func (*GetSecretOptions) VaultName

func (o *GetSecretOptions) VaultName() string

func (*GetSecretOptions) VaultNamespace

func (o *GetSecretOptions) VaultNamespace() string

type GetStorageOptions

type GetStorageOptions struct {
	GetOptions
}

GetStorageOptions contains the CLI options

func (*GetStorageOptions) Run

func (o *GetStorageOptions) Run() error

Run implements this command

type GetStreamOptions added in v1.3.1097

type GetStreamOptions struct {
	GetOptions

	Kind        string
	VersionsDir string
}

GetStreamOptions the command line options

func (*GetStreamOptions) Run added in v1.3.1097

func (o *GetStreamOptions) Run() error

Run implements this command

type GetTeamOptions

type GetTeamOptions struct {
	GetOptions

	Pending bool
}

GetTeamOptions containers the CLI options

func (*GetTeamOptions) Run

func (o *GetTeamOptions) Run() error

Run implements this command

type GetTeamRoleOptions

type GetTeamRoleOptions struct {
	GetOptions
}

GetTeamRoleOptions containers the CLI options

func (*GetTeamRoleOptions) Run

func (o *GetTeamRoleOptions) Run() error

Run implements this command

type GetTokenAddonOptions

type GetTokenAddonOptions struct {
	GetTokenOptions
}

GetTokenAddonOptions the command line options

func (*GetTokenAddonOptions) Run

func (o *GetTokenAddonOptions) Run() error

Run implements this command

type GetTokenOptions

type GetTokenOptions struct {
	GetOptions

	Kind string
	Name string
}

GetTokenOptions the command line options

func (*GetTokenOptions) Run

func (o *GetTokenOptions) Run() error

Run implements this command

type GetTrackerOptions

type GetTrackerOptions struct {
	GetOptions

	Kind string
	Dir  string
}

GetTrackerOptions the command line options

func (*GetTrackerOptions) Run

func (o *GetTrackerOptions) Run() error

Run implements this command

type GetURLOptions

type GetURLOptions struct {
	GetOptions

	Namespace   string
	Environment string
}

GetURLOptions the command line options

func (*GetURLOptions) Run

func (o *GetURLOptions) Run() error

Run implements this command

type GetUserOptions

type GetUserOptions struct {
	GetOptions

	Pending bool
}

GetUserOptions containers the CLI options

func (*GetUserOptions) Run

func (o *GetUserOptions) Run() error

Run implements this command

type GetVaultConfigOptions

type GetVaultConfigOptions struct {
	GetOptions

	Namespace string
	Name      string
	// contains filtered or unexported fields
}

func (*GetVaultConfigOptions) Run

func (o *GetVaultConfigOptions) Run() error

Run implements the command

func (*GetVaultConfigOptions) VaultName

func (o *GetVaultConfigOptions) VaultName() string

func (*GetVaultConfigOptions) VaultNamespace

func (o *GetVaultConfigOptions) VaultNamespace() string

type GetVaultOptions

type GetVaultOptions struct {
	GetOptions

	Namespace string
}

func (*GetVaultOptions) Run

func (o *GetVaultOptions) Run() error

Run implements the command

type GetWorkflowOptions

type GetWorkflowOptions struct {
	GetOptions

	Name string
}

GetWorkflowOptions containers the CLI options

func (*GetWorkflowOptions) Run

func (o *GetWorkflowOptions) Run() error

Run implements this command

type HelmOutput added in v1.3.1082

type HelmOutput struct {
	// contains filtered or unexported fields
}

HelmOutput is the representation of the Helm status command

type ImportOptions

type ImportOptions struct {
	*opts.CommonOptions

	RepoURL string

	Dir                     string
	Organisation            string
	Repository              string
	Credentials             string
	AppName                 string
	GitHub                  bool
	DryRun                  bool
	SelectAll               bool
	DisableDraft            bool
	DisableJenkinsfileCheck bool
	SelectFilter            string
	Jenkinsfile             string
	BranchPattern           string
	GitRepositoryOptions    gits.GitRepositoryOptions
	ImportGitCommitMessage  string
	ListDraftPacks          bool
	DraftPack               string
	DockerRegistryOrg       string
	GitDetails              gits.CreateRepoData
	DeployKind              string

	DisableDotGitSearch   bool
	InitialisedGit        bool
	Jenkins               gojenkins.JenkinsClient
	GitConfDir            string
	GitServer             *auth.AuthServer
	GitUserAuth           *auth.UserAuth
	GitProvider           gits.GitProvider
	PostDraftPackCallback CallbackFn
	DisableMaven          bool
	PipelineUserName      string
	PipelineServer        string
	ImportMode            string
	UseDefaultGit         bool
}

ImportOptions options struct for jx import

func (*ImportOptions) CloneRepository

func (options *ImportOptions) CloneRepository() error

CloneRepository clones a repository

func (*ImportOptions) ConfigureImportOptions

func (options *ImportOptions) ConfigureImportOptions(repoData *gits.CreateRepoData)

ConfigureImportOptions updates the import options struct based on values from the create repo struct

func (*ImportOptions) CreateNewRemoteRepository

func (options *ImportOptions) CreateNewRemoteRepository() error

CreateNewRemoteRepository creates a new remote repository

func (*ImportOptions) CreateProwOwnersAliasesFile

func (options *ImportOptions) CreateProwOwnersAliasesFile() error

CreateProwOwnersAliasesFile creates an OWNERS_ALIASES file in the root of the project assigning the current Git user as an approver and a reviewer.

func (*ImportOptions) CreateProwOwnersFile

func (options *ImportOptions) CreateProwOwnersFile() error

CreateProwOwnersFile creates an OWNERS file in the root of the project assigning the current Git user as an approver and a reviewer. If the file already exists, does nothing.

func (*ImportOptions) DefaultGitIgnore

func (options *ImportOptions) DefaultGitIgnore() error

DefaultGitIgnore creates a default .gitignore

func (*ImportOptions) DefaultsFromTeamSettings

func (options *ImportOptions) DefaultsFromTeamSettings() error

func (*ImportOptions) DiscoverGit

func (options *ImportOptions) DiscoverGit() error

DiscoverGit checks if there is a git clone or prompts the user to import it

func (*ImportOptions) DiscoverRemoteGitURL

func (options *ImportOptions) DiscoverRemoteGitURL() error

DiscoverRemoteGitURL finds the git url by looking in the directory and looking for a .git/config file

func (*ImportOptions) DraftCreate

func (options *ImportOptions) DraftCreate() error

DraftCreate creates a draft

func (*ImportOptions) GetGitRepositoryDetails

func (options *ImportOptions) GetGitRepositoryDetails() (*gits.CreateRepoData, error)

GetGitRepositoryDetails determines the git repository details to use during the import command

func (*ImportOptions) GetOrganisation added in v1.3.879

func (options *ImportOptions) GetOrganisation() string

GetOrganisation gets the organisation from the RepoURL (if in the github format of github.com/org/repo). It will do this in preference to the Organisation field (if set). If the repo URL does not implicitly specify an organisation then the Organisation specified in the options is used.

func (*ImportOptions) ImportProjectsFromGitHub

func (options *ImportOptions) ImportProjectsFromGitHub() error

ImportProjectsFromGitHub import projects from github

func (*ImportOptions) ReplacePlaceholders

func (options *ImportOptions) ReplacePlaceholders(gitServerName, dockerRegistryOrg string) error

ReplacePlaceholders replaces app name, git server name, git org, and docker registry org placeholders

func (*ImportOptions) Run

func (options *ImportOptions) Run() error

Run executes the command

type InitFlags

type InitFlags struct {
	Domain                     string
	Provider                   string
	Namespace                  string
	UserClusterRole            string
	TillerClusterRole          string
	IngressClusterRole         string
	TillerNamespace            string
	IngressNamespace           string
	IngressService             string
	IngressDeployment          string
	ExternalIP                 string
	VersionsRepository         string
	DraftClient                bool
	HelmClient                 bool
	Helm3                      bool
	HelmBin                    string
	RecreateExistingDraftRepos bool
	NoTiller                   bool
	RemoteTiller               bool
	GlobalTiller               bool
	SkipIngress                bool
	SkipTiller                 bool
	SkipClusterRole            bool
	OnPremise                  bool
	Http                       bool
	NoGitValidate              bool
}

InitFlags the flags for running init

type InitOptions

type InitOptions struct {
	*opts.CommonOptions
	Client clientset.Clientset
	Flags  InitFlags
}

InitOptions the options for running init

func (*InitOptions) HelmBinary

func (o *InitOptions) HelmBinary() string

HelmBinary returns name of configured Helm binary

func (*InitOptions) Run

func (o *InitOptions) Run() error

Run performs initialization

type InstallDependenciesFlags

type InstallDependenciesFlags struct {
	Dependencies []string
}

InstallDependenciesFlags flags for the install command

type InstallDependenciesOptions

type InstallDependenciesOptions struct {
	*opts.CommonOptions
	Flags InstallDependenciesFlags
}

InstallDependenciesOptions options for install dependencies

func CreateInstallDependenciesOptions

func CreateInstallDependenciesOptions(commonOpts *opts.CommonOptions) InstallDependenciesOptions

CreateInstallDependenciesOptions creates the options for jx install dependencies

func (*InstallDependenciesOptions) Run

func (options *InstallDependenciesOptions) Run() error

Run implements this command

type InstallFlags

type InstallFlags struct {
	InstallOnly                 bool
	Domain                      string
	ExposeControllerURLTemplate string
	ExposeControllerPathMode    string
	DockerRegistry              string
	DockerRegistryOrg           string
	Provider                    string
	VersionsRepository          string
	Version                     string
	LocalHelmRepoName           string
	Namespace                   string
	CloudEnvRepository          string
	NoDefaultEnvironments       bool
	DefaultEnvironmentPrefix    string
	LocalCloudEnvironment       bool
	EnvironmentGitOwner         string
	Timeout                     string
	HelmTLS                     bool
	RegisterLocalHelmRepo       bool
	CleanupTempFiles            bool
	Prow                        bool
	DisableSetKubeContext       bool
	Dir                         string
	Vault                       bool
	RecreateVaultBucket         bool
	Tekton                      bool
	BuildPackName               string
	Kaniko                      bool
	GitOpsMode                  bool
	NoGitOpsEnvApply            bool
	NoGitOpsEnvRepo             bool
	NoGitOpsEnvSetup            bool
	NoGitOpsVault               bool
	NextGeneration              bool
}

InstallFlags flags for the install command

type InstallOptions

type InstallOptions struct {
	*opts.CommonOptions
	gits.GitRepositoryOptions
	CreateJenkinsUserOptions
	CreateEnvOptions
	config.AdminSecretsService
	kubevault.AWSConfig

	InitOptions InitOptions
	Flags       InstallFlags
	// contains filtered or unexported fields
}

InstallOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func CreateInstallOptions

func CreateInstallOptions(commonOpts *opts.CommonOptions) InstallOptions

CreateInstallOptions creates the options for jx install

func (*InstallOptions) ModifyConfigMap

func (options *InstallOptions) ModifyConfigMap(name string, callback func(*core_v1.ConfigMap) error) (*core_v1.ConfigMap, error)

ModifyConfigMap modifies the ConfigMap either live or via the file system if generating the GitOps source

func (*InstallOptions) ModifySecret

func (options *InstallOptions) ModifySecret(name string, callback func(*core_v1.Secret) error) (*core_v1.Secret, error)

ModifySecret modifies the Secret either live or via the file system if generating the GitOps source

func (*InstallOptions) Run

func (options *InstallOptions) Run() error

Run implements this command

type KubernetesProvider

type KubernetesProvider string

type Login

type Login struct {
	Data UserLoginInfo `form:"data,omitempty" json:"data,omitempty" yaml:"data,omitempty" xml:"data,omitempty"`
}

Login holds the login information

type LoginOptions

type LoginOptions struct {
	*opts.CommonOptions

	URL  string
	Team string
}

LoginOptions options for login command

func (*LoginOptions) Login

func (o *LoginOptions) Login() (*UserLoginInfo, error)

func (*LoginOptions) OnboardUser

func (o *LoginOptions) OnboardUser(cookie string) (*UserLoginInfo, error)

func (*LoginOptions) Run

func (o *LoginOptions) Run() error

type LogsOptions

type LogsOptions struct {
	*opts.CommonOptions

	Container       string
	Namespace       string
	Environment     string
	Filter          string
	Label           string
	EditEnvironment bool
	KNativeBuild    bool
}

func (*LogsOptions) Run

func (o *LogsOptions) Run() error

type MetricsOptions

type MetricsOptions struct {
	*opts.CommonOptions

	Namespace string
	Filter    string
	Duration  string
	Selector  string
	Metric    string
}

func (*MetricsOptions) Run

func (o *MetricsOptions) Run() error

type ModifyConfigMapCallback

type ModifyConfigMapCallback func(string, func(*core_v1.ConfigMap) error) (*core_v1.ConfigMap, error)

ModifyConfigMapCallback a callback for modifying a ConfigMap for a given name

type ModifySecretCallback

type ModifySecretCallback func(string, func(*core_v1.Secret) error) (*core_v1.Secret, error)

ModifySecretCallback a callback for modifying a Secret for a given name

type NamespaceOptions

type NamespaceOptions struct {
	*opts.CommonOptions
}

func (*NamespaceOptions) PickNamespace

func (o *NamespaceOptions) PickNamespace(names []string, defaultNamespace string) (string, error)

func (*NamespaceOptions) Run

func (o *NamespaceOptions) Run() error

type NewStepDetails added in v1.3.1056

type NewStepDetails struct {
	Pipeline  string
	Lifecycle string
	Mode      string
	Step      jenkinsfile.PipelineStep
}

NewStepDetails configures a new step

func (*NewStepDetails) AddToPipeline added in v1.3.1056

func (s *NewStepDetails) AddToPipeline(projectConfig *config.ProjectConfig) error

AddToPipeline adds the step to the given pipeline configuration

type ObjectReference added in v1.3.891

type ObjectReference struct {
	APIVersion string `json:"apiVersion" protobuf:"bytes,5,opt,name=apiVersion"`
	// Kind of the referent.
	// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind" protobuf:"bytes,1,opt,name=kind"`
	// Name of the referent.
	// More info: http://kubernetes.io/docs/user-guide/identifiers#names
	Name string `json:"name" protobuf:"bytes,3,opt,name=name"`
}

ObjectReference represents a reference to a k8s resource

type OpenOptions

type OpenOptions struct {
	ConsoleOptions
}

func (*OpenOptions) Run

func (o *OpenOptions) Run() error

type PackageJSON

type PackageJSON struct {
	Version string `json:"version"`
}

type PipelineRunRequest added in v1.3.820

type PipelineRunRequest struct {
	Labels      map[string]string   `json:"labels,omitempty"`
	ProwJobSpec prowapi.ProwJobSpec `json:"prowJobSpec,omitempty"`
}

PipelineRunRequest the request to trigger a pipeline run

type PipelineRunResponse added in v1.3.820

type PipelineRunResponse struct {
	Resources []kube.ObjectReference `json:"resources,omitempty"`
}

PipelineRunResponse the results of triggering a pipeline run

type PluginHandler

type PluginHandler interface {
	// Lookup receives a potential filename and returns
	// a full or relative path to an executable, if one
	// exists at the given filename, or an error.
	Lookup(filename string) (string, error)
	// Execute receives an executable's filepath, a slice
	// of arguments, and a slice of environment variables
	// to relay to the executable.
	Execute(executablePath string, cmdArgs, environment []string) error
}

PluginHandler is capable of parsing command line arguments and performing executable filename lookups to search for valid plugin files, and execute found plugins.

type PreviewOptions

type PreviewOptions struct {
	PromoteOptions

	Name                   string
	Label                  string
	Namespace              string
	DevNamespace           string
	Cluster                string
	PullRequestURL         string
	PullRequest            string
	SourceURL              string
	SourceRef              string
	Dir                    string
	PostPreviewJobTimeout  string
	PostPreviewJobPollTime string

	PullRequestName string
	GitConfDir      string
	GitProvider     gits.GitProvider
	GitInfo         *gits.GitRepository
	NoComment       bool

	// calculated fields
	PostPreviewJobTimeoutDuration time.Duration
	PostPreviewJobPollDuration    time.Duration

	HelmValuesConfig config.HelmValuesConfig
}

PreviewOptions the options for viewing running PRs

func (*PreviewOptions) GetPreviewValuesConfig

func (o *PreviewOptions) GetPreviewValuesConfig(domain string) (*config.PreviewValuesConfig, error)

GetPreviewValuesConfig returns the PreviewValuesConfig to use as extraValues for helm

func (*PreviewOptions) Run

func (o *PreviewOptions) Run() error

Run implements the command

func (*PreviewOptions) RunPostPreviewSteps

func (o *PreviewOptions) RunPostPreviewSteps(kubeClient kubernetes.Interface, ns string, url string, pipeline string, build string) error

RunPostPreviewSteps lets run any post-preview steps that are configured for all apps in a team

type Project

type Project struct {
	Version string `xml:"version"`
}

type PromoteOptions

type PromoteOptions struct {
	*opts.CommonOptions

	Namespace               string
	Environment             string
	Application             string
	Pipeline                string
	Build                   string
	Version                 string
	ReleaseName             string
	LocalHelmRepoName       string
	HelmRepositoryURL       string
	NoHelmUpdate            bool
	AllAutomatic            bool
	NoMergePullRequest      bool
	NoPoll                  bool
	NoWaitAfterMerge        bool
	IgnoreLocalFiles        bool
	NoWaitForUpdatePipeline bool
	Timeout                 string
	PullRequestPollTime     string
	Filter                  string
	Alias                   string

	// allow git to be configured externally before a PR is created
	ConfigureGitCallback environments.ConfigureGitFn

	// calculated fields
	TimeoutDuration         *time.Duration
	PullRequestPollDuration *time.Duration
	Activities              typev1.PipelineActivityInterface
	GitInfo                 *gits.GitRepository

	ReleaseInfo *ReleaseInfo
	// contains filtered or unexported fields
}

PromoteOptions containers the CLI options

func (*PromoteOptions) GetTargetNamespace

func (o *PromoteOptions) GetTargetNamespace(ns string, env string) (string, *v1.Environment, error)

func (*PromoteOptions) Promote

func (o *PromoteOptions) Promote(targetNS string, env *v1.Environment, warnIfAuto bool) (*ReleaseInfo, error)

func (*PromoteOptions) PromoteAllAutomatic

func (o *PromoteOptions) PromoteAllAutomatic() error

func (*PromoteOptions) PromoteViaPullRequest

func (o *PromoteOptions) PromoteViaPullRequest(env *v1.Environment, releaseInfo *ReleaseInfo) error

func (*PromoteOptions) Run

func (o *PromoteOptions) Run() error

Run implements this command

func (*PromoteOptions) SearchForChart

func (o *PromoteOptions) SearchForChart(filter string) (string, error)

func (*PromoteOptions) WaitForPromotion

func (o *PromoteOptions) WaitForPromotion(ns string, env *v1.Environment, releaseInfo *ReleaseInfo) error

type PromptOptions

type PromptOptions struct {
	*opts.CommonOptions

	NoLabel  bool
	ShowIcon bool

	Prefix    string
	Label     string
	Separator string
	Divider   string
	Suffix    string

	LabelColor     []string
	NamespaceColor []string
	ContextColor   []string
}

PromptOptions containers the CLI options

func (*PromptOptions) Run

func (o *PromptOptions) Run() error

Run implements this command

type Rate

type Rate struct {
	Limit     int `json:"limit"`
	Remaining int `json:"remaining"`
	Reset     int `json:"reset"`
}

type RateLimits

type RateLimits struct {
	Resources RateResources `json:"resources"`
}

type RateResources

type RateResources struct {
	Core    Rate `json:"core"`
	Search  Rate `json:"search"`
	GraphQL Rate `json:"graphql"`
}

type ReleaseInfo

type ReleaseInfo struct {
	ReleaseName     string
	FullAppName     string
	Version         string
	PullRequestInfo *gits.PullRequestInfo
}

type RepoOptions

type RepoOptions struct {
	*opts.CommonOptions

	Dir         string
	OnlyViewURL bool
}

func (*RepoOptions) Run

func (o *RepoOptions) Run() error

type RshOptions

type RshOptions struct {
	*opts.CommonOptions

	Container   string
	Namespace   string
	Pod         string
	Executable  string
	ExecCmd     string
	DevPod      bool
	Username    string
	Environment string
	// contains filtered or unexported fields
}

func (*RshOptions) Run

func (o *RshOptions) Run() error

type Rule

type Rule struct {
	Name       string   `json:"name"`
	TargetTags []string `json:"targetTags"`
}

type Rules

type Rules struct {
	Rules []Rule
}

type ScanClusterOptions

type ScanClusterOptions struct {
	ScanOptions

	Output string
}

ScanClusterOptions the options for 'scan cluster' command

func (*ScanClusterOptions) Run

func (o *ScanClusterOptions) Run() error

Run executes the "scan cluster" command

type ScanOptions

type ScanOptions struct {
	*opts.CommonOptions
}

Scan Options contains the command line options for scan commands

func (*ScanOptions) Run

func (o *ScanOptions) Run() error

Run executes the scan commands

type Secrets

type Secrets struct {
	Login string
	Token string
}

Secrets struct for secrets

type ShellOptions

type ShellOptions struct {
	*opts.CommonOptions

	Filter string
}

func (*ShellOptions) PickContext

func (o *ShellOptions) PickContext(names []string, defaultValue string) (string, error)

func (*ShellOptions) Run

func (o *ShellOptions) Run() error

type Start

type Start struct {
	*opts.CommonOptions
}

Start contains the command line options

func (*Start) Run

func (o *Start) Run() error

Run implements this command

type StartPipelineOptions

type StartPipelineOptions struct {
	GetOptions

	Tail            bool
	Filter          string
	JenkinsSelector opts.JenkinsSelectorOptions

	Jobs map[string]gojenkins.Job

	ProwOptions prow.Options
}

StartPipelineOptions contains the command line options

func (*StartPipelineOptions) Run

func (o *StartPipelineOptions) Run() error

Run implements this command

type StartProtectionOptions

type StartProtectionOptions struct {
	*opts.CommonOptions

	Tail   bool
	Filter string

	Jobs map[string]gojenkins.Job
}

StartProtectionOptions contains the command line options

func (*StartProtectionOptions) Run

func (o *StartProtectionOptions) Run() error

Run implements this command

type StatusOptions

type StatusOptions struct {
	*opts.CommonOptions
	// contains filtered or unexported fields
}

func (*StatusOptions) Run

func (o *StatusOptions) Run() error

type StatusSortedTestCases

type StatusSortedTestCases []reporters.JUnitTestCase

StatusSortedTestCases implements Sort by status of a list of test case

func (StatusSortedTestCases) Len

func (s StatusSortedTestCases) Len() int

func (StatusSortedTestCases) Less

func (s StatusSortedTestCases) Less(i, j int) bool

func (StatusSortedTestCases) Swap

func (s StatusSortedTestCases) Swap(i, j int)

type StepBDDFlags

type StepBDDFlags struct {
	GoPath              string
	GitProvider         string
	GitOwner            string
	ReportsOutputDir    string
	UseCurrentTeam      bool
	DeleteTeam          bool
	DisableDeleteApp    bool
	DisableDeleteRepo   bool
	IgnoreTestFailure   bool
	Parallel            bool
	VersionsDir         string
	ConfigFile          string
	TestRepoGitCloneUrl string
	SkipRepoGitClone    bool
	TestGitBranch       string
	TestGitPrNumber     string
	JxBinary            string
	TestCases           []string
}

type StepBDDOptions

type StepBDDOptions struct {
	StepOptions

	InstallOptions InstallOptions
	Flags          StepBDDFlags
}

StepBDDOptions contains the command line arguments for this command

func (*StepBDDOptions) Run

func (o *StepBDDOptions) Run() error

type StepBlogOptions

type StepBlogOptions struct {
	StepOptions

	FromDate                    string
	ToDate                      string
	Dir                         string
	BlogOutputDir               string
	BlogName                    string
	CombineMinorReleases        bool
	DeveloperChannelMemberCount int
	UserChannelMemberCount      int

	State StepBlogState
}

StepBlogOptions contains the command line flags

func (*StepBlogOptions) Run

func (o *StepBlogOptions) Run() error

Run implements this command

type StepBlogState

type StepBlogState struct {
	GitInfo                  *gits.GitRepository
	GitProvider              gits.GitProvider
	Tracker                  issues.IssueProvider
	Release                  *v1.Release
	BlogFileName             string
	DeveloperChatMetricsName string
	UserChatMetricsName      string
	Buffer                   *bytes.Buffer
	Writer                   *bufio.Writer
	HistoryService           *reports.ProjectHistoryService
	History                  *reports.ProjectHistory
	NewContributors          map[string]*v1.UserDetails
	NewCommitters            map[string]*v1.UserDetails
}

type StepBuildPackApplyOptions

type StepBuildPackApplyOptions struct {
	StepOptions

	Dir                     string
	Jenkinsfile             string
	DraftPack               string
	DisableJenkinsfileCheck bool
}

StepBuildPackApplyOptions contains the command line flags

func (*StepBuildPackApplyOptions) Run

Run implements this command

type StepBuildPackOptions

type StepBuildPackOptions struct {
	StepOptions
}

StepBuildPackOptions contains the command line flags

func (*StepBuildPackOptions) Run

func (o *StepBuildPackOptions) Run() error

Run implements this command

type StepChangelogOptions

type StepChangelogOptions struct {
	StepOptions

	PreviousRevision    string
	PreviousDate        string
	CurrentRevision     string
	TemplatesDir        string
	ReleaseYamlFile     string
	CrdYamlFile         string
	Dir                 string
	Version             string
	Build               string
	Header              string
	HeaderFile          string
	Footer              string
	FooterFile          string
	OutputMarkdownFile  string
	OverwriteCRD        bool
	GenerateCRD         bool
	GenerateReleaseYaml bool
	UpdateRelease       bool
	NoReleaseInDev      bool
	IncludeMergeCommits bool
	FailIfFindCommits   bool
	State               StepChangelogState
}

StepChangelogOptions contains the command line flags

func (*StepChangelogOptions) Run

func (o *StepChangelogOptions) Run() error

type StepChangelogState

type StepChangelogState struct {
	GitInfo         *gits.GitRepository
	GitProvider     gits.GitProvider
	Tracker         issues.IssueProvider
	FoundIssueNames map[string]bool
	LoggedIssueKind bool
	Release         *v1.Release
}

type StepCreateJenkinsConfigOptions added in v1.3.1108

type StepCreateJenkinsConfigOptions struct {
	StepOptions

	Output string
}

StepCreateJenkinsConfigOptions contains the command line flags

func (*StepCreateJenkinsConfigOptions) Run added in v1.3.1108

Run implements this command

type StepCreateOptions

type StepCreateOptions struct {
	StepOptions
}

StepCreateOptions contains the command line flags

func (*StepCreateOptions) Run

func (o *StepCreateOptions) Run() error

Run implements this command

type StepCreateTaskOptions

type StepCreateTaskOptions struct {
	StepOptions

	Pack              string
	Dir               string
	BuildPackURL      string
	BuildPackRef      string
	PipelineKind      string
	Context           string
	CustomLabels      []string
	CustomEnvs        []string
	NoApply           bool
	Trigger           string
	TargetPath        string
	SourceName        string
	CustomImage       string
	CloneGitURL       string
	Branch            string
	Revision          string
	PullRequestNumber string
	DeleteTempDir     bool
	ViewSteps         bool
	NoReleasePrepare  bool
	Duration          time.Duration
	FromRepo          bool
	NoKaniko          bool
	KanikoImage       string
	KanikoSecretMount string
	KanikoSecret      string
	KanikoSecretKey   string
	ProjectID         string

	PodTemplates        map[string]*corev1.Pod
	MissingPodTemplates map[string]bool

	GitInfo     *gits.GitRepository
	BuildNumber string

	Results StepCreateTaskResults

	VersionResolver *opts.VersionResolver
	// contains filtered or unexported fields
}

StepCreateTaskOptions contains the command line flags

func (*StepCreateTaskOptions) CreatePipelineRun added in v1.3.950

func (o *StepCreateTaskOptions) CreatePipelineRun(pipeline *pipelineapi.Pipeline, resources []*pipelineapi.PipelineResource) *pipelineapi.PipelineRun

CreatePipelineRun creates a PipelineRun for a given Pipeline

func (*StepCreateTaskOptions) CreateStageForBuildPack added in v1.3.1051

func (o *StepCreateTaskOptions) CreateStageForBuildPack(languageName string, pipelineConfig *jenkinsfile.PipelineConfig, lifecycles *jenkinsfile.PipelineLifecycles, templateKind, ns string) (*syntax.Stage, error)

CreateStageForBuildPack generates the Task for a build pack

func (*StepCreateTaskOptions) EnhanceTasksAndPipeline added in v1.3.950

func (o *StepCreateTaskOptions) EnhanceTasksAndPipeline(tasks []*pipelineapi.Task, pipeline *pipelineapi.Pipeline, pipelineConfig *jenkinsfile.PipelineConfig) ([]*pipelineapi.Task, *pipelineapi.Pipeline)

EnhanceTasksAndPipeline takes a slice of Tasks and a Pipeline and modifies them to include built-in volumes, environment variables, and parameters

func (*StepCreateTaskOptions) GenerateTektonCRDs added in v1.3.950

GenerateTektonCRDs creates the Pipeline, Task, PipelineResource, PipelineRun, and PipelineStructure CRDs that will be applied to actually kick off the pipeline

func (*StepCreateTaskOptions) GetDefaultTaskInputs added in v1.3.950

func (o *StepCreateTaskOptions) GetDefaultTaskInputs() *pipelineapi.Inputs

GetDefaultTaskInputs gets the base, built-in task parameters as an Input.

func (*StepCreateTaskOptions) Run

func (o *StepCreateTaskOptions) Run() error

Run implements this command

type StepCreateTaskResults added in v1.3.820

type StepCreateTaskResults struct {
	Pipeline       *pipelineapi.Pipeline
	Tasks          []*pipelineapi.Task
	Resources      []*pipelineapi.PipelineResource
	PipelineRun    *pipelineapi.PipelineRun
	Structure      *v1.PipelineStructure
	PipelineParams []pipelineapi.Param
}

StepCreateTaskResults stores the generated results

func (*StepCreateTaskResults) ObjectReferences added in v1.3.820

func (r *StepCreateTaskResults) ObjectReferences() []kube.ObjectReference

ObjectReferences creates a list of object references created

type StepCreateVersionPullRequestOptions added in v1.3.852

type StepCreateVersionPullRequestOptions struct {
	StepOptions

	Kind               string
	Name               string
	Includes           []string
	Excludes           []string
	Version            string
	UpdateTektonImages bool

	PullRequestDetails opts.PullRequestDetails
	// contains filtered or unexported fields
}

StepCreateVersionPullRequestOptions contains the command line flags

func (*StepCreateVersionPullRequestOptions) Run added in v1.3.852

Run implements this command

type StepCreateVersionPullRequestResults added in v1.3.852

type StepCreateVersionPullRequestResults struct {
	Pipeline    *pipelineapi.Pipeline
	Task        *pipelineapi.Task
	PipelineRun *pipelineapi.PipelineRun
}

StepCreateVersionPullRequestResults stores the generated results

type StepCredentialOptions

type StepCredentialOptions struct {
	StepOptions

	Namespace string
	Secret    string
	Key       string
	File      string
}

StepCredentialOptions contains the command line arguments for this command

func (*StepCredentialOptions) Run

func (o *StepCredentialOptions) Run() error

Run runs the command

type StepCustomPipelineOptions added in v1.3.926

type StepCustomPipelineOptions struct {
	StepOptions

	MultiBranchProject bool
	Dir                string
	Jenkinsfile        string
	JenkinsPath        string
	JenkinsSelector    opts.JenkinsSelectorOptions
}

StepCustomPipelineOptions contains the command line arguments for this command

func (*StepCustomPipelineOptions) Run added in v1.3.926

Run implements the command

type StepEnvApplyOptions

type StepEnvApplyOptions struct {
	StepEnvOptions

	Namespace          string
	Dir                string
	ReleaseName        string
	Wait               bool
	Force              bool
	DisableHelmVersion bool
	ChangeNs           bool
	Vault              bool
}

StepEnvApplyOptions contains the command line flags

func (*StepEnvApplyOptions) Run

func (o *StepEnvApplyOptions) Run() error

Run performs the comamand

type StepEnvOptions

type StepEnvOptions struct {
	StepOptions
}

StepEnvOptions contains the command line flags

func (*StepEnvOptions) Run

func (o *StepEnvOptions) Run() error

Run implements this command

type StepGetBuildNumberOptions added in v1.3.819

type StepGetBuildNumberOptions struct {
	StepOptions

	Dir string
}

StepGetBuildNumberOptions contains the command line flags

func (*StepGetBuildNumberOptions) Run added in v1.3.819

Run implements this command

type StepGetOptions added in v1.3.819

type StepGetOptions struct {
	StepOptions
}

StepGetOptions contains the command line flags

func (*StepGetOptions) Run added in v1.3.819

func (o *StepGetOptions) Run() error

Run implements this command

type StepGetVersionChangeSetOptions added in v1.3.912

type StepGetVersionChangeSetOptions struct {
	StepOptions
	VersionsDir        string
	VersionsRepository string
	TestingBranch      string
	StableBranch       string
	PR                 string
}

StepGetVersionChangeSetOptions contains the command line flags

func (*StepGetVersionChangeSetOptions) Run added in v1.3.912

Run implements the command

type StepGitCredentialsOptions

type StepGitCredentialsOptions struct {
	StepOptions

	OutputFile string
}

StepGitCredentialsOptions contains the command line flags

func (*StepGitCredentialsOptions) CreateGitCredentialsFromSecrets

func (o *StepGitCredentialsOptions) CreateGitCredentialsFromSecrets(secretList *corev1.SecretList) []byte

CreateGitCredentialsFromSecrets Creates git credentials from secrets

func (*StepGitCredentialsOptions) Run

type StepGitEnvsOptions

type StepGitEnvsOptions struct {
	StepOptions

	ServiceKind string
}

StepGitEnvsOptions contains the command line flags

func (*StepGitEnvsOptions) Run

func (o *StepGitEnvsOptions) Run() error

Run implements the command

type StepGitMergeOptions added in v1.3.886

type StepGitMergeOptions struct {
	StepOptions

	SHAs       []string
	Remote     string
	Dir        string
	BaseBranch string
	BaseSHA    string
}

StepGitMergeOptions contains the command line flags

func (*StepGitMergeOptions) Run added in v1.3.886

func (o *StepGitMergeOptions) Run() error

Run implements the command

type StepGitOptions

type StepGitOptions struct {
	StepOptions
}

StepGitOptions contains the command line flags

func (*StepGitOptions) Run

func (o *StepGitOptions) Run() error

Run implements this command

type StepGpgCredentialsOptions

type StepGpgCredentialsOptions struct {
	StepOptions

	OutputDir string
}

StepGpgCredentialsOptions contains the command line flags

func (*StepGpgCredentialsOptions) GenerateGpgFiles

func (o *StepGpgCredentialsOptions) GenerateGpgFiles(secret *v1.Secret) error

func (*StepGpgCredentialsOptions) Run

type StepHelmApplyOptions

type StepHelmApplyOptions struct {
	StepHelmOptions

	Namespace          string
	ReleaseName        string
	Wait               bool
	Force              bool
	DisableHelmVersion bool
	Vault              bool
}

StepHelmApplyOptions contains the command line flags

func (*StepHelmApplyOptions) Run

func (o *StepHelmApplyOptions) Run() error

type StepHelmBuildOptions

type StepHelmBuildOptions struct {
	StepHelmOptions
	// contains filtered or unexported fields
}

StepHelmBuildOptions contains the command line flags

func (*StepHelmBuildOptions) Run

func (o *StepHelmBuildOptions) Run() error

type StepHelmDeleteOptions

type StepHelmDeleteOptions struct {
	StepHelmOptions

	Namespace string
	Purge     bool
}

StepHelmDeleteOptions contains the command line flags

func (*StepHelmDeleteOptions) Run

func (o *StepHelmDeleteOptions) Run() error

Run performs the CLI command

type StepHelmEnvOptions

type StepHelmEnvOptions struct {
	StepHelmOptions
	// contains filtered or unexported fields
}

StepHelmEnvOptions contains the command line flags

func (*StepHelmEnvOptions) Run

func (o *StepHelmEnvOptions) Run() error

type StepHelmInstallOptions

type StepHelmInstallOptions struct {
	StepHelmOptions

	Name        string
	Namespace   string
	Version     string
	Values      []string
	ValuesFiles []string
}

StepHelmInstallOptions contains the command line flags

func (*StepHelmInstallOptions) Run

func (o *StepHelmInstallOptions) Run() error

type StepHelmListOptions

type StepHelmListOptions struct {
	StepHelmOptions

	Namespace string
}

StepHelmListOptions contains the command line flags

func (*StepHelmListOptions) Run

func (o *StepHelmListOptions) Run() error

type StepHelmOptions

type StepHelmOptions struct {
	StepOptions

	Dir string

	GitProvider string
	// contains filtered or unexported fields
}

StepHelmOptions contains the command line flags

func (*StepHelmOptions) Run

func (o *StepHelmOptions) Run() error

Run implements this command

type StepHelmReleaseOptions

type StepHelmReleaseOptions struct {
	StepHelmOptions
}

StepHelmReleaseOptions contains the command line flags

func (*StepHelmReleaseOptions) Run

func (o *StepHelmReleaseOptions) Run() error

type StepHelmVersionOptions

type StepHelmVersionOptions struct {
	StepHelmOptions

	Version string
}

StepHelmVersionOptions contains the command line flags

func (*StepHelmVersionOptions) Run

func (o *StepHelmVersionOptions) Run() error

type StepLinkServicesOptions

type StepLinkServicesOptions struct {
	StepOptions
	FromNamespace string
	ToNamespace   string
	Includes      []string
	Excludes      []string
}

StepLinkServicesOptions contains the command line flags

func (*StepLinkServicesOptions) Run

func (o *StepLinkServicesOptions) Run() error

Run implements this command

type StepNextBuildNumberOptions

type StepNextBuildNumberOptions struct {
	StepOptions

	Owner      string
	Repository string
	Branch     string
}

StepNextBuildNumberOptions contains the command line flags

func (*StepNextBuildNumberOptions) Run

type StepNextVersionOptions

type StepNextVersionOptions struct {
	Filename      string
	Dir           string
	Tag           bool
	UseGitTagOnly bool
	NewVersion    string
	StepOptions
}

StepNextVersionOptions contains the command line flags

func (*StepNextVersionOptions) GetVersion

func (o *StepNextVersionOptions) GetVersion() (string, error)

GetVersion gets the version from a source file

func (*StepNextVersionOptions) Run

func (o *StepNextVersionOptions) Run() error

func (*StepNextVersionOptions) SetVersion

func (o *StepNextVersionOptions) SetVersion() error

SetVersion Sets the version...

type StepNexusDropOptions

type StepNexusDropOptions struct {
	StepNexusOptions
}

StepNexusDropOptions contains the command line flags

func (*StepNexusDropOptions) Run

func (o *StepNexusDropOptions) Run() error

type StepNexusOptions

type StepNexusOptions struct {
	StepOptions
}

StepNexusOptions contains the command line flags

func (*StepNexusOptions) Run

func (o *StepNexusOptions) Run() error

Run implements this command

type StepNexusReleaseOptions

type StepNexusReleaseOptions struct {
	StepNexusOptions

	DropOnFailure bool
}

StepNexusReleaseOptions contains the command line flags

func (*StepNexusReleaseOptions) Run

func (o *StepNexusReleaseOptions) Run() error

type StepOptions

type StepOptions struct {
	*opts.CommonOptions

	DisableImport bool
	OutDir        string
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*StepOptions) Run

func (o *StepOptions) Run() error

Run implements this command

type StepPRCommentFlags

type StepPRCommentFlags struct {
	Comment    string
	URL        string
	Owner      string
	Repository string
	PR         string
}

type StepPRCommentOptions

type StepPRCommentOptions struct {
	StepPROptions
	Flags StepPRCommentFlags
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*StepPRCommentOptions) Run

func (o *StepPRCommentOptions) Run() error

Run implements this command

type StepPRLabelsOptions added in v1.3.837

type StepPRLabelsOptions struct {
	*opts.CommonOptions

	Dir         string
	Prefix      string
	PullRequest string
}

StepPRLabelsOptions holds the options for the cmd

func (*StepPRLabelsOptions) Run added in v1.3.837

func (o *StepPRLabelsOptions) Run() error

Run implements the execution

type StepPROptions

type StepPROptions struct {
	StepOptions
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*StepPROptions) Run

func (o *StepPROptions) Run() error

Run implements this command

type StepPostBuildOptions

type StepPostBuildOptions struct {
	StepOptions
	FullImageName string
	OutputFile    string
}

StepPostBuildOptions contains the command line flags

func (*StepPostBuildOptions) Run

func (o *StepPostBuildOptions) Run() error

type StepPostInstallOptions

type StepPostInstallOptions struct {
	StepOptions

	EnvJobCredentials string

	Results StepPostInstallResults
}

StepPostInstallOptions contains the command line flags

func (*StepPostInstallOptions) Run

func (o *StepPostInstallOptions) Run() (err error)

Run implements this command

type StepPostInstallResults

type StepPostInstallResults struct {
	GitProviders map[string]gits.GitProvider
}

StepPostInstallResults contains the command outputs mostly for testing purposes

type StepPostOptions

type StepPostOptions struct {
	*opts.CommonOptions

	DisableImport bool
	OutDir        string
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*StepPostOptions) Run

func (o *StepPostOptions) Run() error

Run implements this command

type StepPostRunOptions

type StepPostRunOptions struct {
	StepOptions

	DisableImport bool
	OutDir        string
}

GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*StepPostRunOptions) Run

func (o *StepPostRunOptions) Run() (err error)

Run implements this command

type StepPreBuildOptions

type StepPreBuildOptions struct {
	StepOptions

	Image string
}

StepPreBuildOptions contains the command line flags

func (*StepPreBuildOptions) Run

func (o *StepPreBuildOptions) Run() error

type StepPreExtendOptions

type StepPreExtendOptions struct {
	StepOptions
}

StepPreBuildOptions contains the command line flags

func (*StepPreExtendOptions) Run

func (o *StepPreExtendOptions) Run() error

type StepPreOptions

type StepPreOptions struct {
	*opts.CommonOptions

	DisableImport bool
	OutDir        string
}

StepPreOptions defines the CLI arguments

func (*StepPreOptions) Run

func (o *StepPreOptions) Run() error

Run implements this command

type StepReleaseOptions

type StepReleaseOptions struct {
	StepOptions

	DockerRegistry string
	Organisation   string
	Application    string
	Version        string
	GitUsername    string
	GitEmail       string
	Dir            string
	XdgConfigHome  string
	NoBatch        bool

	// promote flags
	Build               string
	Timeout             string
	PullRequestPollTime string
	LocalHelmRepoName   string
	HelmRepositoryURL   string
}

StepReleaseOptions contains the CLI arguments

func (*StepReleaseOptions) Run

func (o *StepReleaseOptions) Run() error

Run implements this command

func (*StepReleaseOptions) Setenv

func (o *StepReleaseOptions) Setenv(key string, value string) error

type StepSplitMonorepoOptions

type StepSplitMonorepoOptions struct {
	StepOptions

	Glob          string
	Organisation  string
	RepoName      string
	Dir           string
	OutputDir     string
	KubernetesDir string
	NoGit         bool
}

StepSplitMonorepoOptions contains the command line flags

func (*StepSplitMonorepoOptions) Run

Run implements this command

type StepStashOptions

type StepStashOptions struct {
	StepOptions
	Pattern         []string
	Dir             string
	ToPath          string
	Basedir         string
	StorageLocation jenkinsv1.StorageLocation
	ProjectGitURL   string
	ProjectBranch   string
}

StepStashOptions contains the command line flags

func (*StepStashOptions) Run

func (o *StepStashOptions) Run() error

Run runs the command

type StepSummary

type StepSummary struct {
	Action    string
	Resources []string
}

type StepTagFlags

type StepTagFlags struct {
	Version              string
	VersionFile          string
	ChartsDir            string
	ChartValueRepository string
}

type StepTagOptions

type StepTagOptions struct {
	StepOptions

	Flags StepTagFlags
}

CreateClusterOptions the flags for running create cluster

func (*StepTagOptions) Run

func (o *StepTagOptions) Run() error

type StepUnstashOptions

type StepUnstashOptions struct {
	StepOptions

	URL     string
	OutDir  string
	Timeout time.Duration
}

StepUnstashOptions contains the command line flags

func (*StepUnstashOptions) Run

func (o *StepUnstashOptions) Run() error

Run runs the command

type StepValidateOptions

type StepValidateOptions struct {
	StepOptions

	MinimumJxVersion string
	Dir              string
}

StepValidateOptions contains the command line flags

func (*StepValidateOptions) Run

func (o *StepValidateOptions) Run() error

Run implements this command

type StepVerifyOptions

type StepVerifyOptions struct {
	StepOptions
}

StepVerifyOptions contains the command line flags

func (*StepVerifyOptions) Run

func (o *StepVerifyOptions) Run() error

Run implements this command

type StepVerifyPodCountOptions added in v1.3.958

type StepVerifyPodCountOptions struct {
	StepOptions

	After    int32
	Pods     int32
	Restarts int32
}

StepVerifyPodCountOptions contains the command line flags

func (*StepVerifyPodCountOptions) Run added in v1.3.958

Run the `jx step verify pod count` command

type StepVerifyPodOptions added in v1.3.858

type StepVerifyPodOptions struct {
	StepOptions
}

StepVerifyPodOptions contains the command line flags

func (*StepVerifyPodOptions) Run added in v1.3.858

func (o *StepVerifyPodOptions) Run() error

Run implements this command

type StepVerifyPodReadyOptions added in v1.3.958

type StepVerifyPodReadyOptions struct {
	StepOptions
	Debug bool
}

StepVerifyPodReadyOptions contains the command line flags

func (*StepVerifyPodReadyOptions) Run added in v1.3.958

Run the `jx step verify pod ready` command

type StepWaitForArtifactOptions

type StepWaitForArtifactOptions struct {
	StepOptions

	ArtifactURL string
	RepoURL     string
	GroupId     string
	ArtifactId  string
	Version     string
	Extension   string
	Timeout     string
	PollTime    string

	// calculated fields
	TimeoutDuration time.Duration
	PollDuration    time.Duration
}

StepWaitForArtifactOptions contains the command line flags

func (*StepWaitForArtifactOptions) Run

type Stop

type Stop struct {
	*opts.CommonOptions
}

Stop contains the command line options

func (*Stop) Run

func (o *Stop) Run() error

Run implements this command

type StopPipelineOptions

type StopPipelineOptions struct {
	GetOptions

	Build           int
	Filter          string
	JenkinsSelector opts.JenkinsSelectorOptions

	Jobs map[string]gojenkins.Job
}

StopPipelineOptions contains the command line options

func (*StopPipelineOptions) Run

func (o *StopPipelineOptions) Run() error

Run implements this command

type SyncOptions

type SyncOptions struct {
	*opts.CommonOptions

	Daemon      bool
	NoKsyncInit bool
	SingleMode  bool

	Container string
	Namespace string
	Pod       string
	Dir       string
	RemoteDir string
	Reload    bool
	WatchOnly bool
	// contains filtered or unexported fields
}

func (*SyncOptions) CreateKsync

func (o *SyncOptions) CreateKsync(client kubernetes.Interface, ns string, name string, dir string, remoteDir string, username string) error

CreateKsync removes the exiting ksync if it already exists then create a new ksync of the given name

func (*SyncOptions) KsyncWatch

func (o *SyncOptions) KsyncWatch() error

func (*SyncOptions) Run

func (o *SyncOptions) Run() error

type TeamOptions

type TeamOptions struct {
	*opts.CommonOptions
}

func (*TeamOptions) Run

func (o *TeamOptions) Run() error

type UninstallOptions

type UninstallOptions struct {
	*opts.CommonOptions

	Namespace        string
	Context          string
	Force            bool // Force uninstallation - programmatic use only - do not expose to the user
	KeepEnvironments bool
}

func (*UninstallOptions) Run

func (o *UninstallOptions) Run() error

type UpdateClusterFlags

type UpdateClusterFlags struct {
}

type UpdateClusterGKEOptions

type UpdateClusterGKEOptions struct {
	UpdateClusterOptions
}

CreateClusterOptions the flags for running create cluster

func (*UpdateClusterGKEOptions) Run

func (o *UpdateClusterGKEOptions) Run() error

type UpdateClusterGKETerraformFlags

type UpdateClusterGKETerraformFlags struct {
	ClusterName    string
	SkipLogin      bool
	ServiceAccount string
}

type UpdateClusterGKETerraformOptions

type UpdateClusterGKETerraformOptions struct {
	UpdateClusterOptions

	Flags UpdateClusterGKETerraformFlags
}

UpdateClusterGKETerraformOptions the flags for updating a cluster on GKE using terraform

func (*UpdateClusterGKETerraformOptions) Run

type UpdateClusterOptions

type UpdateClusterOptions struct {
	UpdateOptions
	InstallOptions InstallOptions
	Flags          InitFlags
	Provider       string
}

UpdateClusterOptions the flags for running update cluster

func (*UpdateClusterOptions) Run

func (o *UpdateClusterOptions) Run() error

type UpdateOptions

type UpdateOptions struct {
	*opts.CommonOptions

	DisableImport bool
	OutDir        string
}

Update contains the command line options

func (*UpdateOptions) Run

func (o *UpdateOptions) Run() error

Run implements this command

type UpdateWebhooksOptions

type UpdateWebhooksOptions struct {
	*opts.CommonOptions
	Org             string
	Repo            string
	ExactHookMatch  bool
	PreviousHookUrl string
	HMAC            string
	Endpoint        string
	DryRun          bool
}

UpdateWebhooksOptions the flags for updating webhooks

func (*UpdateWebhooksOptions) Run

func (options *UpdateWebhooksOptions) Run() error

type UpgradeAddonProwOptions

type UpgradeAddonProwOptions struct {
	UpgradeAddonsOptions

	Tekton bool
	// contains filtered or unexported fields
}

UpgradeAddonProwOptions the options for the create spring command

func (*UpgradeAddonProwOptions) Run

func (o *UpgradeAddonProwOptions) Run() error

Run implements the command

type UpgradeAddonsOptions

type UpgradeAddonsOptions struct {
	CreateOptions

	Namespace string
	Set       string

	InstallFlags InstallFlags
}

UpgradeAddonsOptions the options for the create spring command

func (*UpgradeAddonsOptions) Run

func (o *UpgradeAddonsOptions) Run() error

Run implements the command

type UpgradeAppsOptions

type UpgradeAppsOptions struct {
	AddOptions

	GitOps bool
	DevEnv *jenkinsv1.Environment

	Repo        string
	Alias       string
	Username    string
	Password    string
	ReleaseName string

	HelmUpdate bool
	AskAll     bool

	Version string
	All     bool

	Namespace string
	Set       []string

	// allow git to be configured externally before a PR is created
	ConfigureGitCallback environments.ConfigureGitFn
}

UpgradeAppsOptions the options for the create spring command

func (*UpgradeAppsOptions) Run

func (o *UpgradeAppsOptions) Run() error

Run implements the command

type UpgradeBinariesOptions

type UpgradeBinariesOptions struct {
	CreateOptions
}

func (*UpgradeBinariesOptions) Run

func (o *UpgradeBinariesOptions) Run() error

type UpgradeCLIOptions

type UpgradeCLIOptions struct {
	CreateOptions

	Version string
}

UpgradeCLIOptions the options for the create spring command

func (*UpgradeCLIOptions) Run

func (o *UpgradeCLIOptions) Run() error

Run implements the command

type UpgradeCRDsOptions added in v1.3.904

type UpgradeCRDsOptions struct {
	UpgradeOptions
}

UpgradeCRDsOptions the options for the upgrade CRDs command

func (*UpgradeCRDsOptions) Run added in v1.3.904

func (o *UpgradeCRDsOptions) Run() error

Run implements the command

type UpgradeClusterOptions

type UpgradeClusterOptions struct {
	UpgradeOptions

	Version     string
	ClusterName string
}

UpgradeClusterOptions the options for the create spring command

func (*UpgradeClusterOptions) Run

func (o *UpgradeClusterOptions) Run() error

Run implements the command

type UpgradeExtensionsOptions

type UpgradeExtensionsOptions struct {
	CreateOptions
	Filter                   string
	ExtensionsRepositoryFile string
}

func (*UpgradeExtensionsOptions) Contains

func (*UpgradeExtensionsOptions) GetInstalledExtensions

func (o *UpgradeExtensionsOptions) GetInstalledExtensions(extensions typev1.ExtensionInterface) (installedExtensions map[string]jenkinsv1.Extension, err error)

func (*UpgradeExtensionsOptions) Run

func (*UpgradeExtensionsOptions) UpsertExtension

func (o *UpgradeExtensionsOptions) UpsertExtension(extension *jenkinsv1.ExtensionSpec, exts typev1.ExtensionInterface, installedExtensions map[string]jenkinsv1.Extension, extensionConfig jenkinsv1.ExtensionConfig, lookup map[string]jenkinsv1.ExtensionSpec, depth int, initialIndent int) (needsUpstalling []jenkinsv1.ExtensionExecution, err error)

type UpgradeExtensionsRepositoryFlags

type UpgradeExtensionsRepositoryFlags struct {
}

type UpgradeExtensionsRepositoryOptions

type UpgradeExtensionsRepositoryOptions struct {
	UpgradeExtensionsOptions
	Flags      InitFlags
	InputFile  string
	OutputFile string
}

CreateExtensionsRepositoryOptions the flags for running create cluster

func (*UpgradeExtensionsRepositoryOptions) FixChildren

func (o *UpgradeExtensionsRepositoryOptions) FixChildren(extension jenkinsv1.ExtensionSpec, lookupByName map[string]jenkinsv1.ExtensionSpec, lookupByUUID map[string]jenkinsv1.ExtensionSpec, resolveErrors *[]string) (children []string, err error)

func (*UpgradeExtensionsRepositoryOptions) LoadAsStringFromURL

func (o *UpgradeExtensionsRepositoryOptions) LoadAsStringFromURL(url string) (result string, err error)

func (*UpgradeExtensionsRepositoryOptions) Run

type UpgradeIngressOptions

type UpgradeIngressOptions struct {
	CreateOptions

	SkipCertManager     bool
	Cluster             bool
	Force               bool
	Namespaces          []string
	Version             string
	TargetNamespaces    []string
	Services            []string
	SkipResourcesUpdate bool
	WaitForCerts        bool
	ConfigNamespace     string

	IngressConfig kube.IngressConfig
}

UpgradeIngressOptions the options for the create spring command

func (*UpgradeIngressOptions) AnnotateExposedServicesWithCertManager

func (o *UpgradeIngressOptions) AnnotateExposedServicesWithCertManager(svcs ...string) ([]*v1.Service, error)

AnnotateExposedServicesWithCertManager annotates exposed services with cert manager

func (*UpgradeIngressOptions) CleanServiceAnnotations

func (o *UpgradeIngressOptions) CleanServiceAnnotations(svcs ...string) error

CleanServiceAnnotations cleans service annotations

func (*UpgradeIngressOptions) Run

func (o *UpgradeIngressOptions) Run() error

Run implements the command

type UpgradeOptions

type UpgradeOptions struct {
	*opts.CommonOptions
}

UpgradeOptions are the flags for delete commands

func (*UpgradeOptions) Run

func (o *UpgradeOptions) Run() error

Run implements this command

type UpgradePlatformOptions

type UpgradePlatformOptions struct {
	InstallOptions

	Version       string
	ReleaseName   string
	Chart         string
	Namespace     string
	Set           string
	AlwaysUpgrade bool
	UpdateSecrets bool

	InstallFlags InstallFlags
}

UpgradePlatformOptions the options for the create spring command

func (*UpgradePlatformOptions) Run

func (o *UpgradePlatformOptions) Run() error

Run implements the command

type UserLoginInfo

type UserLoginInfo struct {
	// The Kubernetes API server public CA data
	Ca string `form:"ca,omitempty" json:"ca,omitempty" yaml:"ca,omitempty" xml:"ca,omitempty"`
	// The login username of the user
	Login string `form:"login,omitempty" json:"login,omitempty" yaml:"login,omitempty" xml:"login,omitempty"`
	// The Kubernetes API server address
	Server string `form:"server,omitempty" json:"server,omitempty" yaml:"server,omitempty" xml:"server,omitempty"`
	// The login token of the user
	Token string `form:"token,omitempty" json:"token,omitempty" yaml:"token,omitempty" xml:"token,omitempty"`
}

UserLoginInfo user login information

type VersionOptions

type VersionOptions struct {
	*opts.CommonOptions

	Container      string
	Namespace      string
	HelmTLS        bool
	NoVersionCheck bool
}

func (*VersionOptions) GetOsVersion

func (o *VersionOptions) GetOsVersion() (string, error)

GetOsVersion returns a human friendly string of the current OS in the case of an error this still returns a valid string for the details that can be found.

func (*VersionOptions) Run

func (o *VersionOptions) Run() error

func (*VersionOptions) ShouldUpdate added in v1.3.1018

func (o *VersionOptions) ShouldUpdate(newVersion semver.Version) (bool, error)

ShouldUpdate checks if CLI version should be updated

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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