UNPKG

@gridscale/api

Version:
25 lines (24 loc) 544 B
export declare const $PaasServiceCredentials: { type: string; contains: { properties: { kubeconfig: { type: string; }; expiration_time: { type: string; format: string; }; password: { type: string; }; username: { type: string; }; type: { type: string; isRequired: boolean; }; }; }; };