Class KubeConfigException
The exception that is thrown when the kube config is invalid
Inheritance
KubeConfigException
Assembly: KubernetesClient.dll
Syntax
public class KubeConfigException : Exception, ISerializable
Constructors
View Source
KubeConfigException()
Declaration
public KubeConfigException()
View Source
KubeConfigException(string)
Declaration
public KubeConfigException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
View Source
KubeConfigException(string, Exception)
Declaration
public KubeConfigException(string message, Exception inner)
Parameters
Implements