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

io.kubernetes.client.models.V1SessionAffinityConfigFluent 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 V1SessionAffinityConfigFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildClientIP instead.
 */
@Deprecated public V1ClientIPConfig getClientIP();
    public V1ClientIPConfig buildClientIP();
    public A withClientIP(V1ClientIPConfig clientIP);
    public Boolean hasClientIP();
    public V1SessionAffinityConfigFluent.ClientIPNested withNewClientIP();
    public V1SessionAffinityConfigFluent.ClientIPNested withNewClientIPLike(V1ClientIPConfig item);
    public V1SessionAffinityConfigFluent.ClientIPNested editClientIP();
    public V1SessionAffinityConfigFluent.ClientIPNested editOrNewClientIP();
    public V1SessionAffinityConfigFluent.ClientIPNested editOrNewClientIPLike(V1ClientIPConfig item);

    public interface ClientIPNested extends io.kubernetes.client.fluent.Nested,V1ClientIPConfigFluent>{

        
    public N and();    public N endClientIP();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy