Class V1alpha3DeviceClaimConfiguration

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1alpha3DeviceClaimConfiguration extends Object
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
  • Field Details

  • Constructor Details

    • V1alpha3DeviceClaimConfiguration

      public V1alpha3DeviceClaimConfiguration()
  • Method Details

    • getOpaque

      Returns:
      the opaque property value
    • setOpaque

      public void setOpaque(V1alpha3OpaqueDeviceConfiguration opaque)
      Set the opaque property value
      Parameters:
      opaque - property value to set
    • opaque

      Set opaque in a chainable fashion.
      Returns:
      The same instance of V1alpha3DeviceClaimConfiguration for chaining.
    • getRequests

      public List<@NotNull String> getRequests()
      Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
      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 V1alpha3DeviceClaimConfiguration requests(List<@NotNull String> requests)
      Set requests in a chainable fashion.
      Returns:
      The same instance of V1alpha3DeviceClaimConfiguration for chaining.
    • addrequestsItem

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