DownwardApiVolumeFileV1 Properties
ClassProperties4 members
Represents a Downward API file projected into a volume.
Gets or sets the pod field to project into the file.
public ObjectFieldSelectorV1? FieldRef { get; set; } Gets or sets the file mode for the projected file.
public int? Mode { get; set; } Gets or sets the relative path of the projected file.
public string Path { get; set; } Gets or sets the container resource field to project into the file.
public ResourceFieldSelectorV1? ResourceFieldRef { get; set; }