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
- Struct
- Aws::EKS::Types::FargateProfileSelector
- 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
-
#labels ⇒ Hash<String,String>
The Kubernetes labels that the selector should match.
-
#namespace ⇒ String
The Kubernetes namespace that the selector should match.
Instance Attribute Details
#labels ⇒ Hash<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.
#namespace ⇒ String
The Kubernetes namespace that the selector should match.