FleetMemberUpdateProperties interface
The updatable properties of the FleetMember.
Properties
| group | The group this member belongs to for multi-cluster update management. |
| labels | The labels for the fleet member. |
Property Details
group
The group this member belongs to for multi-cluster update management.
group?: string
Property Value
string
labels
The labels for the fleet member.
labels?: Record<string, string>
Property Value
Record<string, string>