Class V1TypedLocalObjectReference

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1TypedLocalObjectReference extends Object
TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.
  • Field Details

  • Constructor Details

    • V1TypedLocalObjectReference

      public V1TypedLocalObjectReference(String kind, String name)
  • Method Details

    • getKind

      public String getKind()
      Kind is the type of resource being referenced
      Returns:
      the kind property value
    • setKind

      public void setKind(String kind)
      Set the kind property value
      Parameters:
      kind - property value to set
    • kind

      public V1TypedLocalObjectReference kind(String kind)
      Set kind in a chainable fashion.
      Returns:
      The same instance of V1TypedLocalObjectReference for chaining.
    • getName

      public String getName()
      Name is the name of resource being referenced
      Returns:
      the name property value
    • setName

      public void setName(String name)
      Set the name property value
      Parameters:
      name - property value to set
    • name

      public V1TypedLocalObjectReference name(String name)
      Set name in a chainable fashion.
      Returns:
      The same instance of V1TypedLocalObjectReference for chaining.
    • getApiGroup

      public String getApiGroup()
      APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
      Returns:
      the apiGroup property value
    • setApiGroup

      public void setApiGroup(String apiGroup)
      Set the apiGroup property value
      Parameters:
      apiGroup - property value to set
    • apiGroup

      public V1TypedLocalObjectReference apiGroup(String apiGroup)
      Set apiGroup in a chainable fashion.
      Returns:
      The same instance of V1TypedLocalObjectReference 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