Skip to main content
Version: v1.3 (latest)

Replace a Namespaced Network Attachment Definition

PUT 

/apis/k8s.cni.cncf.io/v1/namespaces/:namespace/network-attachment-definitions/:name

Update a NetworkAttachmentDefinition 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

Body

required
    apiVersion stringrequired
    kind stringrequired
    metadata object
    name stringrequired
    namespace string
    spec objectrequired
    config stringrequired

Responses

OK

Schema
    apiVersion stringrequired
    kind stringrequired
    metadata object
    name stringrequired
    namespace string
    spec objectrequired
    config stringrequired
Loading...