Uses of Class
io.kubernetes.client.util.exception.CopyNotSupportedException
Packages that use CopyNotSupportedException
-
Uses of CopyNotSupportedException in io.kubernetes.client
Methods in io.kubernetes.client that throw CopyNotSupportedExceptionModifier and TypeMethodDescriptionvoid
Copy.copyDirectoryFromPod
(io.kubernetes.client.openapi.models.V1Pod pod, String container, String srcPath, Path destination) void
Copy.copyDirectoryFromPod
(io.kubernetes.client.openapi.models.V1Pod pod, String srcPath, Path destination) void
Copy.copyDirectoryFromPod
(String namespace, String pod, String container, String srcPath, Path destination) void
Copy.copyDirectoryFromPod
(String namespace, String pod, String srcPath, Path destination)