feat(cloudlyapiclient): Extend CloudlyApiClient with cluster, secretbundle, and secretgroup methods
This commit is contained in:
@@ -72,14 +72,7 @@ export class SecretGroup implements plugins.servezoneInterfaces.data.ISecretGrou
|
||||
identity: this.cloudlyClientRef.identity,
|
||||
secretGroup: {
|
||||
id: this.id,
|
||||
data: {
|
||||
name: this.data.name,
|
||||
description: this.data.description,
|
||||
environments: this.data.environments,
|
||||
key: this.data.key,
|
||||
tags: this.data.tags,
|
||||
priority: this.data.priority,
|
||||
},
|
||||
data: this.data,
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user