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 Details

  • Constructor Details

    • V1ShardInfo

      public V1ShardInfo(String selector)
  • Method Details

    • getSelector

      public String 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

      public void setSelector(String selector)
      Set the selector property value
      Parameters:
      selector - property value to set
    • selector

      public V1ShardInfo selector(String selector)
      Set selector in a chainable fashion.
      Returns:
      The same instance of V1ShardInfo for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object