Class V1ShardInfo
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ShardInfo
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ShardInfo
extends Object
ShardInfo describes the shard selector that was applied to produce a list response. Its presence on a list response indicates the list is a filtered subset.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanselector is the shard selector string from the request, echoed back so clients can verify which shard they received and merge responses from multiple shards.inthashCode()Set selector in a chainable fashion.voidsetSelector(String selector) Set the selector property valuetoString()
-
Field Details
-
JSON_PROPERTY_SELECTOR
- See Also:
-
-
Constructor Details
-
V1ShardInfo
-
-
Method Details
-
getSelector
selector is the shard selector string from the request, echoed back so clients can verify which shard they received and merge responses from multiple shards.- Returns:
- the selector property value
-
setSelector
Set the selector property value- Parameters:
selector- property value to set
-
selector
Set selector in a chainable fashion.- Returns:
- The same instance of V1ShardInfo for chaining.
-
equals
-
hashCode
-
toString
-