KubectlCreateJobSettings.

SaveConfig Property

Summary

--save-config If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlCreateJobSettings

Syntax

public Nullable<bool> SaveConfig { get; set; }

Value

Type Description
Nullable<bool>