Class V1alpha2ResourceClaimParametersReference

java.lang.Object
io.kubernetes.client.openapi.models.V1alpha2ResourceClaimParametersReference

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-02T17:56:12.287571Z[Etc/UTC]") public class V1alpha2ResourceClaimParametersReference extends Object
ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.
  • Field Details

  • Constructor Details

    • V1alpha2ResourceClaimParametersReference

      public V1alpha2ResourceClaimParametersReference()
  • Method Details

    • apiGroup

    • getApiGroup

      @Nullable public String getApiGroup()
      APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
      Returns:
      apiGroup
    • setApiGroup

      public void setApiGroup(String apiGroup)
    • kind

    • getKind

      @Nonnull public String getKind()
      Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example \"ConfigMap\".
      Returns:
      kind
    • setKind

      public void setKind(String kind)
    • name

    • getName

      @Nonnull public String getName()
      Name is the name of resource being referenced.
      Returns:
      name
    • setName

      public void setName(String name)
    • 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
    • validateJsonObject

      public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
      Validates the JSON Object and throws an exception if issues found
      Parameters:
      jsonObj - JSON Object
      Throws:
      IOException - if the JSON Object is invalid with respect to V1alpha2ResourceClaimParametersReference
    • fromJson

      public static V1alpha2ResourceClaimParametersReference fromJson(String jsonString) throws IOException
      Create an instance of V1alpha2ResourceClaimParametersReference given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of V1alpha2ResourceClaimParametersReference
      Throws:
      IOException - if the JSON string is invalid with respect to V1alpha2ResourceClaimParametersReference
    • toJson

      public String toJson()
      Convert an instance of V1alpha2ResourceClaimParametersReference to an JSON string
      Returns:
      JSON string