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

io.alauda.kubernetes.api.model.extensions.HostPortRangeFluent Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.kubernetes.api.model.extensions;

import java.lang.Integer;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.alauda.kubernetes.api.builder.Fluent;
import java.lang.Object;
import java.lang.String;
import java.lang.Boolean;
import java.util.Map;

public interface HostPortRangeFluent> 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