Package 

Interface ChartMuseumHelmPublishingRepository

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ListProperty<String> getTenantIds() The tenant IDs for a multitenancy-enabled Chartmuseum server.
      • Methods inherited from class org.gradle.api.Named

        getName
      • Methods inherited from class org.unbrokendome.gradle.plugins.helm.dsl.credentials.CredentialsContainer

        credentials, credentials, credentials, credentials, getConfiguredCredentials, getCredentials, getCredentials
      • Methods inherited from class org.unbrokendome.gradle.plugins.helm.publishing.dsl.HelmPublishingRepository

        getUrl
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getTenantIds

         abstract ListProperty<String> getTenantIds()

        The tenant IDs for a multitenancy-enabled Chartmuseum server.

        The number of elements should correspond to the --depth level that the Chartmuseum server is configured with. For a single-tenant server (--depth=0), this list should be empty (which is the default).