public interface TLSSecurityProfileFluent<A extends TLSSecurityProfileFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TLSSecurityProfileFluent.CustomNested<N> |
static interface |
TLSSecurityProfileFluent.IntermediateNested<N> |
static interface |
TLSSecurityProfileFluent.ModernNested<N> |
static interface |
TLSSecurityProfileFluent.OldNested<N> |
@Deprecated CustomTLSProfile getCustom()
CustomTLSProfile buildCustom()
A withCustom(CustomTLSProfile custom)
Boolean hasCustom()
TLSSecurityProfileFluent.CustomNested<A> withNewCustom()
TLSSecurityProfileFluent.CustomNested<A> withNewCustomLike(CustomTLSProfile item)
TLSSecurityProfileFluent.CustomNested<A> editCustom()
TLSSecurityProfileFluent.CustomNested<A> editOrNewCustom()
TLSSecurityProfileFluent.CustomNested<A> editOrNewCustomLike(CustomTLSProfile item)
@Deprecated IntermediateTLSProfile getIntermediate()
IntermediateTLSProfile buildIntermediate()
A withIntermediate(IntermediateTLSProfile intermediate)
Boolean hasIntermediate()
TLSSecurityProfileFluent.IntermediateNested<A> withNewIntermediate()
TLSSecurityProfileFluent.IntermediateNested<A> withNewIntermediateLike(IntermediateTLSProfile item)
TLSSecurityProfileFluent.IntermediateNested<A> editIntermediate()
TLSSecurityProfileFluent.IntermediateNested<A> editOrNewIntermediate()
TLSSecurityProfileFluent.IntermediateNested<A> editOrNewIntermediateLike(IntermediateTLSProfile item)
@Deprecated ModernTLSProfile getModern()
ModernTLSProfile buildModern()
A withModern(ModernTLSProfile modern)
Boolean hasModern()
TLSSecurityProfileFluent.ModernNested<A> withNewModern()
TLSSecurityProfileFluent.ModernNested<A> withNewModernLike(ModernTLSProfile item)
TLSSecurityProfileFluent.ModernNested<A> editModern()
TLSSecurityProfileFluent.ModernNested<A> editOrNewModern()
TLSSecurityProfileFluent.ModernNested<A> editOrNewModernLike(ModernTLSProfile item)
@Deprecated OldTLSProfile getOld()
OldTLSProfile buildOld()
A withOld(OldTLSProfile old)
Boolean hasOld()
TLSSecurityProfileFluent.OldNested<A> withNewOld()
TLSSecurityProfileFluent.OldNested<A> withNewOldLike(OldTLSProfile item)
TLSSecurityProfileFluent.OldNested<A> editOld()
TLSSecurityProfileFluent.OldNested<A> editOrNewOld()
TLSSecurityProfileFluent.OldNested<A> editOrNewOldLike(OldTLSProfile item)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.