Returns the associated profile's pack manifests of a specified cluster
GET/v1/spectroclusters/:uid/profiles/packs/manifests
Returns the associated profile's pack manifests of a specified cluster
Request
Path Parameters
Cluster uid
Query Parameters
Includes pack meta such as schema, presets
Resolve pack macro variables if set to true
Header Parameters
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
Array [
]
Array [
]
]
]
profiles
object[]
required
metadata
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
annotations
object
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
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
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
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 must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
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 is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
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
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
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 must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
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
{
"profiles": [
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-02T18:20:58.888Z",
"deletionTimestamp": "2024-07-02T18:20:58.888Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-02T18:20:58.888Z",
"name": "string",
"uid": "string"
},
"spec": {
"packs": [
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-02T18:20:58.888Z",
"deletionTimestamp": "2024-07-02T18:20:58.888Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-02T18:20:58.888Z",
"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": {}
}
]
}
}
]
}