Uses of Class
land.oras.OCI.PushOptions
Packages that use OCI.PushOptions
-
Uses of OCI.PushOptions in land.oras
Methods in land.oras that return OCI.PushOptionsModifier and TypeMethodDescriptionstatic OCI.PushOptionsOCI.PushOptions.chunked()Options that enable chunked (PATCH-based) upload with the default chunk size.static OCI.PushOptionsOCI.PushOptions.chunked(long chunkSize) Options that enable chunked (PATCH-based) upload with a custom chunk size.static OCI.PushOptionsOCI.PushOptions.defaults()Default options: single-request upload, no chunking.Methods in land.oras with parameters of type OCI.PushOptionsModifier and TypeMethodDescriptionprotected LayerOCI.doPushBlob(T ref, Path blob, OCI.PushOptions options) Push a blob from a file path, respecting the given push options.protected LayerRegistry.doPushBlob(ContainerRef ref, Path blob, OCI.PushOptions options) abstract ManifestOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, @Nullable Config config, OCI.PushOptions options, LocalPath... paths) Push an artifactOCI.pushArtifact(T ref, ArtifactType artifactType, Annotations annotations, OCI.PushOptions options, LocalPath... paths) Push an artifact with explicit push optionsOCI.pushArtifact(T ref, ArtifactType artifactType, OCI.PushOptions options, LocalPath... paths) Push an artifact with explicit push optionsOCI.pushArtifact(T ref, OCI.PushOptions options, LocalPath... paths) Push an artifact with explicit push optionsOCILayout.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) protected LayerOCI.pushLayer(T ref, Annotations annotations, boolean withDigest, LocalPath path, OCI.PushOptions options) OCI.pushLayers(T ref, Annotations annotations, boolean withDigest, OCI.PushOptions options, LocalPath... paths) Push layers to the target