Interface HelmPublishingRepository

  • All Implemented Interfaces:
    io.github.build.extensions.oss.gradle.plugins.helm.dsl.credentials.CredentialsContainer , org.gradle.api.Named

    
    public interface HelmPublishingRepository
     implements Named, CredentialsContainer
                        

    Describes a remote repository into which Helm charts can be published.

    • 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 Property<URI> getUrl()
      abstract Provider<Credentials> getConfiguredCredentials()
      • Methods inherited from class io.github.build.extensions.oss.gradle.plugins.helm.dsl.credentials.CredentialsContainer

        credentials, credentials, getCredentials, getCredentials
      • Methods inherited from class org.gradle.api.Named

        getName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait