Skip to main content
Version: v1.4

Patch a Cluster Network

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

Body

required

    object

Responses

OK

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
  • ]
curl -L -X PATCH 'https://docs.harvesterhci.io/apis/network.harvesterhci.io/v1beta1/clusternetworks/:name' \
-H 'Content-Type: application/json-patch+json' \
-H 'Accept: application/json' \
--data-raw '{}'
Request Collapse all
Parameters
— pathrequired
Body required
{}