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

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

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.Integer;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V2HPAScalingPolicyFluent> extends Fluent{
  public Integer getPeriodSeconds();
  public A withPeriodSeconds(Integer periodSeconds);
  public Boolean hasPeriodSeconds();
  public String getType();
  public A withType(String type);
  public Boolean hasType();
  public Integer getValue();
  public A withValue(Integer value);
  public Boolean hasValue();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy