You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EKS::Types::FargateProfileSelector

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FargateProfileSelector as input to an Aws::Client method, you can use a vanilla Hash:

{
  namespace: "String",
  labels: {
    "String" => "String",
  },
}

An object representing an AWS Fargate profile selector.

Instance Attribute Summary collapse

Instance Attribute Details

#labelsHash<String,String>

The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.

Returns:

  • (Hash<String,String>)

    The Kubernetes labels that the selector should match.

#namespaceString

The Kubernetes namespace that the selector should match.

Returns:

  • (String)

    The Kubernetes namespace that the selector should match.