mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Merge pull request #68 from a110605/issue_7322
fix: missing label in VM scheduling tab
This commit is contained in:
commit
692c775b51
@ -742,6 +742,9 @@ harvester:
|
|||||||
terminationGracePeriodSeconds:
|
terminationGracePeriodSeconds:
|
||||||
label: Termination Grace Period
|
label: Termination Grace Period
|
||||||
affinity:
|
affinity:
|
||||||
|
addLabel: Add Workload Selector
|
||||||
|
topologyKey:
|
||||||
|
placeholder: 'topology.kubernetes.io/zone'
|
||||||
thisPodNamespace: This virtual machine's namespace
|
thisPodNamespace: This virtual machine's namespace
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
inNamespaces: "Workloads in these namespaces"
|
inNamespaces: "Workloads in these namespaces"
|
||||||
@ -1494,18 +1497,6 @@ harvester:
|
|||||||
pollingInterval:
|
pollingInterval:
|
||||||
label: Polling Interval
|
label: Polling Interval
|
||||||
|
|
||||||
affinity:
|
|
||||||
thisPodNamespace: This virtual machine's namespace
|
|
||||||
matchExpressions:
|
|
||||||
inNamespaces: "Workloads in these namespaces"
|
|
||||||
vmAffinityTitle: Virtual Machine Scheduling
|
|
||||||
namespaces:
|
|
||||||
placeholder: e.g. default,system,base
|
|
||||||
label: Namespaces
|
|
||||||
addLabel: Add Workload Selector
|
|
||||||
topologyKey:
|
|
||||||
placeholder: 'topology.kubernetes.io/zone'
|
|
||||||
|
|
||||||
advancedSettings:
|
advancedSettings:
|
||||||
experimental: 'Experimental features allow users to test and evaluate early-access functionality prior to official supported releases'
|
experimental: 'Experimental features allow users to test and evaluate early-access functionality prior to official supported releases'
|
||||||
descriptions:
|
descriptions:
|
||||||
|
|||||||
@ -282,14 +282,14 @@ export default {
|
|||||||
|
|
||||||
affinityLabels() {
|
affinityLabels() {
|
||||||
return {
|
return {
|
||||||
namespaceInputLabel: this.t('harvesterManager.affinity.namespaces.label'),
|
namespaceInputLabel: this.t('harvester.virtualMachine.affinity.namespaces.label'),
|
||||||
namespaceSelectionLabels: [
|
namespaceSelectionLabels: [
|
||||||
this.t('harvesterManager.affinity.thisPodNamespace'),
|
this.t('harvester.virtualMachine.affinity.thisPodNamespace'),
|
||||||
this.t('workload.scheduling.affinity.allNamespaces'),
|
this.t('workload.scheduling.affinity.allNamespaces'),
|
||||||
this.t('harvesterManager.affinity.matchExpressions.inNamespaces')
|
this.t('harvester.virtualMachine.affinity.matchExpressions.inNamespaces')
|
||||||
],
|
],
|
||||||
addLabel: this.t('harvesterManager.affinity.addLabel'),
|
addLabel: this.t('harvester.virtualMachine.affinity.addLabel'),
|
||||||
topologyKeyPlaceholder: this.t('harvesterManager.affinity.topologyKey.placeholder')
|
topologyKeyPlaceholder: this.t('harvester.virtualMachine.affinity.topologyKey.placeholder')
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user