Documentation ¶
Index ¶
- 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 EnvironmentGitURL ¶ added in v3.0.58
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 ¶ added in v3.0.92
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 ¶ added in v3.0.57
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.