io.kubernetes.client.openapi.models.V1DaemonEndpointFluent Maven / Gradle / Ivy
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 V1DaemonEndpointFluent> extends Fluent{
public Integer getPort();
public A withPort(Integer port);
public Boolean hasPort();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy