Uses of Class
io.fabric8.openshift.api.model.miscellaneous.network.v1.EgressNetworkPolicySpec
-
Packages that use EgressNetworkPolicySpec Package Description io.fabric8.openshift.api.model.miscellaneous.network.v1 -
-
Uses of EgressNetworkPolicySpec in io.fabric8.openshift.api.model.miscellaneous.network.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return EgressNetworkPolicySpec Modifier and Type Method Description EgressNetworkPolicySpecEgressNetworkPolicySpecBuilder. build()EgressNetworkPolicySpecEgressNetworkPolicyFluent. buildSpec()EgressNetworkPolicySpecEgressNetworkPolicy. getSpec()EgressNetworkPolicy was used by OpenShift SDN.Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type EgressNetworkPolicySpec Modifier and Type Method Description protected voidEgressNetworkPolicySpecFluent. copyInstance(EgressNetworkPolicySpec instance)EgressNetworkPolicyFluent.SpecNested<A>EgressNetworkPolicyFluent. editOrNewSpecLike(EgressNetworkPolicySpec item)voidEgressNetworkPolicy. setSpec(EgressNetworkPolicySpec spec)EgressNetworkPolicy was used by OpenShift SDN.EgressNetworkPolicyFluent.SpecNested<A>EgressNetworkPolicyFluent. withNewSpecLike(EgressNetworkPolicySpec item)AEgressNetworkPolicyFluent. withSpec(EgressNetworkPolicySpec spec)Constructors in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type EgressNetworkPolicySpec Constructor Description EgressNetworkPolicy(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, EgressNetworkPolicySpec spec)EgressNetworkPolicySpecBuilder(EgressNetworkPolicySpec instance)EgressNetworkPolicySpecBuilder(EgressNetworkPolicySpecFluent<?> fluent, EgressNetworkPolicySpec instance)EgressNetworkPolicySpecFluent(EgressNetworkPolicySpec instance)
-