
io.kubernetes.client.openapi.models.V1NodeDaemonEndpointsFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1NodeDaemonEndpointsFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildKubeletEndpoint instead.
* @return The buildable object.
*/
@Deprecated
public V1DaemonEndpoint getKubeletEndpoint();
public V1DaemonEndpoint buildKubeletEndpoint();
public A withKubeletEndpoint(V1DaemonEndpoint kubeletEndpoint);
public Boolean hasKubeletEndpoint();
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested withNewKubeletEndpoint();
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested withNewKubeletEndpointLike(V1DaemonEndpoint item);
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested editKubeletEndpoint();
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested editOrNewKubeletEndpoint();
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested editOrNewKubeletEndpointLike(V1DaemonEndpoint item);
public interface KubeletEndpointNested extends Nested,V1DaemonEndpointFluent>{
public N and();
public N endKubeletEndpoint();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy