public class TLSProfileSpecFluentImpl<A extends TLSProfileSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TLSProfileSpecFluent<A>
| Constructor and Description |
|---|
TLSProfileSpecFluentImpl() |
TLSProfileSpecFluentImpl(TLSProfileSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToCiphers(Collection<String> items) |
A |
addNewCipher(String arg0) |
A |
addToCiphers(Integer index,
String item) |
A |
addToCiphers(String... items) |
boolean |
equals(Object o) |
String |
getCipher(Integer index) |
List<String> |
getCiphers() |
String |
getFirstCipher() |
String |
getLastCipher() |
String |
getMatchingCipher(Predicate<String> predicate) |
String |
getMinTLSVersion() |
Boolean |
hasCiphers() |
int |
hashCode() |
Boolean |
hasMatchingCipher(Predicate<String> predicate) |
Boolean |
hasMinTLSVersion() |
A |
removeAllFromCiphers(Collection<String> items) |
A |
removeFromCiphers(String... items) |
A |
setToCiphers(Integer index,
String item) |
A |
withCiphers(List<String> ciphers) |
A |
withCiphers(String... ciphers) |
A |
withMinTLSVersion(String minTLSVersion) |
A |
withNewMinTLSVersion(String arg0)
Deprecated.
|
public TLSProfileSpecFluentImpl()
public TLSProfileSpecFluentImpl(TLSProfileSpec instance)
public A addToCiphers(Integer index, String item)
addToCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A setToCiphers(Integer index, String item)
setToCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A addToCiphers(String... items)
addToCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A addAllToCiphers(Collection<String> items)
addAllToCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A removeFromCiphers(String... items)
removeFromCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A removeAllFromCiphers(Collection<String> items)
removeAllFromCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public List<String> getCiphers()
getCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public String getCipher(Integer index)
getCipher in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public String getFirstCipher()
getFirstCipher in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public String getLastCipher()
getLastCipher in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public String getMatchingCipher(Predicate<String> predicate)
getMatchingCipher in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public Boolean hasMatchingCipher(Predicate<String> predicate)
hasMatchingCipher in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A withCiphers(List<String> ciphers)
withCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A withCiphers(String... ciphers)
withCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public Boolean hasCiphers()
hasCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A addNewCipher(String arg0)
addNewCipher in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public String getMinTLSVersion()
getMinTLSVersion in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A withMinTLSVersion(String minTLSVersion)
withMinTLSVersion in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public Boolean hasMinTLSVersion()
hasMinTLSVersion in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>@Deprecated public A withNewMinTLSVersion(String arg0)
withNewMinTLSVersion in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.