Class AzureSDConfigFluent<A extends AzureSDConfigFluent<A>>

    • Constructor Detail

      • AzureSDConfigFluent

        public AzureSDConfigFluent()
      • AzureSDConfigFluent

        public AzureSDConfigFluent​(AzureSDConfig instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(AzureSDConfig instance)
      • getAuthenticationMethod

        public String getAuthenticationMethod()
      • withAuthenticationMethod

        public A withAuthenticationMethod​(String authenticationMethod)
      • hasAuthenticationMethod

        public boolean hasAuthenticationMethod()
      • hasAuthorization

        public boolean hasAuthorization()
      • buildBasicAuth

        public BasicAuth buildBasicAuth()
      • withBasicAuth

        public A withBasicAuth​(BasicAuth basicAuth)
      • hasBasicAuth

        public boolean hasBasicAuth()
      • getClientID

        public String getClientID()
      • withClientID

        public A withClientID​(String clientID)
      • hasClientID

        public boolean hasClientID()
      • getClientSecret

        public io.fabric8.kubernetes.api.model.SecretKeySelector getClientSecret()
      • withClientSecret

        public A withClientSecret​(io.fabric8.kubernetes.api.model.SecretKeySelector clientSecret)
      • hasClientSecret

        public boolean hasClientSecret()
      • withNewClientSecret

        public A withNewClientSecret​(String key,
                                     String name,
                                     Boolean optional)
      • getEnableHTTP2

        public Boolean getEnableHTTP2()
      • withEnableHTTP2

        public A withEnableHTTP2​(Boolean enableHTTP2)
      • hasEnableHTTP2

        public boolean hasEnableHTTP2()
      • getEnvironment

        public String getEnvironment()
      • withEnvironment

        public A withEnvironment​(String environment)
      • hasEnvironment

        public boolean hasEnvironment()
      • getFollowRedirects

        public Boolean getFollowRedirects()
      • withFollowRedirects

        public A withFollowRedirects​(Boolean followRedirects)
      • hasFollowRedirects

        public boolean hasFollowRedirects()
      • getNoProxy

        public String getNoProxy()
      • withNoProxy

        public A withNoProxy​(String noProxy)
      • hasNoProxy

        public boolean hasNoProxy()
      • buildOauth2

        public OAuth2 buildOauth2()
      • withOauth2

        public A withOauth2​(OAuth2 oauth2)
      • hasOauth2

        public boolean hasOauth2()
      • getPort

        public Integer getPort()
      • withPort

        public A withPort​(Integer port)
      • hasPort

        public boolean hasPort()
      • addToProxyConnectHeader

        public A addToProxyConnectHeader​(String key,
                                         List<io.fabric8.kubernetes.api.model.SecretKeySelector> value)
      • addToProxyConnectHeader

        public A addToProxyConnectHeader​(Map<String,​List<io.fabric8.kubernetes.api.model.SecretKeySelector>> map)
      • removeFromProxyConnectHeader

        public A removeFromProxyConnectHeader​(String key)
      • removeFromProxyConnectHeader

        public A removeFromProxyConnectHeader​(Map<String,​List<io.fabric8.kubernetes.api.model.SecretKeySelector>> map)
      • getProxyConnectHeader

        public Map<String,​List<io.fabric8.kubernetes.api.model.SecretKeySelector>> getProxyConnectHeader()
      • withProxyConnectHeader

        public <K,​V> A withProxyConnectHeader​(Map<String,​List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader)
      • hasProxyConnectHeader

        public boolean hasProxyConnectHeader()
      • getProxyFromEnvironment

        public Boolean getProxyFromEnvironment()
      • withProxyFromEnvironment

        public A withProxyFromEnvironment​(Boolean proxyFromEnvironment)
      • hasProxyFromEnvironment

        public boolean hasProxyFromEnvironment()
      • getProxyUrl

        public String getProxyUrl()
      • withProxyUrl

        public A withProxyUrl​(String proxyUrl)
      • hasProxyUrl

        public boolean hasProxyUrl()
      • getRefreshInterval

        public String getRefreshInterval()
      • withRefreshInterval

        public A withRefreshInterval​(String refreshInterval)
      • hasRefreshInterval

        public boolean hasRefreshInterval()
      • getResourceGroup

        public String getResourceGroup()
      • withResourceGroup

        public A withResourceGroup​(String resourceGroup)
      • hasResourceGroup

        public boolean hasResourceGroup()
      • getSubscriptionID

        public String getSubscriptionID()
      • withSubscriptionID

        public A withSubscriptionID​(String subscriptionID)
      • hasSubscriptionID

        public boolean hasSubscriptionID()
      • getTenantID

        public String getTenantID()
      • withTenantID

        public A withTenantID​(String tenantID)
      • hasTenantID

        public boolean hasTenantID()
      • hasTlsConfig

        public boolean hasTlsConfig()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureSDConfigFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureSDConfigFluent<A>>
      • withEnableHTTP2

        public A withEnableHTTP2()
      • withFollowRedirects

        public A withFollowRedirects()
      • withProxyFromEnvironment

        public A withProxyFromEnvironment()