KubernetesClusterFeaturePatchParameters interface

KubernetesClusterFeaturePatchParameters represents the body of the request to patch the Kubernetes cluster feature.

Properties

options

The configured options for the feature.

tags

Resource tags.

Property Details

options

The configured options for the feature.

options?: StringKeyValuePair[]

Property Value

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>