Uses of Class
io.fabric8.kubernetes.api.model.networking.IPBlock
Package | Description |
---|---|
io.fabric8.kubernetes.api.model.networking |
-
Uses of IPBlock in io.fabric8.kubernetes.api.model.networking
Methods in io.fabric8.kubernetes.api.model.networking that return IPBlock Modifier and Type Method Description IPBlock
IPBlockBuilder. build()
IPBlock
NetworkPolicyPeerFluent. buildIpBlock()
IPBlock
NetworkPolicyPeerFluentImpl. buildIpBlock()
IPBlock
DoneableIPBlock. done()
IPBlock
NetworkPolicyPeer. getIpBlock()
IPBlock
NetworkPolicyPeerFluent. getIpBlock()
Deprecated.IPBlock
NetworkPolicyPeerFluentImpl. getIpBlock()
Deprecated.Methods in io.fabric8.kubernetes.api.model.networking with parameters of type IPBlock Modifier and Type Method Description NetworkPolicyPeerFluent.IpBlockNested<A>
NetworkPolicyPeerFluent. editOrNewIpBlockLike(IPBlock item)
NetworkPolicyPeerFluent.IpBlockNested<A>
NetworkPolicyPeerFluentImpl. editOrNewIpBlockLike(IPBlock item)
void
NetworkPolicyPeer. setIpBlock(IPBlock ipBlock)
A
NetworkPolicyPeerFluent. withIpBlock(IPBlock ipBlock)
A
NetworkPolicyPeerFluentImpl. withIpBlock(IPBlock ipBlock)
NetworkPolicyPeerFluent.IpBlockNested<A>
NetworkPolicyPeerFluent. withNewIpBlockLike(IPBlock item)
NetworkPolicyPeerFluent.IpBlockNested<A>
NetworkPolicyPeerFluentImpl. withNewIpBlockLike(IPBlock item)
Constructors in io.fabric8.kubernetes.api.model.networking with parameters of type IPBlock Constructor Description DoneableIPBlock(IPBlock item)
DoneableIPBlock(IPBlock item, io.fabric8.kubernetes.api.builder.Function<IPBlock,IPBlock> function)
IPBlockBuilder(IPBlock instance)
IPBlockBuilder(IPBlockFluent<?> fluent, IPBlock instance)
IPBlockBuilder(IPBlockFluent<?> fluent, IPBlock instance, Boolean validationEnabled)
IPBlockBuilder(IPBlock instance, Boolean validationEnabled)
IPBlockFluentImpl(IPBlock instance)
NetworkPolicyPeer(IPBlock ipBlock, io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector, io.fabric8.kubernetes.api.model.LabelSelector podSelector)
Constructor parameters in io.fabric8.kubernetes.api.model.networking with type arguments of type IPBlock Constructor Description DoneableIPBlock(io.fabric8.kubernetes.api.builder.Function<IPBlock,IPBlock> function)
DoneableIPBlock(io.fabric8.kubernetes.api.builder.Function<IPBlock,IPBlock> function)
DoneableIPBlock(IPBlock item, io.fabric8.kubernetes.api.builder.Function<IPBlock,IPBlock> function)
DoneableIPBlock(IPBlock item, io.fabric8.kubernetes.api.builder.Function<IPBlock,IPBlock> function)