Uses of Class
io.fabric8.kubernetes.api.model.networking.v1.IPBlock
-
Packages that use IPBlock Package Description io.fabric8.kubernetes.api.model.networking.v1 -
-
Uses of IPBlock in io.fabric8.kubernetes.api.model.networking.v1
Methods in io.fabric8.kubernetes.api.model.networking.v1 that return IPBlock Modifier and Type Method Description IPBlockIPBlockBuilder. build()IPBlockNetworkPolicyPeerFluent. buildIpBlock()IPBlockNetworkPolicyPeer. getIpBlock()NetworkPolicyPeer describes a peer to allow traffic to/from.Methods in io.fabric8.kubernetes.api.model.networking.v1 with parameters of type IPBlock Modifier and Type Method Description protected voidIPBlockFluent. copyInstance(IPBlock instance)NetworkPolicyPeerFluent.IpBlockNested<A>NetworkPolicyPeerFluent. editOrNewIpBlockLike(IPBlock item)voidNetworkPolicyPeer. setIpBlock(IPBlock ipBlock)NetworkPolicyPeer describes a peer to allow traffic to/from.ANetworkPolicyPeerFluent. withIpBlock(IPBlock ipBlock)NetworkPolicyPeerFluent.IpBlockNested<A>NetworkPolicyPeerFluent. withNewIpBlockLike(IPBlock item)Constructors in io.fabric8.kubernetes.api.model.networking.v1 with parameters of type IPBlock Constructor Description IPBlockBuilder(IPBlock instance)IPBlockBuilder(IPBlockFluent<?> fluent, IPBlock instance)IPBlockFluent(IPBlock instance)NetworkPolicyPeer(IPBlock ipBlock, io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector, io.fabric8.kubernetes.api.model.LabelSelector podSelector)
-