FargateProfileSelector
public struct FargateProfileSelector : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let labels: [String : String]? -
The Kubernetes namespace that the selector should match.
Declaration
Swift
public let namespace: String? -
Undocumented
Declaration
Swift
public init(labels: [String : String]? = nil, namespace: String? = nil)
View on GitHub
FargateProfileSelector Structure Reference