@rancher/shell 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/styles/base/_basic.scss +0 -1
- package/assets/styles/base/_variables.scss +2 -0
- package/assets/styles/global/_labeled-input.scss +6 -1
- package/assets/styles/global/_select.scss +9 -0
- package/assets/styles/vendor/vue-js-modal.scss +4 -0
- package/assets/translations/en-us.yaml +240 -16
- package/assets/translations/zh-hans.yaml +335 -111
- package/chart/example.vue +1 -1
- package/chart/istio.vue +2 -2
- package/chart/logging/index.vue +2 -2
- package/chart/monitoring/alerting/index.vue +2 -2
- package/chart/monitoring/grafana/index.vue +2 -2
- package/chart/monitoring/index.vue +2 -2
- package/chart/monitoring/prometheus/index.vue +4 -4
- package/chart/rancher-alerting-drivers.vue +17 -3
- package/chart/rancher-backup/S3.vue +37 -4
- package/chart/rancher-backup/index.vue +3 -3
- package/cloud-credential/aws.vue +1 -1
- package/cloud-credential/azure.vue +1 -1
- package/cloud-credential/digitalocean.vue +1 -1
- package/cloud-credential/gcp.vue +1 -1
- package/cloud-credential/generic.vue +1 -1
- package/cloud-credential/harvester.vue +2 -2
- package/cloud-credential/linode.vue +1 -1
- package/cloud-credential/s3.vue +2 -2
- package/cloud-credential/vmwarevsphere.vue +1 -1
- package/components/ActionMenu.vue +11 -1
- package/components/Alert.vue +1 -1
- package/components/AssignTo.vue +2 -2
- package/components/AsyncButton.vue +25 -12
- package/components/AwsComplianceBanner.vue +44 -0
- package/components/BannerGraphic.vue +11 -2
- package/components/ChartReadme.vue +10 -2
- package/components/CompoundStatusBadge.vue +50 -0
- package/components/CopyToClipboardText.vue +25 -4
- package/components/CruResource.vue +185 -16
- package/components/CruResourceFooter.vue +17 -1
- package/components/EtcdInfoBanner.vue +1 -1
- package/components/FilterLabel.vue +254 -0
- package/components/GlobalRoleBindings.vue +2 -2
- package/components/GrafanaDashboard.vue +1 -1
- package/components/GrowlManager.vue +20 -9
- package/components/HarvesterServiceAddOnConfig.vue +2 -2
- package/components/Import.vue +2 -2
- package/components/LandingPagePreference.vue +2 -2
- package/components/Markdown.vue +44 -12
- package/components/ModalWithCard.vue +2 -2
- package/components/MoveModal.vue +1 -1
- package/components/PercentageBar.vue +1 -1
- package/components/PromptChangePassword.vue +1 -1
- package/components/PromptModal.vue +13 -2
- package/components/PromptRemove.vue +64 -33
- package/components/PromptRestore.vue +3 -3
- package/components/Questions/Boolean.vue +1 -1
- package/components/Questions/Float.vue +1 -1
- package/components/Questions/Int.vue +1 -1
- package/components/Questions/Reference.vue +1 -1
- package/components/Questions/String.vue +1 -1
- package/components/RelatedResources.vue +1 -1
- package/components/RelatedWorkloadsTable.vue +3 -1
- package/components/ResourceDetail/Masthead.vue +27 -9
- package/components/ResourceDetail/index.vue +72 -7
- package/components/ResourceList/Masthead.vue +22 -0
- package/components/ResourceList/ResourceLoadingIndicator.vue +137 -0
- package/components/ResourceList/index.vue +42 -7
- package/components/ResourceTable.vue +11 -2
- package/components/ResourceYaml.vue +7 -1
- package/components/SelectIconGrid.vue +14 -1
- package/components/SortableTable/THead.vue +1 -1
- package/components/SortableTable/debug.js +117 -0
- package/components/SortableTable/index.vue +200 -43
- package/components/SortableTable/paging.js +2 -12
- package/components/SortableTable/selection.js +3 -0
- package/components/SortableTable/sorting.js +3 -1
- package/components/Tabbed/Tab.vue +25 -4
- package/components/Tabbed/index.vue +133 -119
- package/components/TypeDescription.vue +1 -1
- package/components/VMConsoleBar.vue +1 -1
- package/components/Wizard.vue +53 -14
- package/components/YamlEditor.vue +10 -0
- package/components/__tests__/CopyCode.test.ts +1 -7
- package/components/__tests__/CruResource.test.ts +1 -8
- package/components/auth/AllowedPrincipals.vue +1 -1
- package/components/auth/AuthBanner.vue +2 -1
- package/components/auth/AzureWarning.vue +69 -0
- package/components/auth/RoleDetailEdit.vue +4 -4
- package/components/auth/login/ldap.vue +1 -1
- package/components/cards/ApplicationCard.vue +140 -0
- package/components/dialog/AddClusterMemberDialog.vue +1 -1
- package/components/dialog/AddCustomBadgeDialog.vue +4 -4
- package/components/dialog/AddProjectMemberDialog.vue +2 -2
- package/components/dialog/AddonConfigConfirmationDialog.vue +1 -1
- package/components/dialog/DrainNode.vue +3 -3
- package/components/dialog/ForceMachineRemoveDialog.vue +2 -2
- package/components/dialog/GenericPrompt.vue +2 -2
- package/components/dialog/RollbackWorkloadDialog.vue +2 -2
- package/components/dialog/RotateCertificatesDialog.vue +3 -3
- package/components/dialog/RotateEncryptionKeyDialog.vue +11 -6
- package/components/dialog/SaveAsRKETemplateDialog.vue +3 -3
- package/components/dialog/harvester/AddHotplugModal.vue +3 -3
- package/components/dialog/harvester/BackupModal.vue +3 -3
- package/components/dialog/harvester/CloneTemplate.vue +3 -3
- package/components/dialog/harvester/EjectCDROMDialog.vue +3 -3
- package/components/dialog/harvester/ExportImageDialog.vue +3 -3
- package/components/dialog/harvester/MaintenanceDialog.vue +2 -2
- package/components/dialog/harvester/MigrationDialog.vue +2 -2
- package/components/dialog/harvester/RestoreDialog.vue +2 -2
- package/components/dialog/harvester/SupportBundle.vue +2 -2
- package/components/dialog/harvester/UnplugVolume.vue +2 -2
- package/components/fleet/FleetBundleResources.vue +1 -1
- package/components/fleet/FleetBundles.vue +1 -1
- package/components/fleet/FleetResources.vue +5 -3
- package/components/fleet/ForceDirectedTreeChart/chartIcons.js +17 -0
- package/components/fleet/ForceDirectedTreeChart/index.vue +553 -0
- package/components/form/ArrayList.vue +22 -3
- package/components/form/BannerSettings.vue +3 -3
- package/components/form/ChangePassword.vue +2 -2
- package/components/form/Command.vue +28 -9
- package/components/form/Error.vue +50 -0
- package/components/form/Footer.vue +2 -5
- package/components/form/HealthCheck.vue +2 -2
- package/components/form/HookOption.vue +2 -2
- package/components/form/InputWithSelect.vue +12 -2
- package/components/form/KeyValue.vue +5 -2
- package/components/form/LabeledSelect.vue +27 -14
- package/components/form/Labels.vue +12 -0
- package/components/form/MatchExpressions.vue +44 -10
- package/components/form/Members/ClusterPermissionsEditor.vue +3 -3
- package/components/form/Members/MembershipEditor.vue +10 -1
- package/components/form/Members/ProjectMembershipEditor.vue +1 -0
- package/components/form/NameNsDescription.vue +202 -79
- package/components/form/Networking.vue +1 -1
- package/components/form/NodeAffinity.vue +41 -26
- package/components/form/NodeScheduling.vue +29 -3
- package/components/form/NotificationSettings.vue +2 -2
- package/components/form/Password.vue +1 -1
- package/components/form/PodAffinity.vue +64 -6
- package/components/form/PodSecurity.vue +2 -2
- package/components/form/Ports.vue +1 -1
- package/components/form/Probe.vue +60 -17
- package/components/form/ProjectMemberEditor.vue +3 -3
- package/components/form/ResourceQuota/NamespaceRow.vue +46 -2
- package/components/form/ResourceQuota/Project.vue +4 -0
- package/components/form/ResourceTabs/index.vue +19 -7
- package/components/form/RuleSelector.vue +1 -1
- package/components/form/Security.vue +56 -14
- package/components/form/Select.vue +52 -10
- package/components/form/SelectOrCreateAuthSecret.vue +70 -31
- package/components/form/ServiceNameSelect.vue +1 -1
- package/components/form/ServicePorts.vue +10 -2
- package/components/form/ShellInput.vue +1 -1
- package/components/form/SimpleSecretSelector.vue +2 -2
- package/components/form/Tolerations.vue +1 -1
- package/components/form/UnitInput.vue +12 -3
- package/components/form/ValueFromResource.vue +1 -1
- package/components/form/WorkloadPorts.vue +1 -1
- package/components/form/__tests__/Command.test.ts +63 -0
- package/components/form/__tests__/Error.test.ts +56 -0
- package/components/form/__tests__/MatchExpressions.test.ts +79 -0
- package/components/form/__tests__/Probe.test.ts +62 -0
- package/components/form/__tests__/Security.test.ts +55 -0
- package/components/form/__tests__/UnitInput.test.ts +31 -23
- package/components/formatter/BadgeStateFormatter.vue +1 -1
- package/components/formatter/Capitalize.vue +7 -0
- package/components/formatter/ClusterLink.vue +6 -2
- package/components/formatter/ClusterProvider.vue +36 -0
- package/components/formatter/DelayedValue.vue +43 -0
- package/components/formatter/Endpoints.vue +2 -2
- package/components/formatter/HarvesterDiskState.vue +1 -1
- package/components/formatter/HarvesterIpAddress.vue +37 -18
- package/components/formatter/HarvesterMigrationState.vue +1 -1
- package/components/formatter/HarvesterVmState.vue +1 -1
- package/components/formatter/LinkDetail.vue +11 -2
- package/components/formatter/LinkName.vue +2 -2
- package/components/formatter/LiveExpiryBadgeState.vue +1 -1
- package/components/formatter/LivePodRestarts.vue +47 -0
- package/components/formatter/MachineSummaryGraph.vue +51 -5
- package/components/formatter/PodsUsage.vue +5 -3
- package/components/formatter/Weight.vue +1 -1
- package/components/formatter/WorkloadHealthScale.vue +17 -6
- package/components/nav/HarvesterUpgrade.vue +15 -5
- package/components/nav/Header.vue +15 -6
- package/components/nav/Jump.vue +1 -1
- package/components/nav/NamespaceFilter.vue +30 -10
- package/components/nav/TopLevelMenu.vue +52 -14
- package/components/nav/WindowManager/ContainerLogs.vue +14 -2
- package/components/nav/WorkspaceSwitcher.vue +1 -1
- package/components/{NovncConsole.vue → novnc/NovncConsole.vue} +0 -0
- package/components/novnc/NovncConsoleItem.vue +89 -0
- package/components/novnc/NovncConsoleWrapper.vue +243 -0
- package/config/labels-annotations.js +6 -2
- package/config/product/explorer.js +7 -3
- package/config/product/fleet.js +4 -1
- package/config/product/manager.js +5 -6
- package/config/product/settings.js +12 -1
- package/config/query-params.js +2 -0
- package/config/roles.ts +5 -0
- package/config/settings.js +60 -63
- package/config/table-headers.js +47 -18
- package/config/types.js +24 -8
- package/content/docs/en-us/whats-new.md +25 -0
- package/core/plugin.ts +12 -2
- package/creators/app/init +7 -1
- package/creators/pkg/tsconfig.json +2 -3
- package/detail/catalog.cattle.io.app.vue +1 -1
- package/detail/cis.cattle.io.clusterscan.vue +1 -1
- package/detail/fleet.cattle.io.bundle.vue +73 -21
- package/detail/fleet.cattle.io.gitrepo.vue +5 -4
- package/detail/harvesterhci.io.host/HarvesterHostBasic.vue +25 -4
- package/detail/harvesterhci.io.host/HarvesterHostDisk.vue +2 -2
- package/detail/harvesterhci.io.virtualmachinebackup/index.vue +1 -1
- package/detail/helm.cattle.io.projecthelmchart.vue +1 -1
- package/detail/networking.k8s.io.ingress.vue +10 -2
- package/detail/pod.vue +37 -1
- package/detail/provisioning.cattle.io.cluster.vue +102 -15
- package/detail/workload/index.vue +163 -15
- package/edit/auth/azuread.vue +146 -34
- package/edit/auth/github.vue +3 -3
- package/edit/auth/googleoauth.vue +3 -3
- package/edit/auth/ldap/config.vue +15 -7
- package/edit/auth/ldap/index.vue +2 -2
- package/edit/auth/oidc.vue +3 -3
- package/edit/auth/saml.vue +3 -3
- package/edit/autoscaling.horizontalpodautoscaler/index.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/metric-identifier.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/metric-object-reference.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/metric-target.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/metrics-row.vue +1 -1
- package/edit/catalog.cattle.io.clusterrepo.vue +2 -2
- package/edit/cis.cattle.io.clusterscan.vue +4 -4
- package/edit/cis.cattle.io.clusterscanbenchmark.vue +1 -1
- package/edit/constraints.gatekeeper.sh.constraint/index.vue +1 -1
- package/edit/fleet.cattle.io.cluster.vue +1 -0
- package/edit/fleet.cattle.io.clustergroup.vue +1 -1
- package/edit/fleet.cattle.io.gitrepo.vue +290 -157
- package/edit/harvesterhci.io.host/HarvesterDisk.vue +4 -5
- package/edit/harvesterhci.io.host/index.vue +28 -19
- package/edit/harvesterhci.io.keypair.vue +1 -1
- package/edit/harvesterhci.io.managedchart/rancher-monitoring.vue +1 -1
- package/edit/harvesterhci.io.management.cluster.vue +1 -1
- package/edit/harvesterhci.io.networkattachmentdefinition.vue +2 -2
- package/edit/harvesterhci.io.setting/additional-ca.vue +1 -1
- package/edit/harvesterhci.io.setting/backup-target.vue +1 -1
- package/edit/harvesterhci.io.setting/http-proxy.vue +1 -1
- package/edit/harvesterhci.io.setting/index.vue +3 -3
- package/edit/harvesterhci.io.setting/overcommit-config.vue +4 -1
- package/edit/harvesterhci.io.setting/ssl-parameters.vue +1 -1
- package/edit/harvesterhci.io.setting/support-bundle-image.vue +1 -1
- package/edit/harvesterhci.io.setting/vip-pools.vue +1 -1
- package/edit/harvesterhci.io.setting/vm-force-reset-policy.vue +2 -2
- package/edit/harvesterhci.io.virtualmachinebackup.vue +2 -2
- package/edit/harvesterhci.io.virtualmachineimage.vue +2 -2
- package/edit/harvesterhci.io.virtualmachinetemplateversion.vue +26 -18
- package/edit/helm.cattle.io.projecthelmchart.vue +3 -3
- package/edit/k8s.cni.cncf.io.networkattachmentdefinition.vue +2 -2
- package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/AccessCredentialsUsers.vue +1 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/index.vue +1 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineCloudConfig/DataTemplate.vue +1 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineCloudConfig/index.vue +2 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineCpuMemory.vue +3 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/__tests__/HarvesterEditNetwork.test.ts +41 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/base.vue +79 -36
- package/edit/kubevirt.io.virtualmachine/VirtualMachineReserved.vue +54 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineSSHKey.vue +1 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/index.vue +2 -3
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditContainer.test.ts +40 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditExisting.test.ts +102 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditVMImage.test.ts +117 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditVolume.test.ts +74 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/container.vue +59 -13
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/existing.vue +72 -16
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/vmImage.vue +74 -14
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/volume.vue +35 -9
- package/edit/kubevirt.io.virtualmachine/index.vue +33 -24
- package/edit/logging-flow/index.vue +1 -1
- package/edit/logging.banzaicloud.io.output/index.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/awsElasticsearch.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/azurestorage.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/cloudwatch.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/datadog.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/file.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/forward.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/gcs.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/gelf.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/kafka.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/kinesisStream.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/logdna.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/logz.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/loki.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/newrelic.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/s3.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/splunkHec.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/sumologic.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/syslog.vue +2 -2
- package/edit/management.cattle.io.clusterroletemplatebinding.vue +2 -0
- package/edit/management.cattle.io.node.vue +71 -0
- package/edit/management.cattle.io.project.vue +28 -23
- package/edit/management.cattle.io.setting.vue +14 -3
- package/edit/management.cattle.io.user.vue +1 -1
- package/edit/monitoring.coreos.com.alertmanagerconfig/index.vue +4 -4
- package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +13 -13
- package/edit/monitoring.coreos.com.alertmanagerconfig/routeConfig.vue +18 -10
- package/edit/monitoring.coreos.com.alertmanagerconfig/tls.vue +2 -2
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/email.vue +12 -7
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/opsgenie.vue +12 -7
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/pagerduty.vue +20 -11
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/slack.vue +13 -8
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/webhook.vue +25 -7
- package/edit/monitoring.coreos.com.prometheusrule/AlertingRule.vue +2 -2
- package/edit/monitoring.coreos.com.prometheusrule/GroupRules.vue +20 -7
- package/edit/monitoring.coreos.com.prometheusrule/RecordingRule.vue +1 -1
- package/edit/monitoring.coreos.com.prometheusrule/index.vue +19 -8
- package/edit/monitoring.coreos.com.receiver/auth.vue +1 -1
- package/edit/monitoring.coreos.com.receiver/index.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/tls.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/email.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/opsgenie.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/pagerduty.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/slack.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/webhook.banner.vue +1 -1
- package/edit/monitoring.coreos.com.receiver/types/webhook.vue +3 -3
- package/edit/monitoring.coreos.com.route.vue +2 -2
- package/edit/namespace.vue +0 -8
- package/edit/network.harvesterhci.io.clusternetwork/vlan.vue +1 -1
- package/edit/networking.istio.io.destinationrule/LoadBalancer.vue +2 -2
- package/edit/networking.istio.io.destinationrule/index.vue +1 -1
- package/edit/networking.k8s.io.ingress/Certificate.vue +5 -1
- package/edit/networking.k8s.io.ingress/Certificates.vue +5 -0
- package/edit/networking.k8s.io.ingress/DefaultBackend.vue +17 -2
- package/edit/networking.k8s.io.ingress/IngressClass.vue +63 -0
- package/edit/networking.k8s.io.ingress/Rule.vue +42 -6
- package/edit/networking.k8s.io.ingress/RulePath.vue +29 -5
- package/edit/networking.k8s.io.ingress/Rules.vue +11 -0
- package/edit/networking.k8s.io.ingress/index.vue +104 -15
- package/edit/networking.k8s.io.networkpolicy/PolicyRulePort.vue +1 -1
- package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +2 -2
- package/edit/networking.k8s.io.networkpolicy/index.vue +2 -2
- package/edit/persistentvolume/index.vue +1 -1
- package/edit/persistentvolume/plugins/awsElasticBlockStore.vue +2 -2
- package/edit/persistentvolume/plugins/azureDisk.vue +2 -2
- package/edit/persistentvolume/plugins/azureFile.vue +2 -2
- package/edit/persistentvolume/plugins/cephfs.vue +4 -4
- package/edit/persistentvolume/plugins/cinder.vue +2 -2
- package/edit/persistentvolume/plugins/csi.vue +2 -2
- package/edit/persistentvolume/plugins/fc.vue +4 -4
- package/edit/persistentvolume/plugins/flexVolume.vue +2 -2
- package/edit/persistentvolume/plugins/flocker.vue +1 -1
- package/edit/persistentvolume/plugins/gcePersistentDisk.vue +2 -2
- package/edit/persistentvolume/plugins/glusterfs.vue +2 -2
- package/edit/persistentvolume/plugins/hostPath.vue +1 -1
- package/edit/persistentvolume/plugins/iscsi.vue +4 -4
- package/edit/persistentvolume/plugins/local.vue +1 -1
- package/edit/persistentvolume/plugins/longhorn.vue +2 -2
- package/edit/persistentvolume/plugins/nfs.vue +2 -2
- package/edit/persistentvolume/plugins/photonPersistentDisk.vue +1 -1
- package/edit/persistentvolume/plugins/portworxVolume.vue +2 -2
- package/edit/persistentvolume/plugins/quobyte.vue +2 -2
- package/edit/persistentvolume/plugins/rbd.vue +4 -4
- package/edit/persistentvolume/plugins/scaleIO.vue +2 -2
- package/edit/persistentvolume/plugins/storageos.vue +2 -2
- package/edit/persistentvolume/plugins/vsphereVolume.vue +1 -1
- package/edit/persistentvolumeclaim.vue +24 -8
- package/edit/provisioning.cattle.io.cluster/ACE.vue +2 -2
- package/edit/provisioning.cattle.io.cluster/CustomCommand.vue +8 -3
- package/edit/provisioning.cattle.io.cluster/DrainOptions.vue +2 -2
- package/edit/provisioning.cattle.io.cluster/MachinePool.vue +15 -3
- package/edit/provisioning.cattle.io.cluster/RegistryConfigs.vue +16 -3
- package/edit/provisioning.cattle.io.cluster/S3Config.vue +2 -2
- package/edit/provisioning.cattle.io.cluster/SelectCredential.vue +1 -1
- package/edit/provisioning.cattle.io.cluster/__tests__/CustomCommand.tests.ts +1 -7
- package/edit/provisioning.cattle.io.cluster/import.vue +2 -1
- package/edit/provisioning.cattle.io.cluster/index.vue +26 -7
- package/edit/provisioning.cattle.io.cluster/rke2.vue +136 -48
- package/edit/resources.cattle.io.backup.vue +26 -8
- package/edit/resources.cattle.io.restore.vue +3 -3
- package/edit/secret/basic.vue +1 -1
- package/edit/secret/index.vue +80 -2
- package/edit/secret/registry.vue +2 -2
- package/edit/secret/ssh.vue +1 -1
- package/edit/secret/tls.vue +1 -1
- package/edit/service.vue +47 -11
- package/edit/serviceaccount.vue +1 -1
- package/edit/storage.k8s.io.storageclass/index.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/aws-ebs.vue +7 -3
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/azure-disk.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/azure-file.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/cinder.vue +2 -2
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/gce-pd.vue +2 -2
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/glusterfs.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/portworx-volume.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/quobyte.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/rbd.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/scaleio.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/storageos.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/vsphere-volume.vue +1 -1
- package/edit/token.vue +3 -3
- package/edit/ui.cattle.io.navlink.vue +2 -2
- package/edit/workload/Job.vue +111 -23
- package/edit/workload/Upgrading.vue +77 -22
- package/edit/workload/__tests__/Job.test.ts +72 -0
- package/edit/workload/__tests__/Upgrading.test.ts +60 -0
- package/edit/workload/index.vue +13 -1085
- package/edit/workload/mixins/workload.js +900 -0
- package/edit/workload/storage/Mount.vue +2 -2
- package/edit/workload/storage/awsElasticBlockStore.vue +1 -1
- package/edit/workload/storage/azureDisk.vue +2 -2
- package/edit/workload/storage/azureFile.vue +1 -1
- package/edit/workload/storage/ephemeralVolume/index.vue +2 -2
- package/edit/workload/storage/gcePersistentDisk.vue +1 -1
- package/edit/workload/storage/hostPath.vue +1 -1
- package/edit/workload/storage/nfs.vue +2 -2
- package/edit/workload/storage/persistentVolumeClaim/index.vue +2 -2
- package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +3 -3
- package/edit/workload/storage/secret.vue +2 -2
- package/edit/workload/storage/vsphereVolume.vue +1 -1
- package/edit/workload/types/Deployment.vue +377 -0
- package/edit/workload/types/Generic.vue +295 -0
- package/layouts/default.vue +26 -7
- package/layouts/error.vue +3 -2
- package/layouts/home.vue +12 -2
- package/layouts/plain.vue +18 -2
- package/layouts/unauthenticated.vue +2 -1
- package/list/catalog.cattle.io.clusterrepo.vue +1 -1
- package/list/fleet.cattle.io.bundle.vue +1 -1
- package/list/fleet.cattle.io.cluster.vue +1 -1
- package/list/fleet.cattle.io.clusterregistrationtoken.vue +1 -1
- package/list/harvesterhci.io.dashboard/HarvesterUpgrade.vue +9 -8
- package/list/harvesterhci.io.dashboard/UpgradeInfo.vue +40 -0
- package/list/harvesterhci.io.dashboard/index.vue +14 -36
- package/list/harvesterhci.io.host/index.vue +24 -12
- package/list/harvesterhci.io.networkattachmentdefinition.vue +1 -1
- package/list/harvesterhci.io.setting.vue +1 -1
- package/list/harvesterhci.io.virtualmachinebackup.vue +1 -1
- package/list/harvesterhci.io.virtualmachineimage.vue +36 -3
- package/list/harvesterhci.io.virtualmachinetemplateversion.vue +1 -5
- package/list/helm.cattle.io.projecthelmchart.vue +1 -1
- package/list/kubevirt.io.virtualmachine.vue +4 -2
- package/list/management.cattle.io.feature.vue +3 -3
- package/list/management.cattle.io.setting.vue +2 -2
- package/list/monitoring.coreos.com.alertmanagerconfig.vue +1 -1
- package/list/namespace.vue +3 -1
- package/list/node.vue +10 -3
- package/list/persistentvolumeclaim.vue +42 -0
- package/list/provisioning.cattle.io.cluster.vue +22 -20
- package/list/workload.vue +31 -6
- package/machine-config/amazonec2.vue +37 -12
- package/machine-config/azure.vue +3 -3
- package/machine-config/digitalocean.vue +2 -2
- package/machine-config/generic.vue +1 -1
- package/machine-config/harvester.vue +124 -25
- package/machine-config/linode.vue +2 -2
- package/machine-config/vmwarevsphere.vue +5 -5
- package/middleware/authenticated.js +36 -6
- package/middleware/unauthenticated.js +22 -0
- package/mixins/brand.js +50 -3
- package/mixins/browser-tab-visibility.js +37 -0
- package/mixins/chart.js +36 -4
- package/mixins/{compact-input.js → compact-input.ts} +5 -3
- package/mixins/form-validation.js +122 -0
- package/mixins/harvester-vm/index.js +134 -90
- package/mixins/labeled-form-element.ts +193 -0
- package/mixins/resource-fetch.js +173 -0
- package/models/cluster.x-k8s.io.machine.js +6 -2
- package/models/etcdbackup.js +4 -0
- package/models/event.js +4 -0
- package/models/fleet.cattle.io.bundle.js +1 -1
- package/models/fleet.cattle.io.gitrepo.js +10 -0
- package/models/harvester/harvesterhci.io.virtualmachinebackup.js +5 -2
- package/models/harvester/harvesterhci.io.virtualmachineimage.js +11 -8
- package/models/harvester/harvesterhci.io.virtualmachinetemplateversion.js +11 -2
- package/models/harvester/kubevirt.io.virtualmachine.js +2 -2
- package/models/harvester/kubevirt.io.virtualmachineinstance.js +1 -1
- package/models/harvester/node.js +27 -32
- package/models/harvester/persistentvolumeclaim.js +1 -1
- package/models/management.cattle.io.cluster.js +17 -11
- package/models/management.cattle.io.clusterroletemplatebinding.js +2 -2
- package/models/management.cattle.io.globalrole.js +19 -0
- package/models/management.cattle.io.node.js +10 -11
- package/models/management.cattle.io.project.js +60 -26
- package/models/management.cattle.io.roletemplate.js +19 -0
- package/models/monitoring.coreos.com.alertmanagerconfig.js +3 -2
- package/models/monitoring.coreos.com.prometheusrule.js +9 -0
- package/models/namespace.js +9 -1
- package/models/networking.k8s.io.ingress.js +17 -5
- package/models/persistentvolumeclaim.js +47 -1
- package/models/projectroletemplatebinding.js +2 -2
- package/models/provisioning.cattle.io.cluster.js +92 -13
- package/models/rke.cattle.io.etcdsnapshot.js +4 -0
- package/models/service.js +11 -5
- package/models/storage.k8s.io.storageclass.js +14 -1
- package/models/workload.js +7 -2
- package/nuxt.config.js +27 -7
- package/package.json +10 -14
- package/pages/about.vue +15 -1
- package/pages/account/index.vue +1 -1
- package/pages/auth/login.vue +17 -5
- package/pages/auth/setup.vue +47 -9
- package/pages/c/_cluster/_product/_resource/create.vue +1 -1
- package/pages/c/_cluster/_product/members/index.vue +6 -1
- package/pages/c/_cluster/_product/projectsnamespaces.vue +113 -11
- package/pages/c/_cluster/apps/charts/chart.vue +1 -1
- package/pages/c/_cluster/apps/charts/index.vue +2 -2
- package/pages/c/_cluster/apps/charts/install.vue +197 -19
- package/pages/c/_cluster/auth/config/index.vue +1 -1
- package/pages/c/_cluster/explorer/EventsTable.vue +1 -15
- package/pages/c/_cluster/explorer/index.vue +64 -35
- package/pages/c/_cluster/explorer/tools/index.vue +1 -1
- package/pages/c/_cluster/fleet/GitRepoGraphConfig.js +249 -0
- package/pages/c/_cluster/fleet/index.vue +47 -65
- package/pages/c/_cluster/harvester/airgapupgrade/index.vue +7 -4
- package/pages/c/_cluster/harvester/console/_uid/vnc.vue +7 -1
- package/pages/c/_cluster/monitoring/alertmanagerconfig/_alertmanagerconfigid/receiver.vue +8 -14
- package/pages/c/_cluster/monitoring/index.vue +1 -1
- package/pages/c/_cluster/monitoring/route-receiver/index.vue +1 -1
- package/pages/c/_cluster/settings/banners.vue +2 -2
- package/pages/c/_cluster/settings/brand.vue +62 -7
- package/pages/c/_cluster/settings/performance.vue +167 -0
- package/pages/diagnostic.vue +468 -0
- package/pages/fail-whale.vue +17 -5
- package/pages/home.vue +36 -22
- package/pages/plugins.vue +1 -1
- package/pages/prefs.vue +20 -7
- package/pages/support/index.vue +51 -9
- package/pkg/auto-import.js +1 -1
- package/pkg/dynamic-importer.lib.js +8 -0
- package/pkg/tsconfig.json +26 -9
- package/pkg/vue.config.js +8 -0
- package/plugins/console.js +29 -0
- package/plugins/dashboard-store/actions.js +171 -28
- package/plugins/dashboard-store/getters.js +13 -1
- package/plugins/dashboard-store/index.js +5 -1
- package/plugins/dashboard-store/mutations.js +72 -22
- package/plugins/dashboard-store/resource-class.js +259 -184
- package/plugins/i18n.js +9 -3
- package/plugins/steve/actions.js +16 -1
- package/plugins/steve/getters.js +9 -1
- package/plugins/steve/index.js +6 -2
- package/plugins/steve/mutations.js +100 -5
- package/plugins/steve/norman-class.js +8 -0
- package/plugins/steve/performanceTesting.js +5 -0
- package/plugins/steve/subscribe.js +144 -12
- package/plugins/steve/web-worker.steve-sub-worker.js +129 -0
- package/promptRemove/kubevirt.io.virtualmachine.vue +3 -17
- package/promptRemove/management.cattle.io.project.vue +128 -0
- package/promptRemove/pod.vue +131 -0
- package/rancher-components/BadgeState/BadgeState.spec.ts +12 -0
- package/{components → rancher-components/BadgeState}/BadgeState.vue +18 -10
- package/rancher-components/BadgeState/index.ts +1 -0
- package/{components/__tests__ → rancher-components/Banner}/Banner.test.ts +1 -1
- package/{components → rancher-components/Banner}/Banner.vue +22 -7
- package/rancher-components/Banner/index.ts +1 -0
- package/{components → rancher-components/Card}/Card.vue +58 -12
- package/rancher-components/Card/index.ts +1 -0
- package/{components/form → rancher-components/Form/Checkbox}/Checkbox.vue +118 -25
- package/rancher-components/Form/Checkbox/index.ts +1 -0
- package/{components/form/__tests__ → rancher-components/Form/LabeledInput}/LabeledInput.test.ts +13 -2
- package/rancher-components/Form/LabeledInput/LabeledInput.vue +341 -0
- package/rancher-components/Form/LabeledInput/index.ts +1 -0
- package/{components/form → rancher-components/Form/Radio}/RadioButton.vue +50 -22
- package/{components/form → rancher-components/Form/Radio}/RadioGroup.vue +76 -28
- package/rancher-components/Form/Radio/index.ts +2 -0
- package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +169 -0
- package/rancher-components/Form/TextArea/index.ts +1 -0
- package/rancher-components/Form/index.ts +4 -0
- package/{components/form → rancher-components/LabeledTooltip}/LabeledTooltip.vue +32 -11
- package/rancher-components/LabeledTooltip/index.ts +1 -0
- package/scripts/build-pkg.sh +4 -0
- package/scripts/publish-shell.sh +37 -18
- package/scripts/test-plugins-build.sh +115 -0
- package/store/catalog.js +4 -0
- package/store/growl.js +6 -0
- package/store/i18n.js +18 -9
- package/store/index.js +190 -107
- package/store/prefs.js +8 -2
- package/store/resource-fetch.js +44 -0
- package/store/type-map.js +43 -7
- package/store/uiplugins.ts +1 -1
- package/utils/favicon.js +40 -0
- package/utils/object.js +26 -9
- package/utils/promise.js +20 -0
- package/utils/socket.js +10 -1
- package/utils/string.js +16 -0
- package/utils/validators/formRules/__tests__/index.test.ts +928 -0
- package/utils/validators/formRules/index.ts +447 -0
- package/utils/validators/prometheusrule.js +1 -1
- package/utils/validators/vm.js +12 -5
- package/utils/width.js +39 -0
- package/yarn-error.log +196 -0
- package/components/NovncConsoleWrapper.vue +0 -150
- package/components/form/Container.vue +0 -143
- package/components/form/LabeledInput.vue +0 -245
- package/components/form/Scheduling.vue +0 -115
- package/components/form/TextAreaAutoGrow.vue +0 -127
- package/mixins/labeled-form-element.js +0 -137
|
@@ -0,0 +1,900 @@
|
|
|
1
|
+
import omitBy from 'lodash/omitBy';
|
|
2
|
+
import { cleanUp } from '@shell/utils/object';
|
|
3
|
+
import {
|
|
4
|
+
CONFIG_MAP,
|
|
5
|
+
SECRET,
|
|
6
|
+
WORKLOAD_TYPES,
|
|
7
|
+
NODE,
|
|
8
|
+
SERVICE,
|
|
9
|
+
PVC,
|
|
10
|
+
SERVICE_ACCOUNT,
|
|
11
|
+
CAPI,
|
|
12
|
+
} from '@shell/config/types';
|
|
13
|
+
import Tab from '@shell/components/Tabbed/Tab';
|
|
14
|
+
import CreateEditView from '@shell/mixins/create-edit-view';
|
|
15
|
+
import { allHash } from '@shell/utils/promise';
|
|
16
|
+
import LabeledSelect from '@shell/components/form/LabeledSelect';
|
|
17
|
+
import { LabeledInput } from '@components/Form/LabeledInput';
|
|
18
|
+
import ServiceNameSelect from '@shell/components/form/ServiceNameSelect';
|
|
19
|
+
import HealthCheck from '@shell/components/form/HealthCheck';
|
|
20
|
+
import Security from '@shell/components/form/Security';
|
|
21
|
+
import Upgrading from '@shell/edit/workload/Upgrading';
|
|
22
|
+
import Loading from '@shell/components/Loading';
|
|
23
|
+
import Networking from '@shell/components/form/Networking';
|
|
24
|
+
import VolumeClaimTemplate from '@shell/edit/workload/VolumeClaimTemplate';
|
|
25
|
+
import Job from '@shell/edit/workload/Job';
|
|
26
|
+
import { _EDIT, _CREATE, _VIEW } from '@shell/config/query-params';
|
|
27
|
+
import WorkloadPorts from '@shell/components/form/WorkloadPorts';
|
|
28
|
+
import ContainerResourceLimit from '@shell/components/ContainerResourceLimit';
|
|
29
|
+
import KeyValue from '@shell/components/form/KeyValue';
|
|
30
|
+
import Tabbed from '@shell/components/Tabbed';
|
|
31
|
+
import { mapGetters } from 'vuex';
|
|
32
|
+
import NodeScheduling from '@shell/components/form/NodeScheduling';
|
|
33
|
+
import PodAffinity from '@shell/components/form/PodAffinity';
|
|
34
|
+
import Tolerations from '@shell/components/form/Tolerations';
|
|
35
|
+
import CruResource from '@shell/components/CruResource';
|
|
36
|
+
import Command from '@shell/components/form/Command';
|
|
37
|
+
import LifecycleHooks from '@shell/components/form/LifecycleHooks';
|
|
38
|
+
import Storage from '@shell/edit/workload/storage';
|
|
39
|
+
import Labels from '@shell/components/form/Labels';
|
|
40
|
+
import { RadioGroup } from '@components/Form/Radio';
|
|
41
|
+
import { UI_MANAGED } from '@shell/config/labels-annotations';
|
|
42
|
+
import { removeObject } from '@shell/utils/array';
|
|
43
|
+
import { BEFORE_SAVE_HOOKS } from '@shell/mixins/child-hook';
|
|
44
|
+
import NameNsDescription from '@shell/components/form/NameNsDescription';
|
|
45
|
+
import formRulesGenerator from '@shell/utils/validators/formRules';
|
|
46
|
+
|
|
47
|
+
const TAB_WEIGHT_MAP = {
|
|
48
|
+
general: 99,
|
|
49
|
+
healthCheck: 98,
|
|
50
|
+
labels: 97,
|
|
51
|
+
networking: 96,
|
|
52
|
+
nodeScheduling: 95,
|
|
53
|
+
podScheduling: 94,
|
|
54
|
+
resources: 93,
|
|
55
|
+
upgrading: 92,
|
|
56
|
+
securityContext: 91,
|
|
57
|
+
storage: 90,
|
|
58
|
+
volumeClaimTemplates: 89,
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
const GPU_KEY = 'nvidia.com/gpu';
|
|
62
|
+
|
|
63
|
+
export default {
|
|
64
|
+
name: 'CruWorkload',
|
|
65
|
+
components: {
|
|
66
|
+
ContainerResourceLimit,
|
|
67
|
+
Command,
|
|
68
|
+
CruResource,
|
|
69
|
+
HealthCheck,
|
|
70
|
+
Job,
|
|
71
|
+
KeyValue,
|
|
72
|
+
LabeledInput,
|
|
73
|
+
LabeledSelect,
|
|
74
|
+
Labels,
|
|
75
|
+
LifecycleHooks,
|
|
76
|
+
Loading,
|
|
77
|
+
NameNsDescription,
|
|
78
|
+
Networking,
|
|
79
|
+
NodeScheduling,
|
|
80
|
+
PodAffinity,
|
|
81
|
+
RadioGroup,
|
|
82
|
+
Security,
|
|
83
|
+
ServiceNameSelect,
|
|
84
|
+
Storage,
|
|
85
|
+
Tab,
|
|
86
|
+
Tabbed,
|
|
87
|
+
Tolerations,
|
|
88
|
+
Upgrading,
|
|
89
|
+
VolumeClaimTemplate,
|
|
90
|
+
WorkloadPorts,
|
|
91
|
+
},
|
|
92
|
+
|
|
93
|
+
mixins: [CreateEditView],
|
|
94
|
+
|
|
95
|
+
props: {
|
|
96
|
+
value: {
|
|
97
|
+
type: Object,
|
|
98
|
+
required: true,
|
|
99
|
+
},
|
|
100
|
+
|
|
101
|
+
mode: {
|
|
102
|
+
type: String,
|
|
103
|
+
default: 'create',
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
|
|
107
|
+
async fetch() {
|
|
108
|
+
const requests = { rancherClusters: this.$store.dispatch('management/findAll', { type: CAPI.RANCHER_CLUSTER }) };
|
|
109
|
+
const needed = {
|
|
110
|
+
configMaps: CONFIG_MAP,
|
|
111
|
+
nodes: NODE,
|
|
112
|
+
services: SERVICE,
|
|
113
|
+
pvcs: PVC,
|
|
114
|
+
sas: SERVICE_ACCOUNT,
|
|
115
|
+
secrets: SECRET,
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
// Only fetch types if the user can see them
|
|
119
|
+
Object.keys(needed).forEach((key) => {
|
|
120
|
+
const type = needed[key];
|
|
121
|
+
|
|
122
|
+
if (this.$store.getters['cluster/schemaFor'](type)) {
|
|
123
|
+
requests[key] = this.$store.dispatch('cluster/findAll', { type });
|
|
124
|
+
}
|
|
125
|
+
});
|
|
126
|
+
|
|
127
|
+
const hash = await allHash(requests);
|
|
128
|
+
|
|
129
|
+
this.servicesOwned = hash.services ? await this.value.getServicesOwned() : [];
|
|
130
|
+
|
|
131
|
+
this.allSecrets = hash.secrets || [];
|
|
132
|
+
this.allConfigMaps = hash.configMaps || [];
|
|
133
|
+
this.allNodeObjects = hash.nodes || [];
|
|
134
|
+
this.allNodes = this.allNodeObjects.map(node => node.id);
|
|
135
|
+
this.allServices = hash.services || [];
|
|
136
|
+
this.pvcs = hash.pvcs || [];
|
|
137
|
+
this.sas = hash.sas || [];
|
|
138
|
+
},
|
|
139
|
+
|
|
140
|
+
data() {
|
|
141
|
+
let type = this.$route.params.resource;
|
|
142
|
+
const createSidecar = !!this.$route.query.sidecar;
|
|
143
|
+
const isInitContainer = !!this.$route.query.init;
|
|
144
|
+
|
|
145
|
+
if (type === 'workload') {
|
|
146
|
+
type = null;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
if (!this.value.spec) {
|
|
150
|
+
this.value.spec = {};
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
const spec = this.value.spec;
|
|
154
|
+
let container;
|
|
155
|
+
const podTemplateSpec =
|
|
156
|
+
type === WORKLOAD_TYPES.CRON_JOB ? spec.jobTemplate.spec.template.spec : spec?.template?.spec;
|
|
157
|
+
let containers = podTemplateSpec.containers;
|
|
158
|
+
|
|
159
|
+
if (
|
|
160
|
+
this.mode === _CREATE ||
|
|
161
|
+
this.mode === _VIEW ||
|
|
162
|
+
(!createSidecar && !this.value.hasSidecars)
|
|
163
|
+
) {
|
|
164
|
+
container = containers[0];
|
|
165
|
+
} else {
|
|
166
|
+
if (!podTemplateSpec.initContainers) {
|
|
167
|
+
podTemplateSpec.initContainers = [];
|
|
168
|
+
}
|
|
169
|
+
const allContainers = [
|
|
170
|
+
...podTemplateSpec.initContainers,
|
|
171
|
+
...podTemplateSpec.containers,
|
|
172
|
+
];
|
|
173
|
+
|
|
174
|
+
if (this.$route.query.init) {
|
|
175
|
+
podTemplateSpec.initContainers.push({
|
|
176
|
+
imagePullPolicy: 'Always',
|
|
177
|
+
name: `container-${ allContainers.length }`,
|
|
178
|
+
});
|
|
179
|
+
containers = podTemplateSpec.initContainers;
|
|
180
|
+
}
|
|
181
|
+
if (createSidecar) {
|
|
182
|
+
container = {
|
|
183
|
+
imagePullPolicy: 'Always',
|
|
184
|
+
name: `container-${ allContainers.length }`,
|
|
185
|
+
};
|
|
186
|
+
containers.push(container);
|
|
187
|
+
} else {
|
|
188
|
+
container = containers[0];
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
this.selectContainer(container);
|
|
193
|
+
|
|
194
|
+
return {
|
|
195
|
+
allConfigMaps: [],
|
|
196
|
+
allNodes: null,
|
|
197
|
+
allNodeObjects: [],
|
|
198
|
+
allSecrets: [],
|
|
199
|
+
allServices: [],
|
|
200
|
+
name: this.value?.metadata?.name || null,
|
|
201
|
+
pvcs: [],
|
|
202
|
+
sas: [],
|
|
203
|
+
showTabs: false,
|
|
204
|
+
pullPolicyOptions: ['Always', 'IfNotPresent', 'Never'],
|
|
205
|
+
spec,
|
|
206
|
+
type,
|
|
207
|
+
servicesOwned: [],
|
|
208
|
+
servicesToRemove: [],
|
|
209
|
+
portsForServices: [],
|
|
210
|
+
isInitContainer,
|
|
211
|
+
container,
|
|
212
|
+
containerChange: 0,
|
|
213
|
+
tabChange: 0,
|
|
214
|
+
podFsGroup: podTemplateSpec.securityContext?.fsGroup,
|
|
215
|
+
savePvcHookName: 'savePvcHook',
|
|
216
|
+
tabWeightMap: TAB_WEIGHT_MAP,
|
|
217
|
+
fvFormRuleSets: [{
|
|
218
|
+
path: 'image', rootObject: this.container, rules: ['required'], translationKey: 'workload.container.image'
|
|
219
|
+
}],
|
|
220
|
+
fvReportedValidationPaths: ['spec']
|
|
221
|
+
};
|
|
222
|
+
},
|
|
223
|
+
|
|
224
|
+
computed: {
|
|
225
|
+
tabErrors() {
|
|
226
|
+
return { general: this.fvGetPathErrors(['image'])?.length > 0 };
|
|
227
|
+
},
|
|
228
|
+
|
|
229
|
+
isEdit() {
|
|
230
|
+
return this.mode === _EDIT;
|
|
231
|
+
},
|
|
232
|
+
|
|
233
|
+
isJob() {
|
|
234
|
+
return this.type === WORKLOAD_TYPES.JOB || this.isCronJob;
|
|
235
|
+
},
|
|
236
|
+
|
|
237
|
+
isCronJob() {
|
|
238
|
+
return this.type === WORKLOAD_TYPES.CRON_JOB;
|
|
239
|
+
},
|
|
240
|
+
|
|
241
|
+
isReplicable() {
|
|
242
|
+
return (
|
|
243
|
+
this.type === WORKLOAD_TYPES.DEPLOYMENT ||
|
|
244
|
+
this.type === WORKLOAD_TYPES.REPLICA_SET ||
|
|
245
|
+
this.type === WORKLOAD_TYPES.REPLICATION_CONTROLLER ||
|
|
246
|
+
this.type === WORKLOAD_TYPES.STATEFUL_SET
|
|
247
|
+
);
|
|
248
|
+
},
|
|
249
|
+
|
|
250
|
+
isDeployment() {
|
|
251
|
+
return this.type === WORKLOAD_TYPES.DEPLOYMENT;
|
|
252
|
+
},
|
|
253
|
+
|
|
254
|
+
isStatefulSet() {
|
|
255
|
+
return this.type === WORKLOAD_TYPES.STATEFUL_SET;
|
|
256
|
+
},
|
|
257
|
+
|
|
258
|
+
// if this is a cronjob, grab pod spec from within job template spec
|
|
259
|
+
podTemplateSpec: {
|
|
260
|
+
get() {
|
|
261
|
+
return this.isCronJob ? this.spec.jobTemplate.spec.template.spec : this.spec?.template?.spec;
|
|
262
|
+
},
|
|
263
|
+
set(neu) {
|
|
264
|
+
if (this.isCronJob) {
|
|
265
|
+
this.$set(this.spec.jobTemplate.spec.template, 'spec', neu);
|
|
266
|
+
} else {
|
|
267
|
+
this.$set(this.spec.template, 'spec', neu);
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
|
+
|
|
272
|
+
podLabels: {
|
|
273
|
+
get() {
|
|
274
|
+
if (this.isCronJob) {
|
|
275
|
+
if (!this.spec.jobTemplate.metadata) {
|
|
276
|
+
this.$set(this.spec.jobTemplate, 'metadata', { labels: {} });
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
return this.spec.jobTemplate.metadata.labels;
|
|
280
|
+
} else {
|
|
281
|
+
if (!this.spec.template.metadata) {
|
|
282
|
+
this.$set(this.spec.template, 'metadata', { labels: {} });
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
return this.spec.template.metadata.labels;
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
set(neu) {
|
|
289
|
+
if (this.isCronJob) {
|
|
290
|
+
this.$set(this.spec.jobTemplate.metadata, 'labels', neu);
|
|
291
|
+
} else {
|
|
292
|
+
this.$set(this.spec.template.metadata, 'labels', neu);
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
},
|
|
296
|
+
|
|
297
|
+
podAnnotations: {
|
|
298
|
+
get() {
|
|
299
|
+
if (this.isCronJob) {
|
|
300
|
+
if (!this.spec.jobTemplate.metadata) {
|
|
301
|
+
this.$set(this.spec.jobTemplate, 'metadata', { annotations: {} });
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
return this.spec.jobTemplate.metadata.annotations;
|
|
305
|
+
} else {
|
|
306
|
+
if (!this.spec.template.metadata) {
|
|
307
|
+
this.$set(this.spec.template, 'metadata', { annotations: {} });
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
return this.spec.template.metadata.annotations;
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
set(neu) {
|
|
314
|
+
if (this.isCronJob) {
|
|
315
|
+
this.$set(this.spec.jobTemplate.metadata, 'annotations', neu);
|
|
316
|
+
} else {
|
|
317
|
+
this.$set(this.spec.template.metadata, 'annotations', neu);
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
|
|
322
|
+
allContainers() {
|
|
323
|
+
const containers = this.podTemplateSpec?.containers || [];
|
|
324
|
+
const initContainers = this.podTemplateSpec?.initContainers || [];
|
|
325
|
+
|
|
326
|
+
return [
|
|
327
|
+
...containers,
|
|
328
|
+
...initContainers.map((each) => {
|
|
329
|
+
each._init = true;
|
|
330
|
+
|
|
331
|
+
return each;
|
|
332
|
+
}),
|
|
333
|
+
].map((container) => {
|
|
334
|
+
const containerImageRule = formRulesGenerator(this.$store.getters['i18n/t'], { name: container.name }).containerImage;
|
|
335
|
+
|
|
336
|
+
container.error = containerImageRule(container);
|
|
337
|
+
|
|
338
|
+
return container;
|
|
339
|
+
});
|
|
340
|
+
},
|
|
341
|
+
|
|
342
|
+
flatResources: {
|
|
343
|
+
get() {
|
|
344
|
+
const { limits = {}, requests = {} } = this.container.resources || {};
|
|
345
|
+
const {
|
|
346
|
+
cpu: limitsCpu,
|
|
347
|
+
memory: limitsMemory,
|
|
348
|
+
[GPU_KEY]: limitsGpu,
|
|
349
|
+
} = limits;
|
|
350
|
+
const { cpu: requestsCpu, memory: requestsMemory } = requests;
|
|
351
|
+
|
|
352
|
+
return {
|
|
353
|
+
limitsCpu,
|
|
354
|
+
limitsMemory,
|
|
355
|
+
requestsCpu,
|
|
356
|
+
requestsMemory,
|
|
357
|
+
limitsGpu,
|
|
358
|
+
};
|
|
359
|
+
},
|
|
360
|
+
set(neu) {
|
|
361
|
+
const {
|
|
362
|
+
limitsCpu,
|
|
363
|
+
limitsMemory,
|
|
364
|
+
requestsCpu,
|
|
365
|
+
requestsMemory,
|
|
366
|
+
limitsGpu,
|
|
367
|
+
} = neu;
|
|
368
|
+
|
|
369
|
+
const out = {
|
|
370
|
+
requests: {
|
|
371
|
+
cpu: requestsCpu,
|
|
372
|
+
memory: requestsMemory,
|
|
373
|
+
},
|
|
374
|
+
limits: {
|
|
375
|
+
cpu: limitsCpu,
|
|
376
|
+
memory: limitsMemory,
|
|
377
|
+
[GPU_KEY]: limitsGpu,
|
|
378
|
+
},
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
this.$set(this.container, 'resources', cleanUp(out));
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
|
|
385
|
+
healthCheck: {
|
|
386
|
+
get() {
|
|
387
|
+
const { readinessProbe, livenessProbe, startupProbe } = this.container;
|
|
388
|
+
|
|
389
|
+
return {
|
|
390
|
+
readinessProbe,
|
|
391
|
+
livenessProbe,
|
|
392
|
+
startupProbe,
|
|
393
|
+
};
|
|
394
|
+
},
|
|
395
|
+
set(neu) {
|
|
396
|
+
Object.assign(this.container, neu);
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
|
|
400
|
+
imagePullSecrets: {
|
|
401
|
+
get() {
|
|
402
|
+
if (!this.podTemplateSpec.imagePullSecrets) {
|
|
403
|
+
this.$set(this.podTemplateSpec, 'imagePullSecrets', []);
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
const { imagePullSecrets } = this.podTemplateSpec;
|
|
407
|
+
|
|
408
|
+
return imagePullSecrets.map(each => each.name);
|
|
409
|
+
},
|
|
410
|
+
set(neu) {
|
|
411
|
+
this.podTemplateSpec.imagePullSecrets = neu.map((secret) => {
|
|
412
|
+
return { name: secret };
|
|
413
|
+
});
|
|
414
|
+
},
|
|
415
|
+
},
|
|
416
|
+
|
|
417
|
+
schema() {
|
|
418
|
+
return this.$store.getters['cluster/schemaFor'](this.type);
|
|
419
|
+
},
|
|
420
|
+
|
|
421
|
+
namespacedSecrets() {
|
|
422
|
+
const namespace = this.value?.metadata?.namespace;
|
|
423
|
+
|
|
424
|
+
if (namespace) {
|
|
425
|
+
return this.allSecrets.filter(
|
|
426
|
+
secret => secret.metadata.namespace === namespace
|
|
427
|
+
);
|
|
428
|
+
} else {
|
|
429
|
+
return this.allSecrets;
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
|
|
433
|
+
namespacedConfigMaps() {
|
|
434
|
+
const namespace = this.value?.metadata?.namespace;
|
|
435
|
+
|
|
436
|
+
if (namespace) {
|
|
437
|
+
return this.allConfigMaps.filter(
|
|
438
|
+
configMap => configMap.metadata.namespace === namespace
|
|
439
|
+
);
|
|
440
|
+
} else {
|
|
441
|
+
return this.allConfigMaps;
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
|
|
445
|
+
namespacedServiceNames() {
|
|
446
|
+
const { namespace } = this.value?.metadata;
|
|
447
|
+
|
|
448
|
+
if (namespace) {
|
|
449
|
+
return this.sas.filter(
|
|
450
|
+
serviceName => serviceName.metadata.namespace === namespace
|
|
451
|
+
);
|
|
452
|
+
} else {
|
|
453
|
+
return this.sas;
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
|
|
457
|
+
headlessServices() {
|
|
458
|
+
return this.allServices.filter(
|
|
459
|
+
service => service.spec.clusterIP === 'None' &&
|
|
460
|
+
service.metadata.namespace === this.value.metadata.namespace
|
|
461
|
+
);
|
|
462
|
+
},
|
|
463
|
+
|
|
464
|
+
workloadTypes() {
|
|
465
|
+
return omitBy(WORKLOAD_TYPES, (type) => {
|
|
466
|
+
return (
|
|
467
|
+
type === WORKLOAD_TYPES.REPLICA_SET ||
|
|
468
|
+
type === WORKLOAD_TYPES.REPLICATION_CONTROLLER
|
|
469
|
+
);
|
|
470
|
+
});
|
|
471
|
+
},
|
|
472
|
+
|
|
473
|
+
// array of id, label, description, initials for type selection step
|
|
474
|
+
workloadSubTypes() {
|
|
475
|
+
const out = [];
|
|
476
|
+
|
|
477
|
+
for (const prop in this.workloadTypes) {
|
|
478
|
+
const type = this.workloadTypes[prop];
|
|
479
|
+
const subtype = {
|
|
480
|
+
id: type,
|
|
481
|
+
description: `workload.typeDescriptions.'${ type }'`,
|
|
482
|
+
label: this.nameDisplayFor(type),
|
|
483
|
+
bannerAbbrv: this.initialDisplayFor(type),
|
|
484
|
+
};
|
|
485
|
+
|
|
486
|
+
out.push(subtype);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
return out;
|
|
490
|
+
},
|
|
491
|
+
|
|
492
|
+
containerOptions() {
|
|
493
|
+
const out = [...this.allContainers];
|
|
494
|
+
|
|
495
|
+
if (!this.isView) {
|
|
496
|
+
out.push({ name: 'Add Container', __add: true });
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
return out;
|
|
500
|
+
},
|
|
501
|
+
|
|
502
|
+
...mapGetters({ t: 'i18n/t' }),
|
|
503
|
+
},
|
|
504
|
+
|
|
505
|
+
watch: {
|
|
506
|
+
type(neu, old) {
|
|
507
|
+
const template =
|
|
508
|
+
old === WORKLOAD_TYPES.CRON_JOB ? this.spec?.jobTemplate?.spec?.template : this.spec?.template;
|
|
509
|
+
|
|
510
|
+
if (!template.spec) {
|
|
511
|
+
template.spec = {};
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
let restartPolicy;
|
|
515
|
+
|
|
516
|
+
if (this.isJob || this.isCronJob) {
|
|
517
|
+
restartPolicy = 'Never';
|
|
518
|
+
} else {
|
|
519
|
+
restartPolicy = 'Always';
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
this.$set(template.spec, 'restartPolicy', restartPolicy);
|
|
523
|
+
|
|
524
|
+
if (!this.isReplicable) {
|
|
525
|
+
delete this.spec.replicas;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
if (old === WORKLOAD_TYPES.CRON_JOB) {
|
|
529
|
+
this.$set(this.spec, 'template', { ...template });
|
|
530
|
+
delete this.spec.jobTemplate;
|
|
531
|
+
delete this.spec.schedule;
|
|
532
|
+
} else if (neu === WORKLOAD_TYPES.CRON_JOB) {
|
|
533
|
+
this.$set(this.spec, 'jobTemplate', { spec: { template } });
|
|
534
|
+
this.$set(this.spec, 'schedule', '0 * * * *');
|
|
535
|
+
delete this.spec.template;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
this.$set(this.value, 'type', neu);
|
|
539
|
+
delete this.value.apiVersion;
|
|
540
|
+
},
|
|
541
|
+
|
|
542
|
+
container(neu) {
|
|
543
|
+
const containers = this.isInitContainer ? this.podTemplateSpec.initContainers : this.podTemplateSpec.containers;
|
|
544
|
+
const existing = containers.find(container => container.__active) || {};
|
|
545
|
+
|
|
546
|
+
Object.assign(existing, neu);
|
|
547
|
+
},
|
|
548
|
+
},
|
|
549
|
+
|
|
550
|
+
created() {
|
|
551
|
+
this.registerBeforeHook(this.saveWorkload, 'willSaveWorkload');
|
|
552
|
+
this.registerBeforeHook(this.getPorts, 'getPorts');
|
|
553
|
+
|
|
554
|
+
this.registerAfterHook(this.saveService, 'saveService');
|
|
555
|
+
},
|
|
556
|
+
|
|
557
|
+
methods: {
|
|
558
|
+
addContainerBtn() {
|
|
559
|
+
this.selectContainer({ name: 'Add Container', __add: true });
|
|
560
|
+
},
|
|
561
|
+
nameDisplayFor(type) {
|
|
562
|
+
const schema = this.$store.getters['cluster/schemaFor'](type);
|
|
563
|
+
|
|
564
|
+
return this.$store.getters['type-map/labelFor'](schema) || '';
|
|
565
|
+
},
|
|
566
|
+
|
|
567
|
+
// TODO better images for workload types?
|
|
568
|
+
// show initials of workload type in blue circles for now
|
|
569
|
+
initialDisplayFor(type) {
|
|
570
|
+
const typeDisplay = this.nameDisplayFor(type);
|
|
571
|
+
|
|
572
|
+
return typeDisplay
|
|
573
|
+
.split('')
|
|
574
|
+
.filter(letter => letter.match(/[A-Z]/))
|
|
575
|
+
.join('');
|
|
576
|
+
},
|
|
577
|
+
|
|
578
|
+
cancel() {
|
|
579
|
+
this.done();
|
|
580
|
+
},
|
|
581
|
+
|
|
582
|
+
async getPorts() {
|
|
583
|
+
const ports = (await this.value.getPortsWithServiceType()) || [];
|
|
584
|
+
|
|
585
|
+
this.portsForServices = ports;
|
|
586
|
+
},
|
|
587
|
+
|
|
588
|
+
async saveService() {
|
|
589
|
+
// If we can't access services then just return - the UI should only allow ports without service creation
|
|
590
|
+
if (!this.$store.getters['cluster/schemaFor'](SERVICE)) {
|
|
591
|
+
return;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
const { toSave = [], toRemove = [] } =
|
|
595
|
+
(await this.value.servicesFromContainerPorts(
|
|
596
|
+
this.mode,
|
|
597
|
+
this.portsForServices
|
|
598
|
+
)) || {};
|
|
599
|
+
|
|
600
|
+
this.servicesOwned = toSave;
|
|
601
|
+
this.servicesToRemove = toRemove;
|
|
602
|
+
|
|
603
|
+
if (!toSave.length && !toRemove.length) {
|
|
604
|
+
return;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
return Promise.all([
|
|
608
|
+
...toSave.map(svc => svc.save()),
|
|
609
|
+
...toRemove.map((svc) => {
|
|
610
|
+
const ui = svc?.metadata?.annotations[UI_MANAGED];
|
|
611
|
+
|
|
612
|
+
if (ui) {
|
|
613
|
+
svc.remove();
|
|
614
|
+
}
|
|
615
|
+
}),
|
|
616
|
+
]);
|
|
617
|
+
},
|
|
618
|
+
|
|
619
|
+
saveWorkload() {
|
|
620
|
+
if (
|
|
621
|
+
this.type !== WORKLOAD_TYPES.JOB &&
|
|
622
|
+
this.type !== WORKLOAD_TYPES.CRON_JOB &&
|
|
623
|
+
this.mode === _CREATE
|
|
624
|
+
) {
|
|
625
|
+
this.spec.selector = { matchLabels: this.value.workloadSelector };
|
|
626
|
+
Object.assign(this.value.metadata.labels, this.value.workloadSelector);
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
let template;
|
|
630
|
+
|
|
631
|
+
if (this.type === WORKLOAD_TYPES.CRON_JOB) {
|
|
632
|
+
template = this.spec.jobTemplate;
|
|
633
|
+
} else {
|
|
634
|
+
template = this.spec.template;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
if (
|
|
638
|
+
this.type !== WORKLOAD_TYPES.JOB &&
|
|
639
|
+
this.type !== WORKLOAD_TYPES.CRON_JOB &&
|
|
640
|
+
this.mode === _CREATE
|
|
641
|
+
) {
|
|
642
|
+
if (!template.metadata) {
|
|
643
|
+
template.metadata = { labels: this.value.workloadSelector };
|
|
644
|
+
} else {
|
|
645
|
+
Object.assign(template.metadata.labels, this.value.workloadSelector);
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
if (template.spec.containers && template.spec.containers[0]) {
|
|
650
|
+
const containerResources = template.spec.containers[0].resources;
|
|
651
|
+
const nvidiaGpuLimit =
|
|
652
|
+
template.spec.containers[0].resources?.limits?.[GPU_KEY];
|
|
653
|
+
|
|
654
|
+
// Though not required, requests are also set to mirror the ember ui
|
|
655
|
+
if (nvidiaGpuLimit > 0) {
|
|
656
|
+
containerResources.requests = containerResources.requests || {};
|
|
657
|
+
containerResources.requests[GPU_KEY] = nvidiaGpuLimit;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
if (!this.nvidiaIsValid(nvidiaGpuLimit)) {
|
|
661
|
+
try {
|
|
662
|
+
delete containerResources.requests[GPU_KEY];
|
|
663
|
+
delete containerResources.limits[GPU_KEY];
|
|
664
|
+
|
|
665
|
+
if (Object.keys(containerResources.limits).length === 0) {
|
|
666
|
+
delete containerResources.limits;
|
|
667
|
+
}
|
|
668
|
+
if (Object.keys(containerResources.requests).length === 0) {
|
|
669
|
+
delete containerResources.requests;
|
|
670
|
+
}
|
|
671
|
+
if (Object.keys(containerResources).length === 0) {
|
|
672
|
+
delete template.spec.containers[0].resources;
|
|
673
|
+
}
|
|
674
|
+
} catch {}
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
const nodeAffinity = template?.spec?.affinity?.nodeAffinity || {};
|
|
679
|
+
const podAffinity = template?.spec?.affinity?.podAffinity || {};
|
|
680
|
+
const podAntiAffinity = template?.spec?.affinity?.podAntiAffinity || {};
|
|
681
|
+
|
|
682
|
+
this.fixNodeAffinity(nodeAffinity);
|
|
683
|
+
this.fixPodAffinity(podAffinity);
|
|
684
|
+
this.fixPodAffinity(podAntiAffinity);
|
|
685
|
+
this.fixPodSecurityContext(this.podTemplateSpec);
|
|
686
|
+
|
|
687
|
+
// delete this.value.kind;
|
|
688
|
+
if (this.container && !this.container.name) {
|
|
689
|
+
this.$set(this.container, 'name', this.value.metadata.name);
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
const ports = this.value.containers.reduce((total, each) => {
|
|
693
|
+
const containerPorts = each.ports || [];
|
|
694
|
+
|
|
695
|
+
total.push(
|
|
696
|
+
...containerPorts.filter(
|
|
697
|
+
port => port._serviceType && port._serviceType !== ''
|
|
698
|
+
)
|
|
699
|
+
);
|
|
700
|
+
|
|
701
|
+
return total;
|
|
702
|
+
}, []);
|
|
703
|
+
|
|
704
|
+
// ports contain info used to create services after saving
|
|
705
|
+
this.portsForServices = ports;
|
|
706
|
+
Object.assign(this.value, { spec: this.spec });
|
|
707
|
+
},
|
|
708
|
+
|
|
709
|
+
// node and pod affinity are formatted incorrectly from API; fix before saving
|
|
710
|
+
fixNodeAffinity(nodeAffinity) {
|
|
711
|
+
const preferredDuringSchedulingIgnoredDuringExecution =
|
|
712
|
+
nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution || [];
|
|
713
|
+
const requiredDuringSchedulingIgnoredDuringExecution =
|
|
714
|
+
nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution || {};
|
|
715
|
+
|
|
716
|
+
preferredDuringSchedulingIgnoredDuringExecution.forEach((term) => {
|
|
717
|
+
const matchExpressions = term?.preference?.matchExpressions || [];
|
|
718
|
+
|
|
719
|
+
matchExpressions.forEach((expression) => {
|
|
720
|
+
if (expression.values) {
|
|
721
|
+
expression.values =
|
|
722
|
+
typeof expression.values === 'string' ? [expression.values] : [...expression.values];
|
|
723
|
+
}
|
|
724
|
+
});
|
|
725
|
+
});
|
|
726
|
+
|
|
727
|
+
(
|
|
728
|
+
requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms || []
|
|
729
|
+
).forEach((term) => {
|
|
730
|
+
const matchExpressions = term.matchExpressions || [];
|
|
731
|
+
|
|
732
|
+
matchExpressions.forEach((expression) => {
|
|
733
|
+
if (expression.values) {
|
|
734
|
+
expression.values =
|
|
735
|
+
typeof expression.values === 'string' ? [expression.values] : [...expression.values];
|
|
736
|
+
}
|
|
737
|
+
});
|
|
738
|
+
});
|
|
739
|
+
},
|
|
740
|
+
|
|
741
|
+
fixPodAffinity(podAffinity) {
|
|
742
|
+
const preferredDuringSchedulingIgnoredDuringExecution =
|
|
743
|
+
podAffinity.preferredDuringSchedulingIgnoredDuringExecution || [];
|
|
744
|
+
const requiredDuringSchedulingIgnoredDuringExecution =
|
|
745
|
+
podAffinity.requiredDuringSchedulingIgnoredDuringExecution || [];
|
|
746
|
+
|
|
747
|
+
preferredDuringSchedulingIgnoredDuringExecution.forEach((term) => {
|
|
748
|
+
const matchExpressions =
|
|
749
|
+
term?.podAffinityTerm?.labelSelector?.matchExpressions || [];
|
|
750
|
+
|
|
751
|
+
matchExpressions.forEach((expression) => {
|
|
752
|
+
if (expression.values) {
|
|
753
|
+
expression.values =
|
|
754
|
+
typeof expression.values === 'string' ? [expression.values] : [...expression.values];
|
|
755
|
+
}
|
|
756
|
+
});
|
|
757
|
+
});
|
|
758
|
+
|
|
759
|
+
requiredDuringSchedulingIgnoredDuringExecution.forEach((term) => {
|
|
760
|
+
const matchExpressions = term?.labelSelector?.matchExpressions || [];
|
|
761
|
+
|
|
762
|
+
matchExpressions.forEach((expression) => {
|
|
763
|
+
if (expression.values) {
|
|
764
|
+
expression.values =
|
|
765
|
+
typeof expression.values === 'string' ? [expression.values] : [...expression.values];
|
|
766
|
+
}
|
|
767
|
+
});
|
|
768
|
+
});
|
|
769
|
+
|
|
770
|
+
return podAffinity;
|
|
771
|
+
},
|
|
772
|
+
|
|
773
|
+
fixPodSecurityContext(podTempSpec) {
|
|
774
|
+
if (this.podFsGroup) {
|
|
775
|
+
podTempSpec.securityContext = podTempSpec.securityContext || {};
|
|
776
|
+
podTempSpec.securityContext.fsGroup = this.podFsGroup;
|
|
777
|
+
} else {
|
|
778
|
+
if (podTempSpec.securityContext?.fsGroup) {
|
|
779
|
+
delete podTempSpec.securityContext.fsGroup;
|
|
780
|
+
}
|
|
781
|
+
if (Object.keys(podTempSpec.securityContext || {}).length === 0) {
|
|
782
|
+
delete podTempSpec.securityContext;
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
|
|
787
|
+
selectType(type) {
|
|
788
|
+
if (!this.type && type) {
|
|
789
|
+
this.$router.replace({ params: { resource: type } });
|
|
790
|
+
} else {
|
|
791
|
+
this.type = type;
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
|
|
795
|
+
selectContainer(container) {
|
|
796
|
+
if (container.__add) {
|
|
797
|
+
this.addContainer();
|
|
798
|
+
|
|
799
|
+
return;
|
|
800
|
+
}
|
|
801
|
+
(this.allContainers || []).forEach((container) => {
|
|
802
|
+
if (container.__active) {
|
|
803
|
+
delete container.__active;
|
|
804
|
+
}
|
|
805
|
+
});
|
|
806
|
+
container.__active = true;
|
|
807
|
+
this.container = container;
|
|
808
|
+
this.isInitContainer = !!container._init;
|
|
809
|
+
this.containerChange++;
|
|
810
|
+
},
|
|
811
|
+
|
|
812
|
+
addContainer() {
|
|
813
|
+
let nameNumber = this.allContainers.length;
|
|
814
|
+
const allNames = this.allContainers.reduce((names, each) => {
|
|
815
|
+
names.push(each.name);
|
|
816
|
+
|
|
817
|
+
return names;
|
|
818
|
+
}, []);
|
|
819
|
+
|
|
820
|
+
while (allNames.includes(`container-${ nameNumber }`)) {
|
|
821
|
+
nameNumber++;
|
|
822
|
+
}
|
|
823
|
+
const container = {
|
|
824
|
+
imagePullPolicy: 'Always',
|
|
825
|
+
name: `container-${ nameNumber }`,
|
|
826
|
+
active: true
|
|
827
|
+
};
|
|
828
|
+
|
|
829
|
+
this.podTemplateSpec.containers.push(container);
|
|
830
|
+
this.selectContainer(container);
|
|
831
|
+
},
|
|
832
|
+
|
|
833
|
+
removeContainer(container) {
|
|
834
|
+
if (container._init) {
|
|
835
|
+
removeObject(this.podTemplateSpec.initContainers, container);
|
|
836
|
+
} else {
|
|
837
|
+
removeObject(this.podTemplateSpec.containers, container);
|
|
838
|
+
}
|
|
839
|
+
this.selectContainer(this.allContainers[0]);
|
|
840
|
+
},
|
|
841
|
+
|
|
842
|
+
updateInitContainer(neu) {
|
|
843
|
+
if (!this.container) {
|
|
844
|
+
return;
|
|
845
|
+
}
|
|
846
|
+
const containers = this.podTemplateSpec.containers;
|
|
847
|
+
|
|
848
|
+
if (neu) {
|
|
849
|
+
if (!this.podTemplateSpec.initContainers) {
|
|
850
|
+
this.podTemplateSpec.initContainers = [];
|
|
851
|
+
}
|
|
852
|
+
this.podTemplateSpec.initContainers.push(this.container);
|
|
853
|
+
|
|
854
|
+
removeObject(containers, this.container);
|
|
855
|
+
} else {
|
|
856
|
+
delete this.container._init;
|
|
857
|
+
const initContainers = this.podTemplateSpec.initContainers;
|
|
858
|
+
|
|
859
|
+
removeObject(initContainers, this.container);
|
|
860
|
+
containers.push(this.container);
|
|
861
|
+
}
|
|
862
|
+
this.isInitContainer = neu;
|
|
863
|
+
},
|
|
864
|
+
clearPvcFormState(hookName) {
|
|
865
|
+
// On the `closePvcForm` event, remove the
|
|
866
|
+
// before save hook to prevent the PVC from
|
|
867
|
+
// being created. Use the PVC's unique ID to distinguish
|
|
868
|
+
// between hooks for different PVCs.
|
|
869
|
+
if (this[BEFORE_SAVE_HOOKS]) {
|
|
870
|
+
this.unregisterBeforeSaveHook(hookName);
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
|
|
874
|
+
updateServiceAccount(neu) {
|
|
875
|
+
if (neu) {
|
|
876
|
+
this.podTemplateSpec.serviceAccount = neu;
|
|
877
|
+
this.podTemplateSpec.serviceAccountName = neu;
|
|
878
|
+
} else {
|
|
879
|
+
// Note - both have to be removed in order for removal to work
|
|
880
|
+
delete this.podTemplateSpec.serviceAccount;
|
|
881
|
+
delete this.podTemplateSpec.serviceAccountName;
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
nvidiaIsValid(nvidiaGpuLimit) {
|
|
885
|
+
if (!Number.isInteger(nvidiaGpuLimit)) {
|
|
886
|
+
return false;
|
|
887
|
+
}
|
|
888
|
+
if (nvidiaGpuLimit === undefined) {
|
|
889
|
+
return false;
|
|
890
|
+
}
|
|
891
|
+
if (nvidiaGpuLimit < 1) {
|
|
892
|
+
return false;
|
|
893
|
+
} else {
|
|
894
|
+
return true;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
//
|
|
898
|
+
},
|
|
899
|
+
},
|
|
900
|
+
};
|