Package io.fabric8.openshift.api.model
Interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
IngressControllerStatusFluent.TlsProfileNested<N>
- All Known Implementing Classes:
IngressControllerStatusFluentImpl.TlsProfileNestedImpl,TLSProfileSpecBuilder,TLSProfileSpecFluentImpl
public interface TLSProfileSpecFluent<A extends TLSProfileSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddAllToCiphers(Collection<String> items)AaddNewCipher(String arg1)AaddNewCipher(StringBuffer arg1)AaddNewCipher(StringBuilder arg1)AaddToCiphers(int index, String item)AaddToCiphers(String... items)StringgetCipher(int index)List<String>getCiphers()StringgetFirstCipher()StringgetLastCipher()StringgetMatchingCipher(Predicate<String> predicate)StringgetMinTLSVersion()BooleanhasCiphers()BooleanhasMatchingCipher(Predicate<String> predicate)BooleanhasMinTLSVersion()AremoveAllFromCiphers(Collection<String> items)AremoveFromCiphers(String... items)AsetToCiphers(int index, String item)AwithCiphers(String... ciphers)AwithCiphers(List<String> ciphers)AwithMinTLSVersion(String minTLSVersion)AwithNewMinTLSVersion(String arg1)AwithNewMinTLSVersion(StringBuffer arg1)AwithNewMinTLSVersion(StringBuilder arg1)
-
-
-
Method Detail
-
addAllToCiphers
A addAllToCiphers(Collection<String> items)
-
removeAllFromCiphers
A removeAllFromCiphers(Collection<String> items)
-
getCipher
String getCipher(int index)
-
getFirstCipher
String getFirstCipher()
-
getLastCipher
String getLastCipher()
-
hasCiphers
Boolean hasCiphers()
-
addNewCipher
A addNewCipher(StringBuilder arg1)
-
addNewCipher
A addNewCipher(StringBuffer arg1)
-
getMinTLSVersion
String getMinTLSVersion()
-
hasMinTLSVersion
Boolean hasMinTLSVersion()
-
withNewMinTLSVersion
A withNewMinTLSVersion(StringBuilder arg1)
-
withNewMinTLSVersion
A withNewMinTLSVersion(StringBuffer arg1)
-
-