Skip to content

Interface: IRemoteKubeApiConfig#

Renderer.K8sApi.IRemoteKubeApiConfig

Table of contents#

Properties#

Properties#

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>