ResourceFieldSelectorV1.ContainerName 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.
Specifies the name of the container from which to select resource data. This property identifies the container within a Kubernetes environment where the resource usage will be retrieved.
[YamlDotNet.Serialization.YamlMember(Alias="containerName")]
public string ContainerName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="containerName")>]
member this.ContainerName : string with get, set
Public Property ContainerName As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute