Package io.fabric8.openshift.api.model
Interface TLSSecurityProfileFluent<A extends TLSSecurityProfileFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
IngressControllerSpecFluent.TlsSecurityProfileNested<N>
- All Known Implementing Classes:
IngressControllerSpecFluentImpl.TlsSecurityProfileNestedImpl,TLSSecurityProfileBuilder,TLSSecurityProfileFluentImpl
public interface TLSSecurityProfileFluent<A extends TLSSecurityProfileFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTLSSecurityProfileFluent.CustomNested<N>static interfaceTLSSecurityProfileFluent.IntermediateNested<N>static interfaceTLSSecurityProfileFluent.ModernNested<N>static interfaceTLSSecurityProfileFluent.OldNested<N>
-
Method Summary
-
-
-
Method Detail
-
getCustom
@Deprecated CustomTLSProfile getCustom()
Deprecated.This method has been deprecated, please use method buildCustom instead.- Returns:
- The buildable object.
-
buildCustom
CustomTLSProfile buildCustom()
-
withCustom
A withCustom(CustomTLSProfile custom)
-
hasCustom
Boolean hasCustom()
-
withNewCustom
TLSSecurityProfileFluent.CustomNested<A> withNewCustom()
-
withNewCustomLike
TLSSecurityProfileFluent.CustomNested<A> withNewCustomLike(CustomTLSProfile item)
-
editCustom
TLSSecurityProfileFluent.CustomNested<A> editCustom()
-
editOrNewCustom
TLSSecurityProfileFluent.CustomNested<A> editOrNewCustom()
-
editOrNewCustomLike
TLSSecurityProfileFluent.CustomNested<A> editOrNewCustomLike(CustomTLSProfile item)
-
getIntermediate
@Deprecated IntermediateTLSProfile getIntermediate()
Deprecated.This method has been deprecated, please use method buildIntermediate instead.- Returns:
- The buildable object.
-
buildIntermediate
IntermediateTLSProfile buildIntermediate()
-
withIntermediate
A withIntermediate(IntermediateTLSProfile intermediate)
-
hasIntermediate
Boolean hasIntermediate()
-
withNewIntermediate
TLSSecurityProfileFluent.IntermediateNested<A> withNewIntermediate()
-
withNewIntermediateLike
TLSSecurityProfileFluent.IntermediateNested<A> withNewIntermediateLike(IntermediateTLSProfile item)
-
editIntermediate
TLSSecurityProfileFluent.IntermediateNested<A> editIntermediate()
-
editOrNewIntermediate
TLSSecurityProfileFluent.IntermediateNested<A> editOrNewIntermediate()
-
editOrNewIntermediateLike
TLSSecurityProfileFluent.IntermediateNested<A> editOrNewIntermediateLike(IntermediateTLSProfile item)
-
getModern
@Deprecated ModernTLSProfile getModern()
Deprecated.This method has been deprecated, please use method buildModern instead.- Returns:
- The buildable object.
-
buildModern
ModernTLSProfile buildModern()
-
withModern
A withModern(ModernTLSProfile modern)
-
hasModern
Boolean hasModern()
-
withNewModern
TLSSecurityProfileFluent.ModernNested<A> withNewModern()
-
withNewModernLike
TLSSecurityProfileFluent.ModernNested<A> withNewModernLike(ModernTLSProfile item)
-
editModern
TLSSecurityProfileFluent.ModernNested<A> editModern()
-
editOrNewModern
TLSSecurityProfileFluent.ModernNested<A> editOrNewModern()
-
editOrNewModernLike
TLSSecurityProfileFluent.ModernNested<A> editOrNewModernLike(ModernTLSProfile item)
-
getOld
@Deprecated OldTLSProfile getOld()
Deprecated.This method has been deprecated, please use method buildOld instead.- Returns:
- The buildable object.
-
buildOld
OldTLSProfile buildOld()
-
withOld
A withOld(OldTLSProfile old)
-
hasOld
Boolean hasOld()
-
withNewOld
TLSSecurityProfileFluent.OldNested<A> withNewOld()
-
withNewOldLike
TLSSecurityProfileFluent.OldNested<A> withNewOldLike(OldTLSProfile item)
-
editOld
TLSSecurityProfileFluent.OldNested<A> editOld()
-
editOrNewOld
TLSSecurityProfileFluent.OldNested<A> editOrNewOld()
-
editOrNewOldLike
TLSSecurityProfileFluent.OldNested<A> editOrNewOldLike(OldTLSProfile item)
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
-