Class ManifestAndConfigTemplate

  • All Implemented Interfaces:
    JsonTemplate

    public class ManifestAndConfigTemplate
    extends java.lang.Object
    implements JsonTemplate
    Stores a manifest and container config.
    • Constructor Detail

      • ManifestAndConfigTemplate

        public ManifestAndConfigTemplate​(ManifestTemplate manifest,
                                         @Nullable
                                         ContainerConfigurationTemplate config)
        Creates an instance.
        Parameters:
        manifest - the image manifest
        config - the container configuration
      • ManifestAndConfigTemplate

        public ManifestAndConfigTemplate​(ManifestTemplate manifest,
                                         @Nullable
                                         ContainerConfigurationTemplate config,
                                         @Nullable
                                         java.lang.String manifestDigest)
        Creates an instance.
        Parameters:
        manifest - the image manifest
        config - the container configuration
        manifestDigest - the digest of the manifest
    • Method Detail

      • getManifestDigest

        @Nullable
        public java.lang.String getManifestDigest()
        Gets the digest of the manifest.
        Returns:
        the digest
      • getManifest

        @Nullable
        public ManifestTemplate getManifest()
        Gets the manifest.
        Returns:
        the manifest