update crd
This commit is contained in:
@@ -156,6 +156,119 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"instanceEngineFrontends": {
|
||||
"additionalProperties": {
|
||||
"properties": {
|
||||
"spec": {
|
||||
"properties": {
|
||||
"dataEngine": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"status": {
|
||||
"properties": {
|
||||
"activePath": {
|
||||
"type": "string"
|
||||
},
|
||||
"conditions": {
|
||||
"additionalProperties": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"nullable": true,
|
||||
"type": "object"
|
||||
},
|
||||
"endpoint": {
|
||||
"type": "string"
|
||||
},
|
||||
"errorMsg": {
|
||||
"type": "string"
|
||||
},
|
||||
"frontend": {
|
||||
"type": "string"
|
||||
},
|
||||
"listen": {
|
||||
"type": "string"
|
||||
},
|
||||
"paths": {
|
||||
"items": {
|
||||
"properties": {
|
||||
"anaState": {
|
||||
"type": "string"
|
||||
},
|
||||
"engineName": {
|
||||
"type": "string"
|
||||
},
|
||||
"nguid": {
|
||||
"type": "string"
|
||||
},
|
||||
"nqn": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetIP": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetPort": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"portEnd": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"portStart": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"preferredPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"resourceVersion": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetPortEnd": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"targetPortStart": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"ublkID": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"nullable": true,
|
||||
"type": "object"
|
||||
},
|
||||
"instanceEngines": {
|
||||
"additionalProperties": {
|
||||
"properties": {
|
||||
@@ -173,6 +286,9 @@
|
||||
},
|
||||
"status": {
|
||||
"properties": {
|
||||
"activePath": {
|
||||
"type": "string"
|
||||
},
|
||||
"conditions": {
|
||||
"additionalProperties": {
|
||||
"type": "boolean"
|
||||
@@ -186,9 +302,39 @@
|
||||
"errorMsg": {
|
||||
"type": "string"
|
||||
},
|
||||
"frontend": {
|
||||
"type": "string"
|
||||
},
|
||||
"listen": {
|
||||
"type": "string"
|
||||
},
|
||||
"paths": {
|
||||
"items": {
|
||||
"properties": {
|
||||
"anaState": {
|
||||
"type": "string"
|
||||
},
|
||||
"engineName": {
|
||||
"type": "string"
|
||||
},
|
||||
"nguid": {
|
||||
"type": "string"
|
||||
},
|
||||
"nqn": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetIP": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetPort": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"portEnd": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@@ -197,6 +343,9 @@
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"preferredPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"resourceVersion": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
@@ -250,6 +399,9 @@
|
||||
},
|
||||
"status": {
|
||||
"properties": {
|
||||
"activePath": {
|
||||
"type": "string"
|
||||
},
|
||||
"conditions": {
|
||||
"additionalProperties": {
|
||||
"type": "boolean"
|
||||
@@ -263,9 +415,39 @@
|
||||
"errorMsg": {
|
||||
"type": "string"
|
||||
},
|
||||
"frontend": {
|
||||
"type": "string"
|
||||
},
|
||||
"listen": {
|
||||
"type": "string"
|
||||
},
|
||||
"paths": {
|
||||
"items": {
|
||||
"properties": {
|
||||
"anaState": {
|
||||
"type": "string"
|
||||
},
|
||||
"engineName": {
|
||||
"type": "string"
|
||||
},
|
||||
"nguid": {
|
||||
"type": "string"
|
||||
},
|
||||
"nqn": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetIP": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetPort": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"portEnd": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@@ -274,6 +456,9 @@
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"preferredPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"resourceVersion": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
|
||||
Reference in New Issue
Block a user