Package kubevirt.io
Class V1NodeSelector
java.lang.Object
kubevirt.io.V1NodeSelector
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1NodeSelector
extends Object
A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodeSelectorTermsItem(V1NodeSelectorTerm nodeSelectorTermsItem) booleanRequired.inthashCode()nodeSelectorTerms(List<V1NodeSelectorTerm> nodeSelectorTerms) voidsetNodeSelectorTerms(List<V1NodeSelectorTerm> nodeSelectorTerms) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
nodeSelectorTerms
-
-
Constructor Details
-
V1NodeSelector
public V1NodeSelector()
-
-
Method Details
-
nodeSelectorTerms
-
addNodeSelectorTermsItem
-
getNodeSelectorTerms
Required. A list of node selector terms. The terms are ORed.- Returns:
- nodeSelectorTerms
-
setNodeSelectorTerms
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-