public class PeerAuthenticationSpecFluent<A extends PeerAuthenticationSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PeerAuthenticationSpecFluent.MtlsNested<N> |
class |
PeerAuthenticationSpecFluent.TypeSelectorNested<N> |
| Constructor and Description |
|---|
PeerAuthenticationSpecFluent() |
PeerAuthenticationSpecFluent(PeerAuthenticationSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PeerAuthenticationSpecFluent()
public PeerAuthenticationSpecFluent(PeerAuthenticationSpec instance)
public PeerAuthenticationMutualTLS buildMtls()
public A withMtls(PeerAuthenticationMutualTLS mtls)
public boolean hasMtls()
public PeerAuthenticationSpecFluent.MtlsNested<A> withNewMtls()
public PeerAuthenticationSpecFluent.MtlsNested<A> withNewMtlsLike(PeerAuthenticationMutualTLS item)
public PeerAuthenticationSpecFluent.MtlsNested<A> editMtls()
public PeerAuthenticationSpecFluent.MtlsNested<A> editOrNewMtls()
public PeerAuthenticationSpecFluent.MtlsNested<A> editOrNewMtlsLike(PeerAuthenticationMutualTLS item)
public A addToPortLevelMtls(Long key, PeerAuthenticationMutualTLS value)
public A addToPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> map)
public A removeFromPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> map)
public Map<Long,PeerAuthenticationMutualTLS> getPortLevelMtls()
public <K,V> A withPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> portLevelMtls)
public boolean hasPortLevelMtls()
public WorkloadSelector buildSelector()
public A withSelector(WorkloadSelector selector)
public boolean hasSelector()
public PeerAuthenticationSpecFluent.TypeSelectorNested<A> withNewTypeSelector()
public PeerAuthenticationSpecFluent.TypeSelectorNested<A> withNewSelectorLike(WorkloadSelector item)
public PeerAuthenticationSpecFluent.TypeSelectorNested<A> editTypeSelector()
public PeerAuthenticationSpecFluent.TypeSelectorNested<A> editOrNewSelector()
public PeerAuthenticationSpecFluent.TypeSelectorNested<A> editOrNewSelectorLike(WorkloadSelector item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PeerAuthenticationSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PeerAuthenticationSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.