Package io.fabric8.openshift.api.model
Interface TLSSecurityProfileFluent.CustomNested<N>
-
- All Superinterfaces:
CustomTLSProfileFluent<TLSSecurityProfileFluent.CustomNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<TLSSecurityProfileFluent.CustomNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
TLSSecurityProfileFluentImpl.CustomNestedImpl
- Enclosing interface:
- TLSSecurityProfileFluent<A extends TLSSecurityProfileFluent<A>>
public static interface TLSSecurityProfileFluent.CustomNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, CustomTLSProfileFluent<TLSSecurityProfileFluent.CustomNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendCustom()-
Methods inherited from interface io.fabric8.openshift.api.model.CustomTLSProfileFluent
addAllToCiphers, addNewCipher, addNewCipher, addNewCipher, addToCiphers, addToCiphers, getCipher, getCiphers, getFirstCipher, getLastCipher, getMatchingCipher, getMinTLSVersion, hasCiphers, hasMatchingCipher, hasMinTLSVersion, removeAllFromCiphers, removeFromCiphers, setToCiphers, withCiphers, withCiphers, withMinTLSVersion, withNewMinTLSVersion, withNewMinTLSVersion, withNewMinTLSVersion
-
-