feat: add platform desired state contracts
This commit is contained in:
@@ -3,6 +3,7 @@ import * as clusterInterfaces from '../data/cluster.js';
|
||||
import * as serverInterfaces from '../data/server.js';
|
||||
import * as userInterfaces from '../data/user.js';
|
||||
import type { IService } from '../data/service.js';
|
||||
import type { IPlatformBinding, IPlatformProviderConfig } from '../platform/types.js';
|
||||
|
||||
export interface IRequest_Any_Cloudly_GetServerConfig
|
||||
extends plugins.typedrequestInterfaces.implementsTR<
|
||||
@@ -31,6 +32,8 @@ extends plugins.typedrequestInterfaces.implementsTR<
|
||||
response: {
|
||||
configData: clusterInterfaces.ICluster;
|
||||
services: IService[];
|
||||
platformProviderConfigs?: IPlatformProviderConfig[];
|
||||
platformBindings?: IPlatformBinding[];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,6 +46,8 @@ extends plugins.typedrequestInterfaces.implementsTR<
|
||||
request: {
|
||||
configData: clusterInterfaces.ICluster;
|
||||
services: IService[];
|
||||
platformProviderConfigs?: IPlatformProviderConfig[];
|
||||
platformBindings?: IPlatformBinding[];
|
||||
};
|
||||
response: {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user