Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 743 Bytes

File metadata and controls

11 lines (8 loc) · 743 Bytes

ApiFile

Properties

Name Type Description Notes
GuestPath string GuestPath is the path on the machine where the file will be written and must be an absolute path. i.e. /full/path/to/file.json [optional] [default to null]
RawValue string RawValue containts the base64 encoded string of the file contents. [optional] [default to null]
SecretName string SecretName is the name of the secret that contains the base64 encoded file contents. [optional] [default to null]

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