Skip to content

Commit

Permalink
add createNetworkSegment
Browse files Browse the repository at this point in the history
  • Loading branch information
mesh committed Feb 27, 2024
1 parent 373aa43 commit aede3a5
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 21 deletions.
1 change: 1 addition & 0 deletions build/commands/deploy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ declare type Options = {
config_file: string | undefined;
image: string | undefined;
k8s: string | undefined;
compatibility: string | undefined;
};
export declare const command: string;
export declare const desc: string;
Expand Down
16 changes: 9 additions & 7 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.

1 change: 1 addition & 0 deletions build/common/src/hzn.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export declare class Hzn {
publishMMSService(): Observable<unknown>;
publishMMSPattern(): Observable<unknown>;
createDeployment(): Observable<unknown>;
createNetworkSegment(): Observable<unknown>;
exposeDeployment(): Observable<unknown>;
meshNodeList(): Observable<unknown>;
meshAgreementList(): Observable<unknown>;
Expand Down
7 changes: 7 additions & 0 deletions 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.

1 change: 1 addition & 0 deletions build/common/src/interface/hzn-model.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export interface IHznParam {
port: string;
type: string;
k8s: string;
compatibility: string;
}
export interface IPolicy {
envVar: string;
Expand Down
Loading

0 comments on commit aede3a5

Please sign in to comment.