@Generated(value="jsonschema2pojo") public class ImageSourcePath extends Object implements io.fabric8.kubernetes.api.builder.Editable<ImageSourcePathBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ImageSourcePath()
No args constructor for use in serialization
|
ImageSourcePath(String destinationDir,
String sourcePath) |
| Modifier and Type | Method and Description |
|---|---|
ImageSourcePathBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getDestinationDir() |
String |
getSourcePath() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDestinationDir(String destinationDir) |
void |
setSourcePath(String sourcePath) |
ImageSourcePathBuilder |
toBuilder() |
public ImageSourcePath()
public String getDestinationDir()
public void setDestinationDir(String destinationDir)
public String getSourcePath()
public void setSourcePath(String sourcePath)
public ImageSourcePathBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<ImageSourcePathBuilder>public ImageSourcePathBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.