ResourceAttributesV1.Verb Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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