public class IngressSpecFluent<A extends IngressSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
IngressSpecFluent() |
IngressSpecFluent(IngressSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToSslCiphers(Collection<String> items) |
A |
addToSslCiphers(int index,
String item) |
A |
addToSslCiphers(String... items) |
boolean |
equals(Object o) |
String |
getFirstSslCipher() |
String |
getLastSslCipher() |
String |
getMatchingSslCipher(Predicate<String> predicate) |
String |
getSslCipher(int index) |
List<String> |
getSslCiphers() |
int |
hashCode() |
boolean |
hasMatchingSslCipher(Predicate<String> predicate) |
boolean |
hasSslCiphers() |
A |
removeAllFromSslCiphers(Collection<String> items) |
A |
removeFromSslCiphers(String... items) |
A |
setToSslCiphers(int index,
String item) |
String |
toString() |
A |
withSslCiphers(List<String> sslCiphers) |
A |
withSslCiphers(String... sslCiphers) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressSpecFluent()
public IngressSpecFluent(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 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–2023 Red Hat. All rights reserved.