public class TLSSecurityProfileFluent<A extends TLSSecurityProfileFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
TLSSecurityProfileFluent.CustomNested<N> |
class |
TLSSecurityProfileFluent.IntermediateNested<N> |
class |
TLSSecurityProfileFluent.ModernNested<N> |
class |
TLSSecurityProfileFluent.OldNested<N> |
| Constructor and Description |
|---|
TLSSecurityProfileFluent() |
TLSSecurityProfileFluent(TLSSecurityProfile instance) |
public TLSSecurityProfileFluent()
public TLSSecurityProfileFluent(TLSSecurityProfile instance)
protected void copyInstance(TLSSecurityProfile instance)
public CustomTLSProfile buildCustom()
public A withCustom(CustomTLSProfile custom)
public boolean hasCustom()
public TLSSecurityProfileFluent.CustomNested<A> withNewCustom()
public TLSSecurityProfileFluent.CustomNested<A> withNewCustomLike(CustomTLSProfile item)
public TLSSecurityProfileFluent.CustomNested<A> editCustom()
public TLSSecurityProfileFluent.CustomNested<A> editOrNewCustom()
public TLSSecurityProfileFluent.CustomNested<A> editOrNewCustomLike(CustomTLSProfile item)
public IntermediateTLSProfile buildIntermediate()
public A withIntermediate(IntermediateTLSProfile intermediate)
public boolean hasIntermediate()
public TLSSecurityProfileFluent.IntermediateNested<A> withNewIntermediate()
public TLSSecurityProfileFluent.IntermediateNested<A> withNewIntermediateLike(IntermediateTLSProfile item)
public TLSSecurityProfileFluent.IntermediateNested<A> editIntermediate()
public TLSSecurityProfileFluent.IntermediateNested<A> editOrNewIntermediate()
public TLSSecurityProfileFluent.IntermediateNested<A> editOrNewIntermediateLike(IntermediateTLSProfile item)
public ModernTLSProfile buildModern()
public A withModern(ModernTLSProfile modern)
public boolean hasModern()
public TLSSecurityProfileFluent.ModernNested<A> withNewModern()
public TLSSecurityProfileFluent.ModernNested<A> withNewModernLike(ModernTLSProfile item)
public TLSSecurityProfileFluent.ModernNested<A> editModern()
public TLSSecurityProfileFluent.ModernNested<A> editOrNewModern()
public TLSSecurityProfileFluent.ModernNested<A> editOrNewModernLike(ModernTLSProfile item)
public OldTLSProfile buildOld()
public A withOld(OldTLSProfile old)
public boolean hasOld()
public TLSSecurityProfileFluent.OldNested<A> withNewOld()
public TLSSecurityProfileFluent.OldNested<A> withNewOldLike(OldTLSProfile item)
public TLSSecurityProfileFluent.OldNested<A> editOld()
public TLSSecurityProfileFluent.OldNested<A> editOrNewOld()
public TLSSecurityProfileFluent.OldNested<A> editOrNewOldLike(OldTLSProfile item)
public String getType()
public boolean hasType()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TLSSecurityProfileFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TLSSecurityProfileFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.