KeyToPathV1 Properties
Class Properties 3 members
Represents a mapping of a key from a data source (e.g., ConfigMap or Secret) to a specific file path.
Gets or sets the specific key to project. This property represents the key within a data source that will be mapped or projected to a specified path.
public string Key { get; set; } Gets or sets the file mode to be applied to the path. Represents optional permissions for the file, expressed as an integer. If not specified, the default mode is utilized.
public int? Mode { get; set; } Represents the file system path where the key should be projected. This property specifies the target location for the key data within the file system when handling Kubernetes resources. The value should be a valid file path.
public string Path { get; set; }