libZSservicesZSamazonka-eksZSamazonka-eks
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.EKS.Types.FargateProfileSelector

Description

 
Synopsis

Documentation

data FargateProfileSelector Source #

An object representing an Fargate profile selector.

See: newFargateProfileSelector smart constructor.

Constructors

FargateProfileSelector' 

Fields

  • namespace :: Maybe Text

    The Kubernetes namespace that the selector should match.

  • labels :: Maybe (HashMap Text Text)

    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.

Instances

Instances details
Eq FargateProfileSelector Source # 
Instance details

Defined in Amazonka.EKS.Types.FargateProfileSelector

Read FargateProfileSelector Source # 
Instance details

Defined in Amazonka.EKS.Types.FargateProfileSelector

Show FargateProfileSelector Source # 
Instance details

Defined in Amazonka.EKS.Types.FargateProfileSelector

Generic FargateProfileSelector Source # 
Instance details

Defined in Amazonka.EKS.Types.FargateProfileSelector

Associated Types

type Rep FargateProfileSelector :: Type -> Type #

NFData FargateProfileSelector Source # 
Instance details

Defined in Amazonka.EKS.Types.FargateProfileSelector

Methods

rnf :: FargateProfileSelector -> () #

Hashable FargateProfileSelector Source # 
Instance details

Defined in Amazonka.EKS.Types.FargateProfileSelector

ToJSON FargateProfileSelector Source # 
Instance details

Defined in Amazonka.EKS.Types.FargateProfileSelector

FromJSON FargateProfileSelector Source # 
Instance details

Defined in Amazonka.EKS.Types.FargateProfileSelector

type Rep FargateProfileSelector Source # 
Instance details

Defined in Amazonka.EKS.Types.FargateProfileSelector

type Rep FargateProfileSelector = D1 ('MetaData "FargateProfileSelector" "Amazonka.EKS.Types.FargateProfileSelector" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "FargateProfileSelector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))

newFargateProfileSelector :: FargateProfileSelector Source #

Create a value of FargateProfileSelector with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:namespace:FargateProfileSelector', fargateProfileSelector_namespace - The Kubernetes namespace that the selector should match.

$sel:labels:FargateProfileSelector', fargateProfileSelector_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.

fargateProfileSelector_namespace :: Lens' FargateProfileSelector (Maybe Text) Source #

The Kubernetes namespace that the selector should match.

fargateProfileSelector_labels :: Lens' FargateProfileSelector (Maybe (HashMap Text Text)) Source #

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.