Patch a Namespaced Cluster Network

  1. PATCH /apis/network.harvesterhci.io/v1beta1/clusternetworks/:name

Patch a ClusterNetwork object.

Request

Path Parameters

name stringrequired

Possible values: Value must match regular expression [a-z0-9][a-z0-9\-]*

Name of the resource

namespace stringrequired

Possible values: Value must match regular expression [a-z0-9][a-z0-9\-]*

Object name and auth scope, such as for teams and projects

  • application/json-patch+json
  • application/merge-patch+json

Body

required

object

Body

required

object

Responses

  • 200
  • 401

OK

  • application/json

  • Schema

  • Example (from schema)

Schema

apiVersion stringrequired

kind stringrequired

metadata object

name stringrequired

namespace string

status object

conditions object[]

  • Array [

lastTransitionTime string

lastUpdateTime string

message string

reason string

status stringrequired

type stringrequired

  • ]
  1. {
  2. "apiVersion": "string",
  3. "kind": "string",
  4. "metadata": {
  5. "name": "string",
  6. "namespace": "string"
  7. },
  8. "status": {
  9. "conditions": [
  10. {
  11. "lastTransitionTime": "string",
  12. "lastUpdateTime": "string",
  13. "message": "string",
  14. "reason": "string",
  15. "status": "string",
  16. "type": "string"
  17. }
  18. ]
  19. }
  20. }

Unauthorized

  • application/json

  • Schema

Schema

string

Loading…