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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

An object representing an Fargate profile selector.

Constant Summary collapse

SENSITIVE =
[]

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>)


2903
2904
2905
2906
2907
2908
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2903

class FargateProfileSelector < Struct.new(
  :namespace,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The Kubernetes namespace that the selector should match.

Returns:

  • (String)


2903
2904
2905
2906
2907
2908
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2903

class FargateProfileSelector < Struct.new(
  :namespace,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end