类 ImageConfig
java.lang.Object
cn.taketoday.buildpack.platform.json.MappedObject
cn.taketoday.buildpack.platform.docker.type.ImageConfig
Image configuration information.
- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb, Andy Wilkinson
-
嵌套类概要
嵌套类修饰符和类型类说明static final classUpdate class used to change data when creating a copy.从类继承的嵌套类/接口 cn.taketoday.buildpack.platform.json.MappedObject
MappedObject.ContentReader<C> -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明copy(Consumer<ImageConfig.Update> update) Create an updated copy of this image config.getEnv()Return the image environment variables.Return the image labels.(专用程序包) JsonNode
-
字段详细资料
-
labels
-
configEnv
-
-
构造器详细资料
-
ImageConfig
ImageConfig(JsonNode node)
-
-
方法详细资料
-
extractLabels
-
parseConfigEnv
-
getNodeCopy
JsonNode getNodeCopy() -
getLabels
Return the image labels. If the image has no labels, an emptyMapis returned.- 返回:
- the image labels, never
null
-
getEnv
Return the image environment variables. If the image has no environment variables, an emptyMapis returned.- 返回:
- the env, never
null
-
copy
Create an updated copy of this image config.- 参数:
update- consumer to apply updates- 返回:
- an updated image config
-