Share via


ResourceAttributesV1.Verb Property

Definition

Represents the action or operation to be performed on a Kubernetes resource. The verb typically corresponds to a REST API operation (e.g., "get", "list", "create") that is associated with the specified resource, namespace, or group.

[YamlDotNet.Serialization.YamlMember(Alias="verb")]
public string? Verb { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="verb")>]
member this.Verb : string with get, set
Public Property Verb As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to