@daocloud-proto/mcamel-rabbitmq 0.7.0-34 → 0.7.0-35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cloudshell.pb.ts +2 -8
- package/package.json +1 -1
package/cloudshell.pb.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import * as GoogleProtobufEmpty from "../../../google/protobuf/empty.pb"
|
|
8
|
+
import * as CommonCommon from "./common.pb"
|
|
8
9
|
import * as fm from "./fetch.pb"
|
|
9
10
|
|
|
10
11
|
export enum CreateCloudShellRequestType {
|
|
@@ -14,13 +15,6 @@ export enum CreateCloudShellRequestType {
|
|
|
14
15
|
logs = "logs",
|
|
15
16
|
}
|
|
16
17
|
|
|
17
|
-
export type OwnerReference = {
|
|
18
|
-
uid?: string
|
|
19
|
-
controller?: boolean
|
|
20
|
-
name?: string
|
|
21
|
-
kind?: string
|
|
22
|
-
}
|
|
23
|
-
|
|
24
18
|
export type ObjectMeta = {
|
|
25
19
|
name?: string
|
|
26
20
|
namespace?: string
|
|
@@ -30,7 +24,7 @@ export type ObjectMeta = {
|
|
|
30
24
|
deletionTimestamp?: string
|
|
31
25
|
labels?: {[key: string]: string}
|
|
32
26
|
annotations?: {[key: string]: string}
|
|
33
|
-
ownerReferences?: OwnerReference[]
|
|
27
|
+
ownerReferences?: CommonCommon.OwnerReference[]
|
|
34
28
|
cluster?: string
|
|
35
29
|
workspaceAlias?: string
|
|
36
30
|
}
|