public class IngressSpecFluentImpl<A extends IngressSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressSpecFluent<A>
| Constructor and Description |
|---|
IngressSpecFluentImpl() |
IngressSpecFluentImpl(IngressSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToSslCiphers(Collection<String> items) |
A |
addNewSslCipher(String arg0) |
A |
addToSslCiphers(Integer index,
String item) |
A |
addToSslCiphers(String... items) |
boolean |
equals(Object o) |
String |
getFirstSslCipher() |
String |
getLastSslCipher() |
String |
getMatchingSslCipher(Predicate<String> predicate) |
String |
getSslCipher(Integer index) |
List<String> |
getSslCiphers() |
int |
hashCode() |
Boolean |
hasMatchingSslCipher(Predicate<String> predicate) |
Boolean |
hasSslCiphers() |
A |
removeAllFromSslCiphers(Collection<String> items) |
A |
removeFromSslCiphers(String... items) |
A |
setToSslCiphers(Integer index,
String item) |
A |
withSslCiphers(List<String> sslCiphers) |
A |
withSslCiphers(String... sslCiphers) |
public IngressSpecFluentImpl()
public IngressSpecFluentImpl(IngressSpec instance)
public A addToSslCiphers(Integer index, String item)
addToSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A setToSslCiphers(Integer index, String item)
setToSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToSslCiphers(String... items)
addToSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addAllToSslCiphers(Collection<String> items)
addAllToSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeFromSslCiphers(String... items)
removeFromSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeAllFromSslCiphers(Collection<String> items)
removeAllFromSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public List<String> getSslCiphers()
getSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public String getSslCipher(Integer index)
getSslCipher in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public String getFirstSslCipher()
getFirstSslCipher in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public String getLastSslCipher()
getLastSslCipher in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public String getMatchingSslCipher(Predicate<String> predicate)
getMatchingSslCipher in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasMatchingSslCipher(Predicate<String> predicate)
hasMatchingSslCipher in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withSslCiphers(List<String> sslCiphers)
withSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withSslCiphers(String... sslCiphers)
withSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasSslCiphers()
hasSslCiphers in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addNewSslCipher(String arg0)
addNewSslCipher in interface IngressSpecFluent<A extends IngressSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.