Uses of Class
io.fabric8.openshift.api.model.IntermediateTLSProfile
-
Packages that use IntermediateTLSProfile Package Description io.fabric8.openshift.api.model -
-
Uses of IntermediateTLSProfile in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return IntermediateTLSProfile Modifier and Type Method Description IntermediateTLSProfileIntermediateTLSProfileBuilder. build()IntermediateTLSProfileTLSSecurityProfileFluent. buildIntermediate()IntermediateTLSProfileTLSSecurityProfileFluentImpl. buildIntermediate()IntermediateTLSProfileTLSSecurityProfile. getIntermediate()IntermediateTLSProfileTLSSecurityProfileFluent. getIntermediate()Deprecated.IntermediateTLSProfileTLSSecurityProfileFluentImpl. getIntermediate()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type IntermediateTLSProfile Modifier and Type Method Description TLSSecurityProfileFluent.IntermediateNested<A>TLSSecurityProfileFluent. editOrNewIntermediateLike(IntermediateTLSProfile item)TLSSecurityProfileFluent.IntermediateNested<A>TLSSecurityProfileFluentImpl. editOrNewIntermediateLike(IntermediateTLSProfile item)voidTLSSecurityProfile. setIntermediate(IntermediateTLSProfile intermediate)ATLSSecurityProfileFluent. withIntermediate(IntermediateTLSProfile intermediate)ATLSSecurityProfileFluentImpl. withIntermediate(IntermediateTLSProfile intermediate)TLSSecurityProfileFluent.IntermediateNested<A>TLSSecurityProfileFluent. withNewIntermediateLike(IntermediateTLSProfile item)TLSSecurityProfileFluent.IntermediateNested<A>TLSSecurityProfileFluentImpl. withNewIntermediateLike(IntermediateTLSProfile item)Constructors in io.fabric8.openshift.api.model with parameters of type IntermediateTLSProfile Constructor Description IntermediateTLSProfileBuilder(IntermediateTLSProfile instance)IntermediateTLSProfileBuilder(IntermediateTLSProfileFluent<?> fluent, IntermediateTLSProfile instance)IntermediateTLSProfileBuilder(IntermediateTLSProfileFluent<?> fluent, IntermediateTLSProfile instance, Boolean validationEnabled)IntermediateTLSProfileBuilder(IntermediateTLSProfile instance, Boolean validationEnabled)IntermediateTLSProfileFluentImpl(IntermediateTLSProfile instance)TLSSecurityProfile(CustomTLSProfile custom, IntermediateTLSProfile intermediate, ModernTLSProfile modern, OldTLSProfile old, String type)
-