Skip to content

Commit

Permalink
Merge pull request #96 from port-labs/UPDATE_K8S_NODE_BLUEPRINT
Browse files Browse the repository at this point in the history
updates node blueprint to support Unknown ready status
  • Loading branch information
OmriGez authored Apr 9, 2024
2 parents 446f513 + 654e34c commit 2d2b10f
Show file tree
Hide file tree
Showing 10 changed files with 3,916 additions and 3,979 deletions.
841 changes: 407 additions & 434 deletions kubernetes/blueprints/argo-argo_rollouts-blueprints.json

Large diffs are not rendered by default.

839 changes: 406 additions & 433 deletions kubernetes/blueprints/argo-blueprints.json

Large diffs are not rendered by default.

945 changes: 473 additions & 472 deletions kubernetes/blueprints/fluxcd-blueprints.json

Large diffs are not rendered by default.

45 changes: 16 additions & 29 deletions kubernetes/blueprints/istio-blueprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@
"title": "Cluster",
"icon": "Cluster",
"schema": {
"properties": {
},
"required": [
]
},
"mirrorProperties": {
},
"calculationProperties": {
"properties": {},
"required": []
},
"relations": {
}
"mirrorProperties": {},
"calculationProperties": {},
"relations": {}
},
{
"identifier": "node",
Expand All @@ -42,7 +37,8 @@
"description": "Node ready status",
"enum": [
"True",
"False"
"False",
"Unknown"
],
"enumColors": {
"False": "red",
Expand All @@ -67,13 +63,10 @@
"description": "Total CPU capacity of the Node"
}
},
"required": [
]
},
"mirrorProperties": {
},
"calculationProperties": {
"required": []
},
"mirrorProperties": {},
"calculationProperties": {},
"relations": {
"Cluster": {
"title": "Cluster",
Expand Down Expand Up @@ -102,13 +95,10 @@
"description": "Labels of the Namespace"
}
},
"required": [
]
},
"mirrorProperties": {
},
"calculationProperties": {
"required": []
},
"mirrorProperties": {},
"calculationProperties": {},
"relations": {
"Cluster": {
"title": "Cluster",
Expand Down Expand Up @@ -239,8 +229,7 @@
"conditions": {
"type": "array",
"title": "Conditions",
"default": [
],
"default": [],
"description": "Pod's conditions"
},
"labels": {
Expand All @@ -260,8 +249,7 @@
"description": "Pod's creation date"
}
},
"required": [
]
"required": []
},
"mirrorProperties": {
"containers": {
Expand All @@ -277,8 +265,7 @@
"path": "workload.Namespace.$title"
}
},
"calculationProperties": {
},
"calculationProperties": {},
"relations": {
"replicaSet": {
"title": "ReplicaSet",
Expand Down
Loading

0 comments on commit 2d2b10f

Please sign in to comment.