Class V1ScopeSelector
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ScopeSelector
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ScopeSelector
extends Object
A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddmatchExpressionsItem
(V1ScopedResourceSelectorRequirement matchExpressionsItem) Add an item to the matchExpressions property in a chainable fashion.boolean
A list of scope selector requirements by scope of the resources.int
hashCode()
matchExpressions
(List<@Valid V1ScopedResourceSelectorRequirement> matchExpressions) Set matchExpressions in a chainable fashion.void
setMatchExpressions
(List<@Valid V1ScopedResourceSelectorRequirement> matchExpressions) Set the matchExpressions property valuetoString()
-
Field Details
-
JSON_PROPERTY_MATCH_EXPRESSIONS
- See Also:
-
-
Constructor Details
-
V1ScopeSelector
public V1ScopeSelector()
-
-
Method Details
-
getMatchExpressions
A list of scope selector requirements by scope of the resources.- Returns:
- the matchExpressions property value
-
setMatchExpressions
Set the matchExpressions property value -
matchExpressions
public V1ScopeSelector matchExpressions(List<@Valid V1ScopedResourceSelectorRequirement> matchExpressions) Set matchExpressions in a chainable fashion.- Returns:
- The same instance of V1ScopeSelector for chaining.
-
addmatchExpressionsItem
public V1ScopeSelector addmatchExpressionsItem(V1ScopedResourceSelectorRequirement matchExpressionsItem) Add an item to the matchExpressions property in a chainable fashion.- Returns:
- The same instance of V1ScopeSelector for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-