AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes and uniquely identifies Kubernetes resources. For example, the compute environment
that a pod runs in or the jobID
for a job running in the pod. For more information,
see
Understanding Kubernetes Objects in the Kubernetes documentation.
Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z
public class EksMetadata
The EksMetadata type exposes the following members
Name | Description | |
---|---|---|
![]() |
EksMetadata() |
Name | Type | Description | |
---|---|---|---|
![]() |
Annotations | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Annotations. Key-value pairs used to attach arbitrary, non-identifying metadata to Kubernetes objects. Valid annotation keys have two segments: an optional prefix and a name, separated by a slash (/).
Annotation values must be 255 characters or less. Annotations can be added or modified at any time. Each resource can have multiple annotations. |
![]() |
Labels | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Labels. Key-value pairs used to identify, sort, and organize cube resources. Can contain up to 63 uppercase letters, lowercase letters, numbers, hyphens (-), and underscores (_). Labels can be added or modified at any time. Each resource can have multiple labels, but each key must be unique for a given object. |
![]() |
Namespace | System.String |
Gets and sets the property Namespace. The namespace of the Amazon EKS cluster. In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Batch places Batch Job pods in this namespace. If this field is provided, the value can't be empty or null. It must meet the following requirements:
For more information, see Namespaces
in the Kubernetes documentation. This namespace can be different from the |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5