Class V1TopologySelectorLabelRequirement
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1TopologySelectorLabelRequirement
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1TopologySelectorLabelRequirement
extends Object
A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionV1TopologySelectorLabelRequirement(String key, List<@NotNull String> values) -
Method Summary
Modifier and TypeMethodDescriptionaddValuesItem(String valuesItem) Add an item to the values property in a chainable fashion.booleangetKey()The label key that the selector applies to.An array of string values.inthashCode()Set key in a chainable fashion.voidSet the key property valuevoidSet the values property valuetoString()Set values in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_VALUES
- See Also:
-
-
Constructor Details
-
V1TopologySelectorLabelRequirement
-
-
Method Details
-
getKey
-
setKey
-
key
Set key in a chainable fashion.- Returns:
- The same instance of V1TopologySelectorLabelRequirement for chaining.
-
getValues
-
setValues
-
values
Set values in a chainable fashion.- Returns:
- The same instance of V1TopologySelectorLabelRequirement for chaining.
-
addValuesItem
Add an item to the values property in a chainable fashion.- Returns:
- The same instance of V1TopologySelectorLabelRequirement for chaining.
-
equals
-
hashCode
-
toString
-