Class V1alpha3DeviceConstraint

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha3DeviceConstraint

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1alpha3DeviceConstraint extends Object
DeviceConstraint must have exactly one field set besides Requests.
  • Field Details

  • Constructor Details

    • V1alpha3DeviceConstraint

      public V1alpha3DeviceConstraint()
  • Method Details

    • getMatchAttribute

      public String getMatchAttribute()
      MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices. For example, if you specified \"dra.example.com/numa\" (a hypothetical example!), then only devices in the same NUMA node will be chosen. A device which does not have that attribute will not be chosen. All devices should use a value of the same type for this attribute because that is part of its specification, but if one device doesn't, then it also will not be chosen. Must include the domain qualifier.
      Returns:
      the matchAttribute property value
    • setMatchAttribute

      public void setMatchAttribute(String matchAttribute)
      Set the matchAttribute property value
      Parameters:
      matchAttribute - property value to set
    • matchAttribute

      public V1alpha3DeviceConstraint matchAttribute(String matchAttribute)
      Set matchAttribute in a chainable fashion.
      Returns:
      The same instance of V1alpha3DeviceConstraint for chaining.
    • getRequests

      public List<@NotNull String> getRequests()
      Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
      Returns:
      the requests property value
    • setRequests

      public void setRequests(List<@NotNull String> requests)
      Set the requests property value
      Parameters:
      requests - property value to set
    • requests

      public V1alpha3DeviceConstraint requests(List<@NotNull String> requests)
      Set requests in a chainable fashion.
      Returns:
      The same instance of V1alpha3DeviceConstraint for chaining.
    • addrequestsItem

      public V1alpha3DeviceConstraint addrequestsItem(String requestsItem)
      Add an item to the requests property in a chainable fashion.
      Returns:
      The same instance of V1alpha3DeviceConstraint 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