Documentation ¶
Index ¶
- func ValidateArchive(fldPath *field.Path, archive *helmv1alpha1.ArchiveAccess) field.ErrorList
- func ValidateChart(fldPath *field.Path, chart helmv1alpha1.Chart) field.ErrorList
- func ValidateFromResource(fldPath *field.Path, resourceRef *helmv1alpha1.RemoteChartReference) field.ErrorList
- func ValidateHelmChartRepo(fldPath *field.Path, helmChartRepo *helmv1alpha1.HelmChartRepo) field.ErrorList
- func ValidateHelmDeploymentConfiguration(fldPath *field.Path, deployConfig *helmv1alpha1.HelmDeploymentConfiguration) field.ErrorList
- func ValidateInstallConfiguration(fldPath *field.Path, conf map[string]lsv1alpha1.AnyJSON) field.ErrorList
- func ValidateProviderConfiguration(config *helmv1alpha1.ProviderConfiguration) error
- func ValidateTimeout(fldPath *field.Path, timeout *lsv1alpha1.Duration) field.ErrorList
- func ValidateUninstallConfiguration(fldPath *field.Path, conf map[string]lsv1alpha1.AnyJSON) field.ErrorList
- func ValidateUpgradeConfiguration(fldPath *field.Path, conf map[string]lsv1alpha1.AnyJSON) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateArchive ¶
func ValidateArchive(fldPath *field.Path, archive *helmv1alpha1.ArchiveAccess) field.ErrorList
ValidateArchive validates the archive access for a helm chart.
func ValidateChart ¶
ValidateChart validates the access methods for a chart
func ValidateFromResource ¶
func ValidateFromResource(fldPath *field.Path, resourceRef *helmv1alpha1.RemoteChartReference) field.ErrorList
ValidateFromResource validates the resource access for a helm chart.
func ValidateHelmChartRepo ¶
func ValidateHelmChartRepo(fldPath *field.Path, helmChartRepo *helmv1alpha1.HelmChartRepo) field.ErrorList
ValidateHelmChartRepo validates the helm chart repo access for a helm chart.
func ValidateHelmDeploymentConfiguration ¶
func ValidateHelmDeploymentConfiguration(fldPath *field.Path, deployConfig *helmv1alpha1.HelmDeploymentConfiguration) field.ErrorList
func ValidateProviderConfiguration ¶
func ValidateProviderConfiguration(config *helmv1alpha1.ProviderConfiguration) error
ValidateProviderConfiguration validates a helm deployer configuration
func ValidateTimeout ¶
ValidateTimeout validates that a timeout can be parsed as Duration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.