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()DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer.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)DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer.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)
-