ResourceClaimV1 Class
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 a resource claim for Kubernetes resource management.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class ResourceClaimV1
[<YamlDotNet.Serialization.YamlSerializable>]
type ResourceClaimV1 = class
Public NotInheritable Class ResourceClaimV1
- Inheritance
-
ResourceClaimV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
The ResourceClaimV1 class is used to define a specific resource claim within a Kubernetes environment, including the name of the resource and its associated request.
Constructors
ResourceClaimV1() |
Properties
Name |
Gets or sets the name of the resource claim. This identifies the specific resource claim within a Kubernetes resource manifest. |
Request |
Gets or sets the resource quantity requested by the claim. |