Skip to main content
Version: v1.8 (Dev)

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

Bodyrequired

    objectobject

Responses

OK

Schema
    apiVersionstringrequired
    kindstringrequired
    metadata object
    namestringrequired
    namespacestring
    status object
    conditions object[]
  • Array [
  • lastTransitionTimestring
    lastUpdateTimestring
    messagestring
    reasonstring
    statusstringrequired
    Default value:
    typestringrequired
    Default value:
  • ]
curl -L -X PATCH 'https://699c5de8cd2250875530e216--harvester-preview.netlify.app/apis/network.harvesterhci.io/v1beta1/clusternetworks/:name' \
-H 'Content-Type: application/json-patch+json' \
-H 'Accept: application/json' \
-d '{}'
RequestCollapse all
Parameters
— pathrequired
Body required
{}