public interface RawIptablesFluent<A extends RawIptablesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToIpsets(Collection<String> items) |
A |
addToIpsets(Integer index,
String item) |
A |
addToIpsets(String... items) |
String |
getDevice() |
String |
getDirection() |
String |
getFirstIpset() |
String |
getIpset(Integer index) |
List<String> |
getIpsets() |
String |
getLastIpset() |
String |
getMatchingIpset(Predicate<String> predicate) |
String |
getName() |
String |
getSource() |
Boolean |
hasDevice() |
Boolean |
hasDirection() |
Boolean |
hasIpsets() |
Boolean |
hasMatchingIpset(Predicate<String> predicate) |
Boolean |
hasName() |
Boolean |
hasSource() |
A |
removeAllFromIpsets(Collection<String> items) |
A |
removeFromIpsets(String... items) |
A |
setToIpsets(Integer index,
String item) |
A |
withDevice(String device) |
A |
withDirection(String direction) |
A |
withIpsets(List<String> ipsets) |
A |
withIpsets(String... ipsets) |
A |
withName(String name) |
A |
withSource(String source) |
String getDevice()
Boolean hasDevice()
String getDirection()
Boolean hasDirection()
A addAllToIpsets(Collection<String> items)
A removeAllFromIpsets(Collection<String> items)
String getFirstIpset()
String getLastIpset()
Boolean hasIpsets()
String getName()
Boolean hasName()
String getSource()
Boolean hasSource()
Copyright © 2015–2023 Red Hat. All rights reserved.