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

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

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.StringBuilder;
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.StringBuffer;
import java.lang.Deprecated;
import java.lang.Long;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1TokenRequestSpecFluent> extends Fluent {


    public A addToAudiences(int index,String item);
    public A setToAudiences(int index,String item);
    public A addToAudiences(String... items);
    public A addAllToAudiences(Collection items);
    public A removeFromAudiences(String... items);
    public A removeAllFromAudiences(Collection items);
    public List getAudiences();
    public String getAudience(int index);
    public String getFirstAudience();
    public String getLastAudience();
    public String getMatchingAudience(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean hasMatchingAudience(io.kubernetes.client.fluent.Predicate predicate);
    public A withAudiences(List audiences);
    public A withAudiences(String... audiences);
    public Boolean hasAudiences();
    public A addNewAudience(String arg1);
    public A addNewAudience(StringBuilder arg1);
    public A addNewAudience(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildBoundObjectRef instead.
 * @return The buildable object.
 */
@Deprecated public V1BoundObjectReference getBoundObjectRef();
    public V1BoundObjectReference buildBoundObjectRef();
    public A withBoundObjectRef(V1BoundObjectReference boundObjectRef);
    public Boolean hasBoundObjectRef();
    public V1TokenRequestSpecFluent.BoundObjectRefNested withNewBoundObjectRef();
    public V1TokenRequestSpecFluent.BoundObjectRefNested withNewBoundObjectRefLike(V1BoundObjectReference item);
    public V1TokenRequestSpecFluent.BoundObjectRefNested editBoundObjectRef();
    public V1TokenRequestSpecFluent.BoundObjectRefNested editOrNewBoundObjectRef();
    public V1TokenRequestSpecFluent.BoundObjectRefNested editOrNewBoundObjectRefLike(V1BoundObjectReference item);
    public Long getExpirationSeconds();
    public A withExpirationSeconds(Long expirationSeconds);
    public Boolean hasExpirationSeconds();
    public interface BoundObjectRefNested extends io.kubernetes.client.fluent.Nested,V1BoundObjectReferenceFluent> {

        public N and();
        public N endBoundObjectRef();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy