Uses of Class
io.fabric8.kubernetes.api.model.networking.NetworkPolicyIngressRule
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.networking |
-
Uses of NetworkPolicyIngressRule in io.fabric8.kubernetes.api.model.networking
Methods in io.fabric8.kubernetes.api.model.networking that return types with arguments of type NetworkPolicyIngressRule Modifier and Type Method Description List<NetworkPolicyIngressRule>NetworkPolicySpecFluent. buildIngress()List<NetworkPolicyIngressRule>NetworkPolicySpecFluentImpl. buildIngress()List<NetworkPolicyIngressRule>NetworkPolicySpec. getIngress()List<NetworkPolicyIngressRule>NetworkPolicySpecFluent. getIngress()Deprecated.List<NetworkPolicyIngressRule>NetworkPolicySpecFluentImpl. getIngress()Deprecated.Method parameters in io.fabric8.kubernetes.api.model.networking with type arguments of type NetworkPolicyIngressRule Modifier and Type Method Description ANetworkPolicySpecFluent. addAllToIngress(Collection<NetworkPolicyIngressRule> items)ANetworkPolicySpecFluentImpl. addAllToIngress(Collection<NetworkPolicyIngressRule> items)ANetworkPolicySpecFluent. removeAllFromIngress(Collection<NetworkPolicyIngressRule> items)ANetworkPolicySpecFluentImpl. removeAllFromIngress(Collection<NetworkPolicyIngressRule> items)voidNetworkPolicySpec. setIngress(List<NetworkPolicyIngressRule> ingress)ANetworkPolicySpecFluent. withIngress(List<NetworkPolicyIngressRule> ingress)ANetworkPolicySpecFluentImpl. withIngress(List<NetworkPolicyIngressRule> ingress)Constructors in io.fabric8.kubernetes.api.model.networking with parameters of type NetworkPolicyIngressRule Constructor Description DoneableNetworkPolicyIngressRule(NetworkPolicyIngressRule item)DoneableNetworkPolicyIngressRule(NetworkPolicyIngressRule item, io.fabric8.kubernetes.api.builder.Function<NetworkPolicyIngressRule,NetworkPolicyIngressRule> function)NetworkPolicyIngressRuleBuilder(NetworkPolicyIngressRule instance)NetworkPolicyIngressRuleBuilder(NetworkPolicyIngressRuleFluent<?> fluent, NetworkPolicyIngressRule instance)NetworkPolicyIngressRuleBuilder(NetworkPolicyIngressRuleFluent<?> fluent, NetworkPolicyIngressRule instance, Boolean validationEnabled)NetworkPolicyIngressRuleBuilder(NetworkPolicyIngressRule instance, Boolean validationEnabled)NetworkPolicyIngressRuleFluentImpl(NetworkPolicyIngressRule instance)Constructor parameters in io.fabric8.kubernetes.api.model.networking with type arguments of type NetworkPolicyIngressRule Constructor Description DoneableNetworkPolicyIngressRule(io.fabric8.kubernetes.api.builder.Function<NetworkPolicyIngressRule,NetworkPolicyIngressRule> function)DoneableNetworkPolicyIngressRule(io.fabric8.kubernetes.api.builder.Function<NetworkPolicyIngressRule,NetworkPolicyIngressRule> function)DoneableNetworkPolicyIngressRule(NetworkPolicyIngressRule item, io.fabric8.kubernetes.api.builder.Function<NetworkPolicyIngressRule,NetworkPolicyIngressRule> function)DoneableNetworkPolicyIngressRule(NetworkPolicyIngressRule item, io.fabric8.kubernetes.api.builder.Function<NetworkPolicyIngressRule,NetworkPolicyIngressRule> function)