Uses of Class
io.fabric8.kubernetes.api.model.extensions.IPBlock
-
-
Uses of IPBlock in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return IPBlock Modifier and Type Method Description IPBlockIPBlockBuilder. build()IPBlockNetworkPolicyPeerFluent. buildIpBlock()IPBlockNetworkPolicyPeer. getIpBlock()Methods in io.fabric8.kubernetes.api.model.extensions 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)ANetworkPolicyPeerFluent. withIpBlock(IPBlock ipBlock)NetworkPolicyPeerFluent.IpBlockNested<A>NetworkPolicyPeerFluent. withNewIpBlockLike(IPBlock item)Constructors in io.fabric8.kubernetes.api.model.extensions 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)
-