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

io.kubernetes.client.openapi.models.V1SessionAffinityConfigFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
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.String;
import java.lang.Boolean;

public interface V1SessionAffinityConfigFluent> extends Fluent {


    
/**
 * This method has been deprecated, please use method buildClientIP instead.
 * @return The buildable object.
 */
@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 - 2024 Weber Informatics LLC | Privacy Policy