Class V1CustomResourceSubresourceScale

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-23T13:45:09.091597Z[Etc/UTC]") public class V1CustomResourceSubresourceScale extends Object
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
  • Field Details

    • SERIALIZED_NAME_LABEL_SELECTOR_PATH

      public static final String SERIALIZED_NAME_LABEL_SELECTOR_PATH
      See Also:
    • SERIALIZED_NAME_SPEC_REPLICAS_PATH

      public static final String SERIALIZED_NAME_SPEC_REPLICAS_PATH
      See Also:
    • SERIALIZED_NAME_STATUS_REPLICAS_PATH

      public static final String SERIALIZED_NAME_STATUS_REPLICAS_PATH
      See Also:
    • openapiFields

      public static HashSet<String> openapiFields
    • openapiRequiredFields

      public static HashSet<String> openapiRequiredFields
  • Constructor Details

    • V1CustomResourceSubresourceScale

      public V1CustomResourceSubresourceScale()
  • Method Details

    • labelSelectorPath

      public V1CustomResourceSubresourceScale labelSelectorPath(String labelSelectorPath)
    • getLabelSelectorPath

      @Nullable public String getLabelSelectorPath()
      labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
      Returns:
      labelSelectorPath
    • setLabelSelectorPath

      public void setLabelSelectorPath(String labelSelectorPath)
    • specReplicasPath

      public V1CustomResourceSubresourceScale specReplicasPath(String specReplicasPath)
    • getSpecReplicasPath

      @Nonnull public String getSpecReplicasPath()
      specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
      Returns:
      specReplicasPath
    • setSpecReplicasPath

      public void setSpecReplicasPath(String specReplicasPath)
    • statusReplicasPath

      public V1CustomResourceSubresourceScale statusReplicasPath(String statusReplicasPath)
    • getStatusReplicasPath

      @Nonnull public String getStatusReplicasPath()
      statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
      Returns:
      statusReplicasPath
    • setStatusReplicasPath

      public void setStatusReplicasPath(String statusReplicasPath)
    • 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 V1CustomResourceSubresourceScale
    • fromJson

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

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