kubernetes-backend: Adds skipTLSVerify to ClusterDetails
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
This commit is contained in:
@@ -127,4 +127,5 @@ export interface ClusterDetails {
|
||||
url: string;
|
||||
authProvider: string;
|
||||
serviceAccountToken?: string | undefined;
|
||||
skipTLSVerify?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user