Amazon EKS · JSON Structure

Eks Openapi Fargate Profile Selector Structure

FargateProfileSelector schema from Amazon EKS API

Type: object Properties: 2
Container OrchestrationContainersEKSKubernetes

FargateProfileSelector is a JSON Structure definition published by Amazon EKS, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

namespace labels

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eks/refs/heads/main/json-structure/eks-openapi-fargate-profile-selector-structure.json",
  "name": "FargateProfileSelector",
  "description": "FargateProfileSelector schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "namespace": {
      "type": "string",
      "description": "The Kubernetes namespace that the selector should match."
    },
    "labels": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "The Kubernetes labels that the selector should match."
    }
  }
}