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) |
public TLSProfileSpecFluentImpl()
public TLSProfileSpecFluentImpl(TLSProfileSpec instance)
public A addToCiphers(int index, String item)
addToCiphers in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A setToCiphers(int 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(int 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(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingCipher in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public Boolean hasMatchingCipher(io.fabric8.kubernetes.api.builder.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 arg1)
addNewCipher in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A addNewCipher(StringBuilder arg1)
addNewCipher in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A addNewCipher(StringBuffer arg1)
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>>public A withNewMinTLSVersion(String arg1)
withNewMinTLSVersion in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A withNewMinTLSVersion(StringBuilder arg1)
withNewMinTLSVersion in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>public A withNewMinTLSVersion(StringBuffer arg1)
withNewMinTLSVersion in interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.