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

io.fabric8.kubernetes.api.model.ServiceAccountFluent Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package io.fabric8.kubernetes.api.model;

import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.String;
import javax.validation.constraints.NotNull;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
import javax.validation.Valid;
import io.fabric8.kubernetes.api.model.validators.CheckObjectMeta;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;

public interface ServiceAccountFluent> extends Fluent{


    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public A addToImagePullSecrets(LocalObjectReference... items);
    public A removeFromImagePullSecrets(LocalObjectReference... items);
    public List getImagePullSecrets();
    public A withImagePullSecrets(List imagePullSecrets);
    public A withImagePullSecrets(LocalObjectReference... imagePullSecrets);
    public ServiceAccountFluent.ImagePullSecretsNested addNewImagePullSecret();
    public ServiceAccountFluent.ImagePullSecretsNested addNewImagePullSecretLike(LocalObjectReference item);
    public A addNewImagePullSecret(String name);
    public String getKind();
    public A withKind(String kind);
    public ObjectMeta getMetadata();
    public A withMetadata(ObjectMeta metadata);
    public ServiceAccountFluent.MetadataNested withNewMetadata();
    public ServiceAccountFluent.MetadataNested withNewMetadataLike(ObjectMeta item);
    public ServiceAccountFluent.MetadataNested editMetadata();
    public A addToSecrets(ObjectReference... items);
    public A removeFromSecrets(ObjectReference... items);
    public List getSecrets();
    public A withSecrets(List secrets);
    public A withSecrets(ObjectReference... secrets);
    public ServiceAccountFluent.SecretsNested addNewSecret();
    public ServiceAccountFluent.SecretsNested addNewSecretLike(ObjectReference item);

    public interface ImagePullSecretsNested extends Nested,LocalObjectReferenceFluent>{

        
    public N and();    public N endImagePullSecret();
}
    public interface MetadataNested extends Nested,ObjectMetaFluent>{

        
    public N and();    public N endMetadata();
}
    public interface SecretsNested extends Nested,ObjectReferenceFluent>{

        
    public N and();    public N endSecret();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy