Class IngressSpecFluent<A extends IngressSpecFluent<A>>

    • Constructor Detail

      • IngressSpecFluent

        public IngressSpecFluent()
      • IngressSpecFluent

        public IngressSpecFluent​(IngressSpec instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(IngressSpec instance)
      • addToSslCiphers

        public A addToSslCiphers​(int index,
                                 String item)
      • setToSslCiphers

        public A setToSslCiphers​(int index,
                                 String item)
      • addToSslCiphers

        public A addToSslCiphers​(String... items)
      • removeFromSslCiphers

        public A removeFromSslCiphers​(String... items)
      • removeAllFromSslCiphers

        public A removeAllFromSslCiphers​(Collection<String> items)
      • getSslCiphers

        public List<String> getSslCiphers()
      • getSslCipher

        public String getSslCipher​(int index)
      • getFirstSslCipher

        public String getFirstSslCipher()
      • getLastSslCipher

        public String getLastSslCipher()
      • hasMatchingSslCipher

        public boolean hasMatchingSslCipher​(Predicate<String> predicate)
      • withSslCiphers

        public A withSslCiphers​(List<String> sslCiphers)
      • withSslCiphers

        public A withSslCiphers​(String... sslCiphers)
      • hasSslCiphers

        public boolean hasSslCiphers()
      • 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 IngressSpecFluent<A>>
      • hashCode

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