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

annotations.io.fabric8.openshift.api.model.BuildSourceFluent Maven / Gradle / Ivy

There is a newer version: 6.13.4
Show newest version
package io.fabric8.openshift.api.model;

import java.util.ArrayList;
import java.util.RandomAccess;
import java.util.Map;
import java.util.List;
import java.util.Map;
import java.util.List;
import java.util.AbstractCollection;
import java.util.AbstractList;
import java.util.HashMap;
import java.io.Serializable;
import java.util.Collection;
import io.fabric8.kubernetes.api.model.LocalObjectReference;
import java.util.AbstractMap;
import java.util.List;
import io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.kubernetes.api.model.LocalObjectReferenceFluent;

public interface BuildSourceFluent> extends Fluent{


    public BinaryBuildSource getBinary();    public T withBinary( BinaryBuildSource binary);    public BinaryNested withNewBinary();    public BinaryNested withNewBinaryLike( BinaryBuildSource item);    public BinaryNested editBinary();    public T withNewBinary( String asFile);    public String getContextDir();    public T withContextDir( String contextDir);    public String getDockerfile();    public T withDockerfile( String dockerfile);    public GitBuildSource getGit();    public T withGit( GitBuildSource git);    public GitNested withNewGit();    public GitNested withNewGitLike( GitBuildSource item);    public GitNested editGit();    public T withNewGit( String httpProxy,  String httpsProxy,  String ref,  String uri);    public T addToImages( ImageSource ...items);    public T removeFromImages( ImageSource ...items);    public List getImages();    public T withImages( List images);    public T withImages( ImageSource ...images);    public ImagesNested addNewImage();    public ImagesNested addNewImageLike( ImageSource item);    public T addToSecrets( SecretBuildSource ...items);    public T removeFromSecrets( SecretBuildSource ...items);    public List getSecrets();    public T withSecrets( List secrets);    public T withSecrets( SecretBuildSource ...secrets);    public SecretsNested addNewSecret();    public SecretsNested addNewSecretLike( SecretBuildSource item);    public LocalObjectReference getSourceSecret();    public T withSourceSecret( LocalObjectReference sourceSecret);    public SourceSecretNested withNewSourceSecret();    public SourceSecretNested withNewSourceSecretLike( LocalObjectReference item);    public SourceSecretNested editSourceSecret();    public T withNewSourceSecret( String name);    public String getType();    public T withType( String type);    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    public interface BinaryNested extends Nested, BinaryBuildSourceFluent>{
            public N and();            public N endBinary();        
}

    public interface GitNested extends Nested, GitBuildSourceFluent>{
            public N and();            public N endGit();        
}

    public interface ImagesNested extends Nested, ImageSourceFluent>{
            public N and();            public N endImage();        
}

    public interface SecretsNested extends Nested, SecretBuildSourceFluent>{
            public N and();            public N endSecret();        
}

    public interface SourceSecretNested extends Nested, LocalObjectReferenceFluent>{
            public N and();            public N endSourceSecret();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy