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

Patch a Key Pair

PATCH 

/apis/harvesterhci.io/v1beta1/namespaces/{namespace:[a-z0-9][a-z0-9\-]*}/keypairs/{name:[a-z0-9][a-z0-9\-]*}

Patch a KeyPair object.

Request

Path Parameters

    name stringrequired

    Name of the resource

    namespace stringrequired

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

Body

required

    object

Responses

OK

Schema
    apiVersion stringrequired
    kind stringrequired
    metadata object
    name stringrequired
    namespace string
    spec objectrequired
    publicKey stringrequired
    status object
    conditions object[]
  • Array [
  • lastTransitionTime string
    lastUpdateTime string
    message string
    reason string
    status stringrequired
    type stringrequired
  • ]
  • fingerPrint string
Loading...