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

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

package io.kubernetes.client.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1EndpointsFluent> extends Fluent{


    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    
/**
 * This method has been deprecated, please use method buildMetadata instead.
 */
@Deprecated public V1ObjectMeta getMetadata();
    public V1ObjectMeta buildMetadata();
    public A withMetadata(V1ObjectMeta metadata);
    public Boolean hasMetadata();
    public V1EndpointsFluent.MetadataNested withNewMetadata();
    public V1EndpointsFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public V1EndpointsFluent.MetadataNested editMetadata();
    public V1EndpointsFluent.MetadataNested editOrNewMetadata();
    public V1EndpointsFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
    public A addToSubsets(int index,V1EndpointSubset item);
    public A setToSubsets(int index,V1EndpointSubset item);
    public A addToSubsets(V1EndpointSubset... items);
    public A addAllToSubsets(Collection items);
    public A removeFromSubsets(V1EndpointSubset... items);
    public A removeAllFromSubsets(Collection items);
    
/**
 * This method has been deprecated, please use method buildSubsets instead.
 */
@Deprecated public List getSubsets();
    public List buildSubsets();
    public V1EndpointSubset buildSubset(int index);
    public V1EndpointSubset buildFirstSubset();
    public V1EndpointSubset buildLastSubset();
    public V1EndpointSubset buildMatchingSubset(io.kubernetes.client.fluent.Predicate predicate);
    public A withSubsets(List subsets);
    public A withSubsets(V1EndpointSubset... subsets);
    public Boolean hasSubsets();
    public V1EndpointsFluent.SubsetsNested addNewSubset();
    public V1EndpointsFluent.SubsetsNested addNewSubsetLike(V1EndpointSubset item);
    public V1EndpointsFluent.SubsetsNested setNewSubsetLike(int index,V1EndpointSubset item);
    public V1EndpointsFluent.SubsetsNested editSubset(int index);
    public V1EndpointsFluent.SubsetsNested editFirstSubset();
    public V1EndpointsFluent.SubsetsNested editLastSubset();
    public V1EndpointsFluent.SubsetsNested editMatchingSubset(io.kubernetes.client.fluent.Predicate predicate);

    public interface MetadataNested extends io.kubernetes.client.fluent.Nested,V1ObjectMetaFluent>{

        
    public N and();    public N endMetadata();
}
    public interface SubsetsNested extends io.kubernetes.client.fluent.Nested,V1EndpointSubsetFluent>{

        
    public N and();    public N endSubset();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy