Skip to content

Commit

Permalink
Adding new schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Hamon committed Aug 5, 2021
1 parent d21bd60 commit a540d13
Show file tree
Hide file tree
Showing 4,020 changed files with 1,739,622 additions and 80 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions master-local/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@
"type": "integer"
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -1005,7 +1005,7 @@
"type": "integer"
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -1200,7 +1200,7 @@
"type": "integer"
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -1448,7 +1448,7 @@
"type": "integer"
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion master-local/daemonsetstatus-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
]
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-local/daemonsetstatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
]
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-local/deploymentstatus-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-local/deploymentstatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-local/replicasetstatus-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-local/replicasetstatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-local/statefulsetstatus-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
]
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-local/statefulsetstatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
]
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
8 changes: 4 additions & 4 deletions master-standalone-strict/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
"type": "integer"
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -1031,7 +1031,7 @@
"type": "integer"
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -1232,7 +1232,7 @@
"type": "integer"
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -1488,7 +1488,7 @@
"type": "integer"
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/daemonset-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9663,7 +9663,7 @@
"type": "integer"
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/daemonset.json
Original file line number Diff line number Diff line change
Expand Up @@ -9660,7 +9660,7 @@
"type": "integer"
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/daemonsetlist-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9678,7 +9678,7 @@
"type": "integer"
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/daemonsetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -9672,7 +9672,7 @@
"type": "integer"
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/daemonsetstatus-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
]
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/daemonsetstatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
]
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/deployment-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9687,7 +9687,7 @@
]
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -9684,7 +9684,7 @@
]
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/deploymentlist-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9702,7 +9702,7 @@
]
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/deploymentlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -9696,7 +9696,7 @@
]
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/deploymentstatus-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
]
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/deploymentstatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
]
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/replicaset-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9599,7 +9599,7 @@
]
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/replicaset.json
Original file line number Diff line number Diff line change
Expand Up @@ -9596,7 +9596,7 @@
]
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/replicasetlist-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9614,7 +9614,7 @@
]
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/replicasetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -9608,7 +9608,7 @@
]
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/replicasetstatus-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
]
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/replicasetstatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
]
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/statefulset-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10305,7 +10305,7 @@
]
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -10299,7 +10299,7 @@
]
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/statefulsetlist-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10320,7 +10320,7 @@
]
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/statefulsetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -10311,7 +10311,7 @@
]
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/statefulsetstatus-apps-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
]
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/statefulsetstatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
]
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": [
"integer",
Expand Down
8 changes: 4 additions & 4 deletions master-standalone/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@
"type": "integer"
},
"numberReady": {
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -1005,7 +1005,7 @@
"type": "integer"
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -1200,7 +1200,7 @@
"type": "integer"
},
"readyReplicas": {
"description": "The number of ready replicas for this replica set.",
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -1448,7 +1448,7 @@
"type": "integer"
},
"readyReplicas": {
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
"format": "int32",
"type": "integer"
},
Expand Down
Loading

0 comments on commit a540d13

Please sign in to comment.