Skip to content

Instantly share code, notes, and snippets.

@tremes
Created February 5, 2020 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tremes/e9b2e10ed589de160f10ee2bff572331 to your computer and use it in GitHub Desktop.
Save tremes/e9b2e10ed589de160f10ee2bff572331 to your computer and use it in GitHub Desktop.
[
{
"metadata": {
"feature_id": "cluster_info",
"component": "fe.features.cluster_info.feature"
},
"schema": {
"version": "1.0",
"fields": [
{
"name": "current_version",
"type": "String"
},
{
"name": "desired_version",
"type": "String"
},
{
"name": "cluster_id",
"type": "String"
}
]
},
"data": [
{
"current_version": "4.2.0",
"desired_version": "4.2.0",
"cluster_id": "e2257656-7f2e-40c5-892a-72a31b9d53d3"
}
]
},
{
"metadata": {
"feature_id": "foc",
"component": "fe.features.foc.feature"
},
"schema": {
"version": "1.0",
"fields": [
{
"name": "cluster_id",
"type": "String"
},
{
"name": "operator",
"type": "String"
},
{
"name": "type",
"type": "String"
},
{
"name": "status",
"type": "Boolean"
},
{
"name": "last_transition_time",
"type": "DateTime"
},
{
"name": "reason",
"type": "String"
},
{
"name": "message",
"type": "String"
},
{
"name": "duration",
"type": "Integer"
}
]
},
"data": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment