All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent Maven / Gradle / Ivy

/*
Copyright 2022 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;

/** Generated */
public interface V2beta2HorizontalPodAutoscalerBehaviorFluent<
        A extends V2beta2HorizontalPodAutoscalerBehaviorFluent>
    extends Fluent {

  /**
   * This method has been deprecated, please use method buildScaleDown instead.
   *
   * @return The buildable object.
   */
  @Deprecated
  public V2beta2HPAScalingRules getScaleDown();

  public io.kubernetes.client.openapi.models.V2beta2HPAScalingRules buildScaleDown();

  public A withScaleDown(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules scaleDown);

  public Boolean hasScaleDown();

  public V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested withNewScaleDown();

  public io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent
              .ScaleDownNested<
          A>
      withNewScaleDownLike(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules item);

  public io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent
              .ScaleDownNested<
          A>
      editScaleDown();

  public io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent
              .ScaleDownNested<
          A>
      editOrNewScaleDown();

  public io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent
              .ScaleDownNested<
          A>
      editOrNewScaleDownLike(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules item);

  /**
   * This method has been deprecated, please use method buildScaleUp instead.
   *
   * @return The buildable object.
   */
  @java.lang.Deprecated
  public io.kubernetes.client.openapi.models.V2beta2HPAScalingRules getScaleUp();

  public io.kubernetes.client.openapi.models.V2beta2HPAScalingRules buildScaleUp();

  public A withScaleUp(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules scaleUp);

  public java.lang.Boolean hasScaleUp();

  public V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested withNewScaleUp();

  public io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent
              .ScaleUpNested<
          A>
      withNewScaleUpLike(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules item);

  public io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent
              .ScaleUpNested<
          A>
      editScaleUp();

  public io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent
              .ScaleUpNested<
          A>
      editOrNewScaleUp();

  public io.kubernetes.client.openapi.models.V2beta2HorizontalPodAutoscalerBehaviorFluent
              .ScaleUpNested<
          A>
      editOrNewScaleUpLike(io.kubernetes.client.openapi.models.V2beta2HPAScalingRules item);

  public interface ScaleDownNested
      extends Nested,
          V2beta2HPAScalingRulesFluent<
              V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested> {
    public N and();

    public N endScaleDown();
  }

  public interface ScaleUpNested
      extends io.kubernetes.client.fluent.Nested,
          V2beta2HPAScalingRulesFluent<
              V2beta2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested> {
    public N and();

    public N endScaleUp();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy