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

io.fabric8.openshift.api.model.ImageSourceFluent Maven / Gradle / Ivy

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

import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.model.ObjectReference;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import java.util.List;
import io.fabric8.kubernetes.api.model.LocalObjectReference;
import java.lang.String;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.kubernetes.api.model.ObjectReferenceFluent;
import io.fabric8.kubernetes.api.model.ObjectReferenceBuilder;
import io.fabric8.kubernetes.api.model.LocalObjectReferenceFluent;
import io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder;

public interface ImageSourceFluent> extends Fluent{


    public ObjectReference getFrom();
    public A withFrom(ObjectReference from);
    public ImageSourceFluent.FromNested withNewFrom();
    public ImageSourceFluent.FromNested withNewFromLike(ObjectReference item);
    public ImageSourceFluent.FromNested editFrom();
    public A addToPaths(ImageSourcePath... items);
    public A removeFromPaths(ImageSourcePath... items);
    public List getPaths();
    public A withPaths(List paths);
    public A withPaths(ImageSourcePath... paths);
    public ImageSourceFluent.PathsNested addNewPath();
    public ImageSourceFluent.PathsNested addNewPathLike(ImageSourcePath item);
    public A addNewPath(String destinationDir,String sourcePath);
    public LocalObjectReference getPullSecret();
    public A withPullSecret(LocalObjectReference pullSecret);
    public ImageSourceFluent.PullSecretNested withNewPullSecret();
    public ImageSourceFluent.PullSecretNested withNewPullSecretLike(LocalObjectReference item);
    public ImageSourceFluent.PullSecretNested editPullSecret();
    public A withNewPullSecret(String name);

    public interface FromNested extends Nested,ObjectReferenceFluent>{

        
    public N endFrom();    public N and();
}
    public interface PathsNested extends Nested,ImageSourcePathFluent>{

        
    public N and();    public N endPath();
}
    public interface PullSecretNested extends Nested,LocalObjectReferenceFluent>{

        
    public N and();    public N endPullSecret();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy