Documentation ¶
Index ¶
- func AddUserPasswordToURLFromDir(gitURL, path string) (string, error)
- func CloneClusterRepo(g gitclient.Interface, gitURL string) (string, error)
- func EnvironmentGitURL(c *jxcore.RequirementsConfig, name string) string
- func GetClusterRequirementsConfig(g gitclient.Interface, jxClient versioned.Interface) (*jxcore.RequirementsConfig, error)
- func GetRequirementsAndGit(g gitclient.Interface, gitURL string) (*jxcore.RequirementsConfig, string, error)
- func GetRequirementsFromGit(g gitclient.Interface, gitURL string) (*jxcore.RequirementsConfig, error)
- func LoadSettings(dir string, failOnValidationErrors bool) (*jxcore.Settings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddUserPasswordToURLFromDir ¶
AddUserPasswordToURLFromDir loads the username and password files from the given directory and adds them to the URL if they are found
func EnvironmentGitURL ¶
func EnvironmentGitURL(c *jxcore.RequirementsConfig, name string) string
EnvironmentGitURL looks up the environment configuration based on environment name and returns the git URL or an empty string if the environment does not have an owner or repository configured
func GetClusterRequirementsConfig ¶
func GetClusterRequirementsConfig(g gitclient.Interface, jxClient versioned.Interface) (*jxcore.RequirementsConfig, error)
GetClusterRequirementsConfig returns the cluster requirements from the cluster git repo
func GetRequirementsAndGit ¶
func GetRequirementsAndGit(g gitclient.Interface, gitURL string) (*jxcore.RequirementsConfig, string, error)
GetRequirementsAndGit gets the requirements from the given git URL and the git contents
func GetRequirementsFromGit ¶
func GetRequirementsFromGit(g gitclient.Interface, gitURL string) (*jxcore.RequirementsConfig, error)
GetRequirementsFromGit gets the requirements from the given git URL
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.