Values.FargateProfileSelectorSourceAn object representing an Fargate profile selector.
type nonrec t = {namespace : String_.t option;The Kubernetes namespace that the selector should match.
*)labels : FargateProfileLabel.t option;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.
*)}