Returns the specified cluster profile packs
GET/v1/clusterprofiles/:uid/packs
Returns the specified cluster profile packs
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 [
]
Array [
Array [
]
]
Array [
Array [
]
]
]
items
object[]
required
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 object
Pack add-on sub type such as monitoring, db etc
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
object[]
Pack manifests are additional content as part of the cluster profile
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
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
template
Pack template configuration
Pack template manifest content
parameters
Pack template parameters
inputParameters
undefined[]
Pack template input parameters array
Pack template parameter description
Pack template parameter display name
Pack template parameter format
Pack template parameter hidden flag, if true then the parameter is hidden in the UI
Pack template parameter list options as string array
Pack template parameter name
Pack template parameter optional flag, if true then the parameter value is not mandatory
options
object
Pack template parameter options array
property name*
object
Pack template parameter option
dependencies
object[]
Pack template parameter dependencies
Pack template dependency pack layer
Pack template dependency pack name
If true then dependency pack values can't be overridden
Pack template parameter description
Pack template parameter label
Pack template parameter readonly flag, if true then the parameter value can't be overridden
Pack template parameter regex, if set then parameter value must match with specified regex
Pack template parameter target key which is mapped to the key defined in the pack values
Pack template parameter data type
Pack template parameter value
outputParameters
undefined[]
Pack template output parameters array
Pack template parameter description
Pack template parameter display name
Pack template parameter format
Pack template parameter hidden flag, if true then the parameter is hidden in the UI
Pack template parameter list options as string array
Pack template parameter name
Pack template parameter optional flag, if true then the parameter value is not mandatory
options
object
Pack template parameter options array
property name*
object
Pack template parameter option
dependencies
object[]
Pack template parameter dependencies
Pack template dependency pack layer
Pack template dependency pack name
If true then dependency pack values can't be overridden
Pack template parameter description
Pack template parameter label
Pack template parameter readonly flag, if true then the parameter value can't be overridden
Pack template parameter regex, if set then parameter value must match with specified regex
Pack template parameter target key which is mapped to the key defined in the pack values
Pack template parameter data type
Pack template parameter value
Pack template values
Possible values: [spectro
, helm
, manifest
, oci
]
Default value: spectro
Pack values
Pack version
Pack status
{
"items": [
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-03T13:23:52.842Z",
"deletionTimestamp": "2024-07-03T13:23:52.842Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-03T13:23:52.842Z",
"name": "string",
"uid": "string"
},
"spec": {
"addonSubType": "string",
"addonType": "string",
"annotations": {},
"cloudTypes": [
"string"
],
"digest": "string",
"displayName": "string",
"eol": "string",
"group": "string",
"layer": "kernel",
"logoUrl": "string",
"manifests": [
{
"kind": "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"
}
],
"template": {
"manifest": "string",
"parameters": {
"inputParameters": [
{
"description": "string",
"displayName": "string",
"format": "string",
"hidden": true,
"listOptions": [
"string"
],
"name": "string",
"optional": true,
"options": {},
"readOnly": true,
"regex": "string",
"targetKey": "string",
"type": "string",
"value": "string"
}
],
"outputParameters": [
{
"description": "string",
"displayName": "string",
"format": "string",
"hidden": true,
"listOptions": [
"string"
],
"name": "string",
"optional": true,
"options": {},
"readOnly": true,
"regex": "string",
"targetKey": "string",
"type": "string",
"value": "string"
}
]
},
"values": "string"
},
"type": "spectro",
"values": "string",
"version": "string"
},
"status": {}
}
]
}