Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.11 KB

PulloProfilePatchResponse.md

File metadata and controls

15 lines (11 loc) · 1.11 KB

PulloProfilePatchResponse

Properties

Name Type Description Notes
Name string Name of the pull profile [optional] [default to null]
Source string Source in the S3 bucket to fetch from [optional] [default to null]
SourceType string If the source is a File or a Directory [optional] [default to null]
Destination string Destination path where your source will be uploaded in your container. Make sure to avoid protected destinations, such as `/etc/`, as this will prevent the files from being copied to your deployment, and will make your deployment fail. Make sure a normal user can write to the destination folder. [optional] [default to null]
CreateTime string UTC time of pull profile creation [optional] [default to null]
LastUpdated string UTC time of pull profile last update [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]