FargateProfileSelector class

An object representing an AWS Fargate profile selector.

Constructors

FargateProfileSelector({Map<String, String>? labels, String? namespace})
FargateProfileSelector.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
labels Map<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.
final
namespace String?
The Kubernetes namespace that the selector should match.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited