Class File (0.2.2)

File(mapping=None, *, ignore_unknown_fields=False, **kwargs)

File represents a yaml file present in a blueprint's package.

Attributes

NameDescription
path str
Required. Path of the file in package. e.g. gdce/v1/cluster.yaml
content str
Optional. The contents of a file in string format.
deleted bool
Optional. Signifies whether a file is marked for deletion.
editable bool
Optional. Indicates whether changes are allowed to a file. If the field is not set, the file cannot be edited.