Skip to content

Commit

Permalink
Merge pull request #102 from playground/oh-mesh
Browse files Browse the repository at this point in the history
add registerMeshAgent, meshNodeList, meshAgreementList
  • Loading branch information
playground authored Feb 21, 2024
2 parents a61d213 + 55c7e1e commit 30e0f85
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 16 deletions.
1 change: 1 addition & 0 deletions build/commands/deploy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ declare type Options = {
filter: string | undefined;
skip_config_update: string | undefined;
config_file: string | undefined;
image: string | undefined;
k8s: string | undefined;
};
export declare const command: string;
Expand Down
10 changes: 8 additions & 2 deletions build/commands/deploy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/commands/deploy.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions build/common/src/hzn.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ export declare class Hzn {
publishPattern(): Observable<unknown>;
publishMMSService(): Observable<unknown>;
publishMMSPattern(): Observable<unknown>;
createDeployment(): Observable<unknown>;
exposeDeployment(): Observable<unknown>;
meshNodeList(): Observable<unknown>;
meshAgreementList(): Observable<unknown>;
registerMeshAgent(): Observable<unknown>;
unregisterMeshAgent(): Observable<unknown>;
unregisterAgent(): Observable<unknown>;
Expand Down
24 changes: 23 additions & 1 deletion build/common/src/hzn.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/common/src/hzn.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/common/src/interface/hzn-model.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ export interface IHznParam {
filter?: string;
policy: IPolicy;
configFile: string;
image: string;
port: string;
type: string;
k8s: string;
}
export interface IPolicy {
Expand Down
Loading

0 comments on commit 30e0f85

Please sign in to comment.