public class TLSMatchAttributesFluent<A extends TLSMatchAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
TLSMatchAttributesFluent() |
TLSMatchAttributesFluent(TLSMatchAttributes instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TLSMatchAttributesFluent()
public TLSMatchAttributesFluent(TLSMatchAttributes instance)
protected void copyInstance(TLSMatchAttributes instance)
public A addAllToDestinationSubnets(Collection<String> items)
public A removeAllFromDestinationSubnets(Collection<String> items)
public String getDestinationSubnet(int index)
public String getFirstDestinationSubnet()
public String getLastDestinationSubnet()
public String getMatchingDestinationSubnet(Predicate<String> predicate)
public boolean hasMatchingDestinationSubnet(Predicate<String> predicate)
public boolean hasDestinationSubnets()
public A addAllToGateways(Collection<String> items)
public A removeAllFromGateways(Collection<String> items)
public String getGateway(int index)
public String getFirstGateway()
public String getLastGateway()
public boolean hasGateways()
public Integer getPort()
public boolean hasPort()
public A addAllToSniHosts(Collection<String> items)
public A removeAllFromSniHosts(Collection<String> items)
public String getSniHost(int index)
public String getFirstSniHost()
public String getLastSniHost()
public boolean hasSniHosts()
public boolean hasSourceLabels()
public String getSourceNamespace()
public boolean hasSourceNamespace()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TLSMatchAttributesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TLSMatchAttributesFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.