Returns the specified cluster profile pack manifests
GET/v1/clusterprofiles/:uid/packs/manifests
Returns the specified cluster profile pack manifests
Request
Path Parameters
Cluster profile uid
Query Parameters
Comma seperated pack meta such as schema, presets
Header Parameters
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
Array [
]
]
metadata
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
annotations
object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
labels
object
Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Name of the resource.
UID is the unique identifier generated for the resource. This is not an input field for any request.
spec
object
packs
object[]
Cluster profile packs array
metadata
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
annotations
object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
labels
object
Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Name of the resource.
UID is the unique identifier generated for the resource. This is not an input field for any request.
spec
object
Pack manifests spec
Pack add-on type such as logging, monitoring, security etc
annotations
object
Pack annotations is used to allow pack to add more arbitrary configurations
Pack supported cloud types
Pack digest
Pack display name
Pack end of life, date format: yyyy-MM-dd
Pack group
Possible values: [kernel
, os
, k8s
, cni
, csi
, addon
]
Pack logo url
manifests
undefined[]
Pack manifests are additional content as part of the cluster profile
Manifest content in yaml
Manifest name
Manifest uid
Pack name
presets
object[]
Pack presets are the set of configurations applied on user selection of presets
Pack registry uid
schema
object[]
Pack schema contains constraints such as data type, format, hints for the pack values
Possible values: [spectro
, helm
, manifest
, oci
]
Default value: spectro
Pack values
Pack version
Pack status
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-04-16T17:49:00.687Z",
"deletionTimestamp": "2024-04-16T17:49:00.687Z",
"labels": {},
"lastModifiedTimestamp": "2024-04-16T17:49:00.687Z",
"name": "string",
"uid": "string"
},
"spec": {
"packs": [
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-04-16T17:49:00.688Z",
"deletionTimestamp": "2024-04-16T17:49:00.688Z",
"labels": {},
"lastModifiedTimestamp": "2024-04-16T17:49:00.688Z",
"name": "string",
"uid": "string"
},
"spec": {
"addonType": "string",
"annotations": {},
"cloudTypes": [
"string"
],
"digest": "string",
"displayName": "string",
"eol": "string",
"group": "string",
"layer": "kernel",
"logoUrl": "string",
"manifests": [
{
"content": "string",
"name": "string",
"uid": "string"
}
],
"name": "string",
"presets": [
{
"add": "string",
"displayName": "string",
"group": "string",
"name": "string",
"remove": [
"string"
]
}
],
"registryUid": "string",
"schema": [
{
"format": "string",
"hints": [
"string"
],
"listOptions": [
"string"
],
"name": "string",
"readonly": true,
"regex": "string",
"required": true,
"type": "string"
}
],
"type": "spectro",
"values": "string",
"version": "string"
},
"status": {}
}
]
}
}