Returns a list of packages on the cluster
GET/resources/compute.appvia.io/v2beta1/workspaces/:workspace/clusters/:name/packages
Returns a list of packages on the cluster
Request
Path Parameters
workspace stringrequired
Workspace to use
name stringrequired
Cluster name
Responses
- 200
- 401
- 403
- 500
Contains a collection of packages applicable to the cluster
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
Array [
]
Array [
]
]
items
undefined[]
required
name stringrequired
spec
required
chartName stringrequired
chartVersion stringrequired
description string
installNamespace string
packageName stringrequired
version stringrequired
status
cloudResourcesCreated boolean
conditions
undefined[]
detail string
lastTransitionTime stringrequired
message string
name stringrequired
negativePolarity boolean
observedGeneration int64
reason stringrequired
status stringrequired
type stringrequired
detail string
lastReconcile
generation int64required
time stringrequired
lastSuccess
generation int64required
time stringrequired
message string
obsoleteResources
undefined[]
kind stringrequired
name stringrequired
ownedResources
cloudResources
undefined[]
cloud string
id string
name string
type string
wayfinderResources
undefined[]
kind string
name string
workspace string
pendingSince
generation int64required
time stringrequired
status stringrequired
wayfinderVersion string
{
"items": [
{
"name": "string",
"spec": {
"chartName": "string",
"chartVersion": "string",
"description": "string",
"installNamespace": "string",
"packageName": "string",
"version": "string"
},
"status": {
"cloudResourcesCreated": true,
"conditions": [
{
"detail": "string",
"lastTransitionTime": "string",
"message": "string",
"name": "string",
"negativePolarity": true,
"observedGeneration": 0,
"reason": "string",
"status": "string",
"type": "string"
}
],
"detail": "string",
"lastReconcile": {
"generation": 0,
"time": "string"
},
"lastSuccess": {
"generation": 0,
"time": "string"
},
"message": "string",
"obsoleteResources": [
{
"kind": "string",
"name": "string"
}
],
"ownedResources": {
"cloudResources": [
{
"cloud": "string",
"id": "string",
"name": "string",
"type": "string"
}
],
"wayfinderResources": [
{
"kind": "string",
"name": "string",
"workspace": "string"
}
]
},
"pendingSince": {
"generation": 0,
"time": "string"
},
"status": "string",
"wayfinderVersion": "string"
}
}
]
}
If not authenticated
If authenticated but not authorized
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...