ui

package
v0.0.51 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnterDockercfg

func EnterDockercfg() string

EnterDockercfg allows the user to specify the path to the docker config json file for external image registry authentication in a UI prompt.

func EnterGitHostAccessToken

func EnterGitHostAccessToken(serviceRepo string) string

EnterGitHostAccessToken , it becomes necessary to add the personal access token to access upstream git hosts.

func EnterGitRepo

func EnterGitRepo() string

EnterGitRepo allows the user to specify the git repository in a prompt.

func EnterGitWebhookSecret

func EnterGitWebhookSecret(repoURL string) string

EnterGitWebhookSecret allows the user to specify the webhook secret string they wish to authenticate push/pull to GitOps repo in a UI prompt.

func EnterImageRepoExternalRepository

func EnterImageRepoExternalRepository() string

EnterImageRepoExternalRepository allows the user to specify the type of image registry they wish to use in a UI prompt.

func EnterImageRepoInternalRegistry

func EnterImageRepoInternalRegistry() string

EnterImageRepoInternalRegistry allows the user to specify the internal image registry in a UI prompt.

func EnterInternalRegistry

func EnterInternalRegistry() string

EnterInternalRegistry allows the user to specify the internal registry in a UI prompt.

func EnterPrefix

func EnterPrefix() string

EnterPrefix , if we desire to add the prefix to differentiate between namespaces, then this is the way forward.

func EnterServiceRepoURL

func EnterServiceRepoURL() string

EnterServiceRepoURL , allows users to differentiate between the bootstrap and init options, addition of the service repo url will allow users to bootstrap an environment through the UI prompt.

func EnterServiceWebhookSecret

func EnterServiceWebhookSecret() string

EnterServiceWebhookSecret allows the user to specify the webhook secret string they wish to authenticate push/pull to service repo in a UI prompt.

func PathExists added in v0.0.32

func PathExists(appFs afero.Fs, path string) bool

func SelectOptionOverwrite

func SelectOptionOverwrite(currentPath string) bool

SelectOptionOverwrite allows users the option to overwrite the current gitops configuration locally through the UI prompt.

func SelectOptionPushToGit added in v0.0.11

func SelectOptionPushToGit() bool

SelectOptionPushToGit allows users the option to select if they want to incorporate the feature of the commit status tracker through the UI prompt.

func SelectPrivateRepoDriver

func SelectPrivateRepoDriver() string

SelectPrivateRepoDriver lets users choose the driver for their git hosting service.

func UseDefaultValues added in v0.0.20

func UseDefaultValues() bool

UseDefaultValues allows users to use default values so that they will be prompted with fewer questions in interactive mode

func UseInternalRegistry added in v0.0.13

func UseInternalRegistry() bool

UseInternalRegistry , allows users an option between the Internal image registry and the external image registry through the UI prompt.

func UseKeyringRingSvc added in v0.0.13

func UseKeyringRingSvc() bool

UseKeyringRingSvc , allows users an option between the Internal image registry and the external image registry through the UI prompt.

func ValidateAccessToken added in v0.0.13

func ValidateAccessToken(input interface{}, serviceRepo string) error

ValidateAccessToken validates if the access token is correct for a particular service repo

func ValidateName

func ValidateName(name string) error

ValidateName will do validation of application & component names according to DNS (RFC 1123) rules Criteria for valid name in kubernetes: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/identifiers.md

func VerifyOutputPath added in v0.0.20

func VerifyOutputPath(appFs afero.Fs, originalPath string, overwrite, outputPathOverridden, promptForPath bool) (string, bool)

VerifyOutputPath allows the user to specify the path where the gitops configuration must reside locally in a UI prompt.

Types

This section is empty.

Jump to

Keyboard shortcuts

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