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

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

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

import java.lang.Integer;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1beta2QueuingConfigurationFluent> extends Fluent{
  public Integer getHandSize();
  public A withHandSize(Integer handSize);
  public Boolean hasHandSize();
  public Integer getQueueLengthLimit();
  public A withQueueLengthLimit(Integer queueLengthLimit);
  public Boolean hasQueueLengthLimit();
  public Integer getQueues();
  public A withQueues(Integer queues);
  public Boolean hasQueues();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy