Skip to content

Commit 6a2b099

Browse files
doc(copy): add doc comments for new copy params
Signed-off-by: ethanbalcik <ebalcik71@gmail.com>
1 parent 4c4d3f8 commit 6a2b099

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

image/containerimage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ def copy(
729729
Args:
730730
dest (Union[str, ContainerImageReference]): The destination location to copy the image
731731
auth (Dict[str, Any]): A valid docker config JSON loaded into a dict
732+
chunked (bool): Whether to upload blobs in chunks or monolithically
733+
chunk_size (int): The chunk size to use for chunked blob uploads, measured in bytes
732734
src_skip_verify (bool): Insecure, skip TLS cert verification for the source reference
733735
dest_skip_verify (bool): Insecure, skip TLS cert verification for the destination reference
734736
src_http (bool): Insecure, whether to use HTTP (not HTTPs) for the source reference

0 commit comments

Comments
 (0)