mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add external miaa endpoint property (#11940)
This commit is contained in:
@@ -112,6 +112,9 @@ declare module 'azdata-ext' {
|
||||
uid: string // "cea737aa-3f82-4f6a-9bed-2b51c2c33dff"
|
||||
},
|
||||
spec: {
|
||||
service: {
|
||||
type: string // "NodePort"
|
||||
}
|
||||
storage: {
|
||||
data: {
|
||||
className: string, // "local-storage"
|
||||
@@ -125,7 +128,8 @@ declare module 'azdata-ext' {
|
||||
},
|
||||
status: {
|
||||
readyReplicas: string, // "1/1"
|
||||
state: string // "Ready"
|
||||
state: string, // "Ready"
|
||||
externalEndpoint?: string // "10.91.86.39:32718"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user