Class HelmReleaseSettingsArgs.Builder

  • Enclosing class:
    HelmReleaseSettingsArgs

    public static final class HelmReleaseSettingsArgs.Builder
    extends java.lang.Object
    • Method Detail

      • driver

        public HelmReleaseSettingsArgs.Builder driver​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> driver)
        Parameters:
        driver - The backend storage driver for Helm. Values are: configmap, secret, memory, sql.
        Returns:
        builder
      • driver

        public HelmReleaseSettingsArgs.Builder driver​(java.lang.String driver)
        Parameters:
        driver - The backend storage driver for Helm. Values are: configmap, secret, memory, sql.
        Returns:
        builder
      • pluginsPath

        public HelmReleaseSettingsArgs.Builder pluginsPath​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> pluginsPath)
        Parameters:
        pluginsPath - The path to the helm plugins directory.
        Returns:
        builder
      • pluginsPath

        public HelmReleaseSettingsArgs.Builder pluginsPath​(java.lang.String pluginsPath)
        Parameters:
        pluginsPath - The path to the helm plugins directory.
        Returns:
        builder
      • registryConfigPath

        public HelmReleaseSettingsArgs.Builder registryConfigPath​(@Nullable
                                                                  com.pulumi.core.Output<java.lang.String> registryConfigPath)
        Parameters:
        registryConfigPath - The path to the registry config file.
        Returns:
        builder
      • registryConfigPath

        public HelmReleaseSettingsArgs.Builder registryConfigPath​(java.lang.String registryConfigPath)
        Parameters:
        registryConfigPath - The path to the registry config file.
        Returns:
        builder
      • repositoryCache

        public HelmReleaseSettingsArgs.Builder repositoryCache​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> repositoryCache)
        Parameters:
        repositoryCache - The path to the file containing cached repository indexes.
        Returns:
        builder
      • repositoryCache

        public HelmReleaseSettingsArgs.Builder repositoryCache​(java.lang.String repositoryCache)
        Parameters:
        repositoryCache - The path to the file containing cached repository indexes.
        Returns:
        builder
      • repositoryConfigPath

        public HelmReleaseSettingsArgs.Builder repositoryConfigPath​(@Nullable
                                                                    com.pulumi.core.Output<java.lang.String> repositoryConfigPath)
        Parameters:
        repositoryConfigPath - The path to the file containing repository names and URLs.
        Returns:
        builder
      • repositoryConfigPath

        public HelmReleaseSettingsArgs.Builder repositoryConfigPath​(java.lang.String repositoryConfigPath)
        Parameters:
        repositoryConfigPath - The path to the file containing repository names and URLs.
        Returns:
        builder