Skip to content

Interface: IRemoteKubeApiConfig#

Renderer.K8sApi.IRemoteKubeApiConfig

Table of contents#

Properties#

Properties#

agent#

Optional agent: Agent

Custom instance of https.agent to use for the requests

remarks the custom agent replaced default agent, options skipTLSVerify, clientCertificateData, clientKeyData and caData are ignored.


cluster#

cluster: Object

Type declaration#

Name Type
caData? string
server string
skipTLSVerify? boolean

user#

user: Object

Type declaration#

Name Type
clientCertificateData? string
clientKeyData? string
token? string | () => Promise<string>