Class V1beta3PriorityLevelConfigurationReference

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1beta3PriorityLevelConfigurationReference extends Object
PriorityLevelConfigurationReference contains information that points to the \"request-priority\" being used.
  • Field Details

  • Constructor Details

    • V1beta3PriorityLevelConfigurationReference

      public V1beta3PriorityLevelConfigurationReference(String name)
  • Method Details

    • getName

      public String getName()
      `name` is the name of the priority level configuration being referenced Required.
      Returns:
      the name property value
    • setName

      public void setName(String name)
      Set the name property value
    • name

      Set name in a chainable fashion.
      Returns:
      The same instance of V1beta3PriorityLevelConfigurationReference 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