| 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] |