Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
feat: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] committed May 2, 2024
1 parent a09425d commit 2efcf5f
Showing 1 changed file with 176 additions and 25 deletions.
201 changes: 176 additions & 25 deletions hivemq.com/hivemqplatform_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,18 @@
"type": "object",
"additionalProperties": false
},
"matchLabelKeys": {
"items": {
"type": "string"
},
"type": "array"
},
"mismatchLabelKeys": {
"items": {
"type": "string"
},
"type": "array"
},
"namespaceSelector": {
"properties": {
"matchExpressions": {
Expand Down Expand Up @@ -876,6 +888,18 @@
"type": "object",
"additionalProperties": false
},
"matchLabelKeys": {
"items": {
"type": "string"
},
"type": "array"
},
"mismatchLabelKeys": {
"items": {
"type": "string"
},
"type": "array"
},
"namespaceSelector": {
"properties": {
"matchExpressions": {
Expand Down Expand Up @@ -968,6 +992,18 @@
"type": "object",
"additionalProperties": false
},
"matchLabelKeys": {
"items": {
"type": "string"
},
"type": "array"
},
"mismatchLabelKeys": {
"items": {
"type": "string"
},
"type": "array"
},
"namespaceSelector": {
"properties": {
"matchExpressions": {
Expand Down Expand Up @@ -1059,6 +1095,18 @@
"type": "object",
"additionalProperties": false
},
"matchLabelKeys": {
"items": {
"type": "string"
},
"type": "array"
},
"mismatchLabelKeys": {
"items": {
"type": "string"
},
"type": "array"
},
"namespaceSelector": {
"properties": {
"matchExpressions": {
Expand Down Expand Up @@ -1318,6 +1366,15 @@
"type": "object",
"additionalProperties": false
},
"sleep": {
"properties": {
"seconds": {
"type": "integer"
}
},
"type": "object",
"additionalProperties": false
},
"tcpSocket": {
"properties": {
"host": {
Expand Down Expand Up @@ -1397,6 +1454,15 @@
"type": "object",
"additionalProperties": false
},
"sleep": {
"properties": {
"seconds": {
"type": "integer"
}
},
"type": "object",
"additionalProperties": false
},
"tcpSocket": {
"properties": {
"host": {
Expand Down Expand Up @@ -2241,6 +2307,15 @@
"type": "object",
"additionalProperties": false
},
"sleep": {
"properties": {
"seconds": {
"type": "integer"
}
},
"type": "object",
"additionalProperties": false
},
"tcpSocket": {
"properties": {
"host": {
Expand Down Expand Up @@ -2320,6 +2395,15 @@
"type": "object",
"additionalProperties": false
},
"sleep": {
"properties": {
"seconds": {
"type": "integer"
}
},
"type": "object",
"additionalProperties": false
},
"tcpSocket": {
"properties": {
"host": {
Expand Down Expand Up @@ -3173,6 +3257,15 @@
"type": "object",
"additionalProperties": false
},
"sleep": {
"properties": {
"seconds": {
"type": "integer"
}
},
"type": "object",
"additionalProperties": false
},
"tcpSocket": {
"properties": {
"host": {
Expand Down Expand Up @@ -3252,6 +3345,15 @@
"type": "object",
"additionalProperties": false
},
"sleep": {
"properties": {
"seconds": {
"type": "integer"
}
},
"type": "object",
"additionalProperties": false
},
"tcpSocket": {
"properties": {
"host": {
Expand Down Expand Up @@ -4570,18 +4672,6 @@
},
"resources": {
"properties": {
"claims": {
"items": {
"properties": {
"name": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"limits": {
"additionalProperties": {
"anyOf": [
Expand Down Expand Up @@ -4650,6 +4740,9 @@
"storageClassName": {
"type": "string"
},
"volumeAttributesClassName": {
"type": "string"
},
"volumeMode": {
"type": "string"
},
Expand Down Expand Up @@ -4910,6 +5003,57 @@
"sources": {
"items": {
"properties": {
"clusterTrustBundle": {
"properties": {
"labelSelector": {
"properties": {
"matchExpressions": {
"items": {
"properties": {
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"values": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"matchLabels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object",
"additionalProperties": false
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
},
"path": {
"type": "string"
},
"signerName": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"configMap": {
"properties": {
"items": {
Expand Down Expand Up @@ -5440,18 +5584,6 @@
},
"resources": {
"properties": {
"claims": {
"items": {
"properties": {
"name": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"limits": {
"additionalProperties": {
"anyOf": [
Expand Down Expand Up @@ -5520,6 +5652,9 @@
"storageClassName": {
"type": "string"
},
"volumeAttributesClassName": {
"type": "string"
},
"volumeMode": {
"type": "string"
},
Expand Down Expand Up @@ -5599,6 +5734,21 @@
},
"type": "array"
},
"currentVolumeAttributesClassName": {
"type": "string"
},
"modifyVolumeStatus": {
"properties": {
"status": {
"type": "string"
},
"targetVolumeAttributesClassName": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"phase": {
"type": "string"
}
Expand Down Expand Up @@ -5629,7 +5779,8 @@
"crdVersion": {
"description": "The CRD version this custom resource was created with",
"enum": [
"V1_2_0"
"V1_2_0",
"V1_3_0"
],
"type": "string"
},
Expand Down

0 comments on commit 2efcf5f

Please sign in to comment.