BIOSSettingsSet 
BIOSSettingsSet represents a Set of BIOSSettings to perform operation for all selected physical server through labels. It updates the bios Settings on all selected physical server's BIOS through BIOSSettings.
Key Points 
BIOSSettingsSetuses label selector to select theServersto createBIOSSettingsfor.BIOSSettingsSetcreatesBIOSSettingsfor each server which matches the label.- Only one 
BIOSSettingscan be active perServerat a time. 
- Only one 
 BIOSSettingsSetmonitors changes toServerresource and creates/deletesBIOSSettings
Workflow 
BIOSSettingsSetfiltersServersmatching the provided labelBIOSSettingsSetcreatesBIOSSettingsCRD for eachServerselectedBIOSSettingsSetmonitors the createdBIOSSettingsand updates the statusBIOSSettingsSetcreates or deletesBIOSSettingsbased on the changes toServerCRD
Example 
yaml
apiVersion: metal.ironcore.dev/v1alpha1
kind: BIOSSettingsSet
metadata:
  name: biossettingsset-sample
spec:
  biosVersionTemplate:
    version: "U59 v2.34 (10/04/2024)"
    serverMaintenancePolicy: OwnerApproval
    settings:
      foo: bar
  serverSelector:
    matchLabels: 
      manufacturer: "dell"