public class ImageConfig extends MappedObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageConfig.Update
Update class used to change data when creating a copy.
|
MappedObject.ContentReader<C>| Modifier and Type | Method and Description |
|---|---|
ImageConfig |
copy(Consumer<ImageConfig.Update> update)
Create an updated copy of this image config.
|
Map<String,String> |
getEnv()
Return the image environment variables.
|
Map<String,String> |
getLabels()
Return the image labels.
|
public Map<String,String> getLabels()
Map is
returned.nullpublic Map<String,String> getEnv()
Map is returned.nullpublic ImageConfig copy(Consumer<ImageConfig.Update> update)
update - consumer to apply updates