Uses of Class
land.oras.Config
Packages that use Config
-
Uses of Config in land.oras
Modifier and TypeMethodDescriptionstatic ConfigConfig.empty()An empty configstatic ConfigA config with referrence on a blob (too large for data)static ConfigCreate a config from a JSON stringManifest.getConfig()Get the configfinal ConfigOCI.pushConfig(T ref, Config config) Push configConfig.withAnnotations(Annotations annotations) Create a new config with annotationsConfig.withMediaType(String mediaType) Create a new config with media typeprotected ConfigConfig.withRegistry(String registry) Modifier and TypeMethodDescriptionfinal InputStreamOCI.pullConfig(T ref, Config config) Pull config data or just return the data from config if set inlineOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, LocalPath... paths) Push an artifact using default push optionsabstract ManifestOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) Push an artifactOCILayout.pushArtifact(LayoutRef ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) Registry.pushArtifact(ContainerRef containerRef, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) final ConfigOCI.pushConfig(T ref, Config config) Push configManifest.withConfig(Config config) Return a new manifest with the given config