class Aws::EKS::Types::FargateProfileSelector

An object representing an Fargate profile selector.

@note When making an API call, you may pass FargateProfileSelector

data as a hash:

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

@!attribute [rw] namespace

The Kubernetes namespace that the selector should match.
@return [String]

@!attribute [rw] labels

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.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/FargateProfileSelector AWS API Documentation

Constants

SENSITIVE