Package io.fabric8.openshift.api.model
Class CustomTLSProfileFluentImpl<A extends CustomTLSProfileFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.CustomTLSProfileFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CustomTLSProfileFluent<A>
- Direct Known Subclasses:
CustomTLSProfileBuilder,TLSSecurityProfileFluentImpl.CustomNestedImpl
public class CustomTLSProfileFluentImpl<A extends CustomTLSProfileFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomTLSProfileFluent<A>
-
-
Constructor Summary
Constructors Constructor Description CustomTLSProfileFluentImpl()CustomTLSProfileFluentImpl(CustomTLSProfile instance)
-
Method Summary
All Methods Instance Methods Concrete 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)booleanequals(Object o)StringgetCipher(int index)List<String>getCiphers()StringgetFirstCipher()StringgetLastCipher()StringgetMatchingCipher(Predicate<String> predicate)StringgetMinTLSVersion()BooleanhasCiphers()inthashCode()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)
-
-
-
Constructor Detail
-
CustomTLSProfileFluentImpl
public CustomTLSProfileFluentImpl()
-
CustomTLSProfileFluentImpl
public CustomTLSProfileFluentImpl(CustomTLSProfile instance)
-
-
Method Detail
-
addToCiphers
public A addToCiphers(int index, String item)
- Specified by:
addToCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
setToCiphers
public A setToCiphers(int index, String item)
- Specified by:
setToCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
addToCiphers
public A addToCiphers(String... items)
- Specified by:
addToCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
addAllToCiphers
public A addAllToCiphers(Collection<String> items)
- Specified by:
addAllToCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
removeFromCiphers
public A removeFromCiphers(String... items)
- Specified by:
removeFromCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
removeAllFromCiphers
public A removeAllFromCiphers(Collection<String> items)
- Specified by:
removeAllFromCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
getCiphers
public List<String> getCiphers()
- Specified by:
getCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
getCipher
public String getCipher(int index)
- Specified by:
getCipherin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
getFirstCipher
public String getFirstCipher()
- Specified by:
getFirstCipherin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
getLastCipher
public String getLastCipher()
- Specified by:
getLastCipherin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
getMatchingCipher
public String getMatchingCipher(Predicate<String> predicate)
- Specified by:
getMatchingCipherin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
hasMatchingCipher
public Boolean hasMatchingCipher(Predicate<String> predicate)
- Specified by:
hasMatchingCipherin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
withCiphers
public A withCiphers(List<String> ciphers)
- Specified by:
withCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
withCiphers
public A withCiphers(String... ciphers)
- Specified by:
withCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
hasCiphers
public Boolean hasCiphers()
- Specified by:
hasCiphersin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
addNewCipher
public A addNewCipher(String arg1)
- Specified by:
addNewCipherin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
addNewCipher
public A addNewCipher(StringBuilder arg1)
- Specified by:
addNewCipherin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
addNewCipher
public A addNewCipher(StringBuffer arg1)
- Specified by:
addNewCipherin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
getMinTLSVersion
public String getMinTLSVersion()
- Specified by:
getMinTLSVersionin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
withMinTLSVersion
public A withMinTLSVersion(String minTLSVersion)
- Specified by:
withMinTLSVersionin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
hasMinTLSVersion
public Boolean hasMinTLSVersion()
- Specified by:
hasMinTLSVersionin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
withNewMinTLSVersion
public A withNewMinTLSVersion(String arg1)
- Specified by:
withNewMinTLSVersionin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
withNewMinTLSVersion
public A withNewMinTLSVersion(StringBuilder arg1)
- Specified by:
withNewMinTLSVersionin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
withNewMinTLSVersion
public A withNewMinTLSVersion(StringBuffer arg1)
- Specified by:
withNewMinTLSVersionin interfaceCustomTLSProfileFluent<A extends CustomTLSProfileFluent<A>>
-
-