KubectlCreateConfigmapSettings.

FromFile Property

Summary

--from-file Key file can be specified using its file path, in which case file basename will be used as configmap key, or optionally with a key and file path, in which case the given key will be used. Specifying a directory will iterate each named file in the directory whose basename is a valid configmap key.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlCreateConfigmapSettings

Syntax

public string FromFile { get; set; }

Value

Type Description
string