Cloud Connection
Cloud Environment
Pulsar Cluster
Pulsar Gateway
Pulsar Instance
Service Account
Patch pulsarclusters
partially update the specified PulsarCluster
{
"apiVersion": "<string>",
"kind": "<string>",
"metadata": {
"annotations": {},
"clusterName": "<string>",
"creationTimestamp": "2023-11-07T05:31:56Z",
"deletionGracePeriodSeconds": 123,
"deletionTimestamp": "2023-11-07T05:31:56Z",
"finalizers": [
""
],
"generateName": "<string>",
"generation": 123,
"labels": {},
"managedFields": [
{
"apiVersion": "<string>",
"fieldsType": "<string>",
"fieldsV1": {},
"manager": "<string>",
"operation": "<string>",
"subresource": "<string>",
"time": "2023-11-07T05:31:56Z"
}
],
"name": "<string>",
"namespace": "<string>",
"ownerReferences": [
{
"apiVersion": "",
"blockOwnerDeletion": true,
"controller": true,
"kind": "",
"name": "",
"uid": ""
}
],
"resourceVersion": "<string>",
"selfLink": "<string>",
"uid": "<string>"
},
"spec": {
"bookKeeperSetRef": {
"name": "",
"namespace": "<string>"
},
"bookkeeper": {
"autoScalingPolicy": {
"maxReplicas": 0,
"minReplicas": 123
},
"image": "<string>",
"replicas": 123,
"resourceSpec": {
"nodeType": "<string>",
"storageSize": "<string>"
},
"resources": {
"cpu": "<string>",
"directPercentage": 0,
"heapPercentage": 0,
"journalDisk": "<string>",
"ledgerDisk": "<string>",
"memory": "<string>"
}
},
"broker": {
"autoScalingPolicy": {
"maxReplicas": 123,
"minReplicas": 123
},
"image": "<string>",
"replicas": 123,
"resourceSpec": {
"nodeType": "<string>"
},
"resources": {
"cpu": "<string>",
"directPercentage": 0,
"heapPercentage": 0,
"memory": "<string>"
}
},
"config": {
"auditLog": {
"categories": [
""
]
},
"custom": {},
"functionEnabled": true,
"protocols": {
"amqp": {},
"kafka": {},
"mqtt": {}
},
"transactionEnabled": true,
"websocketEnabled": true
},
"instanceName": "",
"location": "",
"maintenanceWindow": {
"recurrence": "",
"window": {
"duration": "<string>",
"startTime": ""
}
},
"poolMemberRef": {
"name": "",
"namespace": ""
},
"releaseChannel": "<string>",
"serviceEndpoints": [
{
"dnsName": "",
"type": "<string>"
}
],
"tolerations": [
{
"effect": "<string>",
"key": "<string>",
"operator": "<string>",
"value": "<string>"
}
],
"zooKeeperSetRef": {
"name": "",
"namespace": "<string>"
}
},
"status": {
"bookkeeper": {
"readyReplicas": 123,
"replicas": 123,
"updatedReplicas": 123
},
"broker": {
"readyReplicas": 123,
"replicas": 123,
"updatedReplicas": 123
},
"conditions": [
{
"lastTransitionTime": "2023-11-07T05:31:56Z",
"message": "<string>",
"observedGeneration": 123,
"reason": "<string>",
"status": "",
"type": ""
}
],
"zookeeper": {
"readyReplicas": 123,
"replicas": 123,
"updatedReplicas": 123
}
}
}
Path Parameters
name of the PulsarCluster
object name and auth scope, such as for teams and projects
Query Parameters
If 'true', then the output is pretty printed.
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
Body
Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
Response
OK
PulsarCluster
Was this page helpful?
{
"apiVersion": "<string>",
"kind": "<string>",
"metadata": {
"annotations": {},
"clusterName": "<string>",
"creationTimestamp": "2023-11-07T05:31:56Z",
"deletionGracePeriodSeconds": 123,
"deletionTimestamp": "2023-11-07T05:31:56Z",
"finalizers": [
""
],
"generateName": "<string>",
"generation": 123,
"labels": {},
"managedFields": [
{
"apiVersion": "<string>",
"fieldsType": "<string>",
"fieldsV1": {},
"manager": "<string>",
"operation": "<string>",
"subresource": "<string>",
"time": "2023-11-07T05:31:56Z"
}
],
"name": "<string>",
"namespace": "<string>",
"ownerReferences": [
{
"apiVersion": "",
"blockOwnerDeletion": true,
"controller": true,
"kind": "",
"name": "",
"uid": ""
}
],
"resourceVersion": "<string>",
"selfLink": "<string>",
"uid": "<string>"
},
"spec": {
"bookKeeperSetRef": {
"name": "",
"namespace": "<string>"
},
"bookkeeper": {
"autoScalingPolicy": {
"maxReplicas": 0,
"minReplicas": 123
},
"image": "<string>",
"replicas": 123,
"resourceSpec": {
"nodeType": "<string>",
"storageSize": "<string>"
},
"resources": {
"cpu": "<string>",
"directPercentage": 0,
"heapPercentage": 0,
"journalDisk": "<string>",
"ledgerDisk": "<string>",
"memory": "<string>"
}
},
"broker": {
"autoScalingPolicy": {
"maxReplicas": 123,
"minReplicas": 123
},
"image": "<string>",
"replicas": 123,
"resourceSpec": {
"nodeType": "<string>"
},
"resources": {
"cpu": "<string>",
"directPercentage": 0,
"heapPercentage": 0,
"memory": "<string>"
}
},
"config": {
"auditLog": {
"categories": [
""
]
},
"custom": {},
"functionEnabled": true,
"protocols": {
"amqp": {},
"kafka": {},
"mqtt": {}
},
"transactionEnabled": true,
"websocketEnabled": true
},
"instanceName": "",
"location": "",
"maintenanceWindow": {
"recurrence": "",
"window": {
"duration": "<string>",
"startTime": ""
}
},
"poolMemberRef": {
"name": "",
"namespace": ""
},
"releaseChannel": "<string>",
"serviceEndpoints": [
{
"dnsName": "",
"type": "<string>"
}
],
"tolerations": [
{
"effect": "<string>",
"key": "<string>",
"operator": "<string>",
"value": "<string>"
}
],
"zooKeeperSetRef": {
"name": "",
"namespace": "<string>"
}
},
"status": {
"bookkeeper": {
"readyReplicas": 123,
"replicas": 123,
"updatedReplicas": 123
},
"broker": {
"readyReplicas": 123,
"replicas": 123,
"updatedReplicas": 123
},
"conditions": [
{
"lastTransitionTime": "2023-11-07T05:31:56Z",
"message": "<string>",
"observedGeneration": 123,
"reason": "<string>",
"status": "",
"type": ""
}
],
"zookeeper": {
"readyReplicas": 123,
"replicas": 123,
"updatedReplicas": 123
}
}
}