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

io.kubernetes.client.models.V1NodeDaemonEndpointsFluent Maven / Gradle / Ivy

package io.kubernetes.client.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;

public interface V1NodeDaemonEndpointsFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildKubeletEndpoint instead.
 */
@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 io.kubernetes.client.fluent.Nested,V1DaemonEndpointFluent>{

        
    public N and();    public N endKubeletEndpoint();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy