@@ -777,6 +777,20 @@ <h3 id="planetscale.com/v2.ClusterBackupSpec">ClusterBackupSpec
777777across all the items of the list.</ p >
778778</ td >
779779</ tr >
780+ < tr >
781+ < td >
782+ < code > extraLabels</ code > < br >
783+ < em >
784+ map[string]string
785+ </ em >
786+ </ td >
787+ < td >
788+ < em > (Optional)</ em >
789+ < p > ExtraLabels can optionally be used to attach custom labels to pods created by backup schedules
790+ and the VitessBackupStorage subcontroller. These labels will be applied to both the backup
791+ schedule job pods and the subcontroller pod.</ p >
792+ </ td >
793+ </ tr >
780794</ tbody >
781795</ table >
782796< h3 id ="planetscale.com/v2.ConcurrencyPolicy "> ConcurrencyPolicy
@@ -2542,6 +2556,19 @@ <h3 id="planetscale.com/v2.VitessBackupSchedule">VitessBackupSchedule
25422556The PullPolicy used will be the same as the one used to pull the vtctld image.</ p >
25432557</ td >
25442558</ tr >
2559+ < tr >
2560+ < td >
2561+ < code > extraLabels</ code > < br >
2562+ < em >
2563+ map[string]string
2564+ </ em >
2565+ </ td >
2566+ < td >
2567+ < em > (Optional)</ em >
2568+ < p > ExtraLabels can optionally be used to attach custom labels to the pods created by VitessBackupSchedule.
2569+ This is populated from ClusterBackupSpec.ExtraLabels when the schedule is created.</ p >
2570+ </ td >
2571+ </ tr >
25452572</ table >
25462573</ td >
25472574</ tr >
@@ -2630,6 +2657,19 @@ <h3 id="planetscale.com/v2.VitessBackupScheduleSpec">VitessBackupScheduleSpec
26302657The PullPolicy used will be the same as the one used to pull the vtctld image.</ p >
26312658</ td >
26322659</ tr >
2660+ < tr >
2661+ < td >
2662+ < code > extraLabels</ code > < br >
2663+ < em >
2664+ map[string]string
2665+ </ em >
2666+ </ td >
2667+ < td >
2668+ < em > (Optional)</ em >
2669+ < p > ExtraLabels can optionally be used to attach custom labels to the pods created by VitessBackupSchedule.
2670+ This is populated from ClusterBackupSpec.ExtraLabels when the schedule is created.</ p >
2671+ </ td >
2672+ </ tr >
26332673</ tbody >
26342674</ table >
26352675< h3 id ="planetscale.com/v2.VitessBackupScheduleStatus "> VitessBackupScheduleStatus
@@ -3234,6 +3274,19 @@ <h3 id="planetscale.com/v2.VitessBackupStorage">VitessBackupStorage
32343274< p > Subcontroller specifies any parameters needed for launching the VitessBackupStorage subcontroller pod.</ p >
32353275</ td >
32363276</ tr >
3277+ < tr >
3278+ < td >
3279+ < code > extraLabels</ code > < br >
3280+ < em >
3281+ map[string]string
3282+ </ em >
3283+ </ td >
3284+ < td >
3285+ < em > (Optional)</ em >
3286+ < p > ExtraLabels can optionally be used to attach custom labels to the VitessBackupStorage subcontroller pod.
3287+ This is populated from ClusterBackupSpec.ExtraLabels when the storage object is created.</ p >
3288+ </ td >
3289+ </ tr >
32373290</ table >
32383291</ td >
32393292</ tr >
@@ -3295,6 +3348,19 @@ <h3 id="planetscale.com/v2.VitessBackupStorageSpec">VitessBackupStorageSpec
32953348< p > Subcontroller specifies any parameters needed for launching the VitessBackupStorage subcontroller pod.</ p >
32963349</ td >
32973350</ tr >
3351+ < tr >
3352+ < td >
3353+ < code > extraLabels</ code > < br >
3354+ < em >
3355+ map[string]string
3356+ </ em >
3357+ </ td >
3358+ < td >
3359+ < em > (Optional)</ em >
3360+ < p > ExtraLabels can optionally be used to attach custom labels to the VitessBackupStorage subcontroller pod.
3361+ This is populated from ClusterBackupSpec.ExtraLabels when the storage object is created.</ p >
3362+ </ td >
3363+ </ tr >
32983364</ tbody >
32993365</ table >
33003366< h3 id ="planetscale.com/v2.VitessBackupStorageStatus "> VitessBackupStorageStatus
0 commit comments