クラス ImageConfig

java.lang.ObjectSE
org.springframework.boot.buildpack.platform.json.MappedObject
org.springframework.boot.buildpack.platform.docker.type.ImageConfig

public class ImageConfig extends MappedObject
イメージ構成情報。
導入:
2.3.0
作成者:
Phillip Webb, Andy Wilkinson
  • メソッドの詳細

    • getLabels

      public MapSE<StringSE,StringSE> getLabels()
      イメージラベルを返します。イメージにラベルがない場合は、空の Map が返されます。
      戻り値:
      イメージラベル、決して null
    • getEnv

      public MapSE<StringSE,StringSE> getEnv()
      イメージ環境変数を返します。イメージに環境変数がない場合は、空の Map が返されます。
      戻り値:
      環境、決して null
    • copy

      public ImageConfig copy(ConsumerSE<ImageConfig.Update> update)
      このイメージ構成の更新されたコピーを作成します。
      パラメーター:
      update - アップデートを適用するコンシューマー
      戻り値:
      更新されたイメージ構成