public interface TLSMatchAttributesFluent<A extends TLSMatchAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
A addAllToDestinationSubnets(Collection<String> items)
A removeAllFromDestinationSubnets(Collection<String> items)
String getDestinationSubnet(int index)
String getFirstDestinationSubnet()
String getLastDestinationSubnet()
String getMatchingDestinationSubnet(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasDestinationSubnets()
A addAllToGateways(Collection<String> items)
A removeAllFromGateways(Collection<String> items)
String getGateway(int index)
String getFirstGateway()
String getLastGateway()
String getMatchingGateway(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasGateways()
Integer getPort()
Boolean hasPort()
A withNewPort(int arg1)
A addAllToSniHosts(Collection<String> items)
A removeAllFromSniHosts(Collection<String> items)
String getSniHost(int index)
String getFirstSniHost()
String getLastSniHost()
String getMatchingSniHost(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasSniHosts()
Boolean hasSourceLabels()
String getSourceSubnet()
Boolean hasSourceSubnet()
Copyright © 2017–2018 Red Hat. All rights reserved.