Skip to main content
Version: v1.4 (EOL)

Patch a Namespaced Upgrade

PATCH 

/apis/harvesterhci.io/v1beta1/namespaces/:namespace/upgrades/:name

Patch a Upgrade 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

Bodyrequired

    objectobject

Responses

OK

Schema
    apiVersionstringrequired
    kindstringrequired
    metadata object
    namestringrequired
    namespacestring
    spec objectrequired
    imagestring
    Default value:
    logEnabledboolean
    Default value: false
    versionstring
    Default value:
    status object
    conditions object[]
  • Array [
  • lastTransitionTimestring
    lastUpdateTimestring
    messagestring
    reasonstring
    statusstringrequired
    Default value:
    typestringrequired
    Default value:
  • ]
  • imageIDstring
    nodeStatuses object
    property name* harvesterhci.io.v1beta1.NodeUpgradeStatus
    messagestring
    reasonstring
    statestring
    previousVersionstring
    repoInfostring
    singleNodestring
    upgradeLogstring
curl -L -X PATCH 'https://699c5de8cd2250875530e216--harvester-preview.netlify.app/apis/harvesterhci.io/v1beta1/namespaces/:namespace/upgrades/:name' \
-H 'Content-Type: application/json-patch+json' \
-H 'Accept: application/json' \
-d '{}'
RequestCollapse all
Parameters
— pathrequired
— pathrequired
Body required
{}