Retrieves specified workspace clusters workload clusterrolebindings
POST/v1/dashboard/workspaces/:uid/spectroclusters/workloads/clusterrolebinding
Retrieves specified workspace clusters workload clusterrolebindings
Request
Path Parameters
Header Parameters
Scope the request to the specified project uid
- application/json
Body
filter object
Workspace workloads filter
Responses
- 200
An array of clusters workload clusterrolebindings
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- Array [
- ]
- ]
- ]
clusters object[]
bindings object[]
metadata object
Cluster workload metadata
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.
entity object
Cluster workload ref
labels object
spec object
Cluster RBAC binding
role object
Cluster role ref
Possible values: [Role
, ClusterRole
]
subjects object[]
Possible values: [User
, Group
, ServiceAccount
]
Possible values: [RoleBinding
, ClusterRoleBinding
]
metadata object
Object for which the resource is related
Possible values: [spectrocluster
, machine
, cloudconfig
, clusterprofile
, pack
, appprofile
, appdeployment
, edgehost
]
metadata object
ObjectMeta input entity for object creation
annotations object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set
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
Name of the resource
{
"clusters": [
{
"bindings": [
{
"metadata": {
"creationTimestamp": "2023-12-01T21:31:48.592Z",
"entity": {
"kind": "string",
"name": "string",
"uid": "string"
},
"labels": {},
"namespace": "string"
},
"spec": {
"namespace": "string",
"role": {
"kind": "Role",
"name": "string"
},
"subjects": [
{
"name": "string",
"namespace": "string",
"type": "User"
}
],
"type": "RoleBinding"
}
}
],
"metadata": {
"kind": "spectrocluster",
"name": "string",
"uid": "string"
}
}
],
"metadata": {
"annotations": {},
"labels": {},
"name": "string"
}
}