public interface L4MatchAttributesFluent<A extends L4MatchAttributesFluent<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)
Boolean hasSourceLabels()
String getSourceSubnet()
Boolean hasSourceSubnet()
Copyright © 2017–2018 Red Hat. All rights reserved.