
io.kubernetes.client.openapi.models.V1beta1QueuingConfigurationFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import java.lang.Integer;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1beta1QueuingConfigurationFluent> 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