fix(image registry): start work on image registry
This commit is contained in:
@ -91,7 +91,7 @@ export class CloudlyClient {
|
||||
'getClusterConfig'
|
||||
);
|
||||
const response = await clusterConfigRequest.fire({
|
||||
jwt: '', // TODO: do proper auth here
|
||||
jwt: '',
|
||||
clusterIdentifier: identityArg,
|
||||
});
|
||||
return response.configData;
|
||||
|
@ -1,5 +1,7 @@
|
||||
import * as plugins from './plugins.js';
|
||||
|
||||
export class Image {
|
||||
public getImages() {}
|
||||
public getImages() {
|
||||
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
import * as plugins from './plugins.js';
|
||||
|
||||
export class Server {
|
||||
public static getServers() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user