Package io.fabric8.openshift.api.model
Class ImageStreamImportSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.ImageStreamImportSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ImageStreamImportSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ImageStreamImportSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<ImageStreamImportSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ImageStreamImportSpec defines what images should be imported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageStreamImportSpec()No args constructor for use in serializationImageStreamImportSpec(List<ImageImportSpec> images, Boolean _import, RepositoryImportSpec repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageStreamImportSpecBuilderedit()Map<String,Object>getAdditionalProperties()List<ImageImportSpec>getImages()images are a list of individual images to import.BooleangetImport()import indicates whether to perform an import - if so, the specified tags are set on the spec and status of the image stream defined by the type meta.RepositoryImportSpecgetRepository()ImageStreamImportSpec defines what images should be imported.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetImages(List<ImageImportSpec> images)images are a list of individual images to import.voidsetImport(Boolean _import)import indicates whether to perform an import - if so, the specified tags are set on the spec and status of the image stream defined by the type meta.voidsetRepository(RepositoryImportSpec repository)ImageStreamImportSpec defines what images should be imported.ImageStreamImportSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
ImageStreamImportSpec
public ImageStreamImportSpec()
No args constructor for use in serialization
-
ImageStreamImportSpec
public ImageStreamImportSpec(List<ImageImportSpec> images, Boolean _import, RepositoryImportSpec repository)
-
-
Method Detail
-
getImages
public List<ImageImportSpec> getImages()
images are a list of individual images to import.
-
setImages
public void setImages(List<ImageImportSpec> images)
images are a list of individual images to import.
-
getImport
public Boolean getImport()
import indicates whether to perform an import - if so, the specified tags are set on the spec and status of the image stream defined by the type meta.
-
setImport
public void setImport(Boolean _import)
import indicates whether to perform an import - if so, the specified tags are set on the spec and status of the image stream defined by the type meta.
-
getRepository
public RepositoryImportSpec getRepository()
ImageStreamImportSpec defines what images should be imported.
-
setRepository
public void setRepository(RepositoryImportSpec repository)
ImageStreamImportSpec defines what images should be imported.
-
edit
public ImageStreamImportSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ImageStreamImportSpecBuilder>
-
toBuilder
public ImageStreamImportSpecBuilder toBuilder()
-
-