KubectlTool<TSettings>.

KubectlTool(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Constructor

Summary

Initializes a new instance of the KubectlTool<TSettings> class.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlTool<TSettings>

Syntax

protected KubectlTool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The environment.
processRunner IProcessRunner The process runner.
tools IToolLocator The tools.

Return Value

Type Description
void