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

io.kubernetes.client.openapi.models.V1beta1HostPortRangeFluent 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 com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

public interface V1beta1HostPortRangeFluent> extends Fluent {


    public Integer getMax();
    public A withMax(Integer max);
    public Boolean hasMax();
    public Integer getMin();
    public A withMin(Integer min);
    public Boolean hasMin();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy