Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.HostSelectorRequirement
-
Packages that use HostSelectorRequirement Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 -
-
Uses of HostSelectorRequirement in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 that return HostSelectorRequirement Modifier and Type Method Description HostSelectorRequirementHostSelectorRequirementBuilder. build()HostSelectorRequirementHostSelectorFluent. buildFirstMatchExpression()HostSelectorRequirementHostSelectorFluent. buildLastMatchExpression()HostSelectorRequirementHostSelectorFluent. buildMatchExpression(int index)HostSelectorRequirementHostSelectorFluent. buildMatchingMatchExpression(Predicate<HostSelectorRequirementBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 that return types with arguments of type HostSelectorRequirement Modifier and Type Method Description List<HostSelectorRequirement>HostSelectorFluent. buildMatchExpressions()List<HostSelectorRequirement>HostSelector. getMatchExpressions()Label match expressions that must be true on a chosen BareMetalHostMethods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with parameters of type HostSelectorRequirement Modifier and Type Method Description HostSelectorFluent.MatchExpressionsNested<A>HostSelectorFluent. addNewMatchExpressionLike(HostSelectorRequirement item)AHostSelectorFluent. addToMatchExpressions(int index, HostSelectorRequirement item)AHostSelectorFluent. addToMatchExpressions(HostSelectorRequirement... items)protected voidHostSelectorRequirementFluent. copyInstance(HostSelectorRequirement instance)AHostSelectorFluent. removeFromMatchExpressions(HostSelectorRequirement... items)HostSelectorFluent.MatchExpressionsNested<A>HostSelectorFluent. setNewMatchExpressionLike(int index, HostSelectorRequirement item)AHostSelectorFluent. setToMatchExpressions(int index, HostSelectorRequirement item)AHostSelectorFluent. withMatchExpressions(HostSelectorRequirement... matchExpressions)Method parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with type arguments of type HostSelectorRequirement Modifier and Type Method Description AHostSelectorFluent. addAllToMatchExpressions(Collection<HostSelectorRequirement> items)AHostSelectorFluent. removeAllFromMatchExpressions(Collection<HostSelectorRequirement> items)voidHostSelector. setMatchExpressions(List<HostSelectorRequirement> matchExpressions)Label match expressions that must be true on a chosen BareMetalHostAHostSelectorFluent. withMatchExpressions(List<HostSelectorRequirement> matchExpressions)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with parameters of type HostSelectorRequirement Constructor Description HostSelectorRequirementBuilder(HostSelectorRequirement instance)HostSelectorRequirementBuilder(HostSelectorRequirementFluent<?> fluent, HostSelectorRequirement instance)HostSelectorRequirementFluent(HostSelectorRequirement instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with type arguments of type HostSelectorRequirement Constructor Description HostSelector(List<HostSelectorRequirement> matchExpressions, Map<String,String> matchLabels)
-