Class OVHCloudSDConfigFluent<A extends OVHCloudSDConfigFluent<A>>

    • Constructor Detail

      • OVHCloudSDConfigFluent

        public OVHCloudSDConfigFluent()
      • OVHCloudSDConfigFluent

        public OVHCloudSDConfigFluent​(OVHCloudSDConfig instance)
    • Method Detail

      • getApplicationKey

        public String getApplicationKey()
      • withApplicationKey

        public A withApplicationKey​(String applicationKey)
      • hasApplicationKey

        public boolean hasApplicationKey()
      • getApplicationSecret

        public io.fabric8.kubernetes.api.model.SecretKeySelector getApplicationSecret()
      • withApplicationSecret

        public A withApplicationSecret​(io.fabric8.kubernetes.api.model.SecretKeySelector applicationSecret)
      • hasApplicationSecret

        public boolean hasApplicationSecret()
      • withNewApplicationSecret

        public A withNewApplicationSecret​(String key,
                                          String name,
                                          Boolean optional)
      • getConsumerKey

        public io.fabric8.kubernetes.api.model.SecretKeySelector getConsumerKey()
      • withConsumerKey

        public A withConsumerKey​(io.fabric8.kubernetes.api.model.SecretKeySelector consumerKey)
      • hasConsumerKey

        public boolean hasConsumerKey()
      • getEndpoint

        public String getEndpoint()
      • withEndpoint

        public A withEndpoint​(String endpoint)
      • hasEndpoint

        public boolean hasEndpoint()
      • getRefreshInterval

        public String getRefreshInterval()
      • withRefreshInterval

        public A withRefreshInterval​(String refreshInterval)
      • hasRefreshInterval

        public boolean hasRefreshInterval()
      • getService

        public String getService()
      • withService

        public A withService​(String service)
      • hasService

        public boolean hasService()
      • 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 OVHCloudSDConfigFluent<A>>
      • hashCode

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