public class IngressSpecFluent<A extends IngressSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
IngressSpecFluent() |
IngressSpecFluent(IngressSpec instance) |
public IngressSpecFluent()
public IngressSpecFluent(IngressSpec instance)
protected void copyInstance(IngressSpec instance)
public A addAllToSslCiphers(Collection<String> items)
public A removeAllFromSslCiphers(Collection<String> items)
public String getSslCipher(int index)
public String getFirstSslCipher()
public String getLastSslCipher()
public boolean hasSslCiphers()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.