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(java.util.function.Consumer<ImageConfig.Update> update)
Create an updated copy of this image config.
|
java.util.Map<java.lang.String,java.lang.String> |
getEnv()
Return the image environment variables.
|
java.util.Map<java.lang.String,java.lang.String> |
getLabels()
Return the image labels.
|
public java.util.Map<java.lang.String,java.lang.String> getLabels()
Map is
returned.nullpublic java.util.Map<java.lang.String,java.lang.String> getEnv()
Map is returned.nullpublic ImageConfig copy(java.util.function.Consumer<ImageConfig.Update> update)
update - consumer to apply updates