|
637 | 637 | "ingress-design-ingress-annotations": "Optional Annotations",
|
638 | 638 | "ingress-design-ingress-route-name-help": "The name to be used for creating this ingress route.",
|
639 | 639 | "ingress-design-ingress-route-virtualhost-help": "The virtual host name is used as the host routing rule for this ingress route.",
|
640 |
| - "ingress-design-ingress-route-virtualhost-help": "The virtual host name is used as the host routing rule for this ingress route.", |
641 | 640 | "ingress-design-ingress-route-targetservice-help": "The target service is the where this ingress route will send the request to the backend Kubernetes service address.",
|
642 | 641 | "ingress-design-ingress-route-targetport-help": "The target port is the where this ingress route will send the request to the backend Kubernetes service port.",
|
643 | 642 | "ingress-design-ingress-route-path-help": "The URL path routing rule for this ingress route.",
|
|
696 | 695 |
|
697 | 696 | "ingress-uninstaller-aborted-error-title": "Ingress Controller Uninstall Aborted",
|
698 | 697 | "ingress-uninstaller-not-install-message": "The Install Ingress Controller option is off so there is nothing to do.",
|
| 698 | + "ingress-uninstaller-remove-namespace-prompt-title": "Uninstall {{provider}} Ingress Controller Scope", |
| 699 | + "ingress-uninstaller-remove-namespace-prompt-question": "After uninstalling the {{provider}} Ingress Controller {{name}}, would you like to also delete the Kubernetes namespace {{namespace}} (and all of its data)?", |
| 700 | + "ingress-uninstaller-remove-namespace-prompt-details": "Uninstalling the {{provider}} Ingress Controller {{name}} will make any running WebLogic domains unreachable from outside the Kubernetes cluster. If you also choose to remove the Kubernetes namespace {{namespace}} will remove all secrets and other Kubernetes objects that exist in the Kubernetes namespace.", |
699 | 701 | "ingress-uninstaller-kubectl-exe-invalid-error-message": "Unable to uninstall ingress controller because the Kubernetes client executable is invalid: {{error}}.",
|
700 | 702 | "ingress-uninstaller-helm-exe-invalid-error-message": "Unable to uninstall ingress controller because the Helm executable is invalid: {{error}}.",
|
701 | 703 | "ingress-uninstaller-project-not-saved-error-prefix": "Unable to uninstall ingress controller because project save failed",
|
702 | 704 | "ingress-uninstaller-set-context-error-message": "Unable to uninstall ingress controller because setting the Kubernetes client cluster context failed: {{error}}.",
|
703 | 705 | "ingress-uninstaller-checking-installed-in-progress": "Checking to see if the Ingress Controller {{name}} is installed in Kubernetes namespace {{namespace}}.",
|
704 | 706 | "ingress-uninstaller-checking-already-installed-error-message": "Unable to uninstall ingress controller {{name}} from Kubernetes namespace {{namespace}} because an error was encountered while trying to determine if the ingress controller is installed: {{error}}.",
|
705 | 707 | "ingress-uninstaller-ingress-not-installed-error-message": "Unable to uninstall the ingress controller {{name}} from Kubernetes namespace {{namespace}} because it does not appear to be installed.",
|
706 |
| - "ingress-uninstaller-uninstall-in-progress": "Uninstalling ingress controller {{name}} from Kubernetes namespace {{namespace}}", |
707 |
| - "ingress-uninstaller-uninstall-complete-title": "Ingress Controller Uninstall Complete", |
708 |
| - "ingress-uninstaller-uninstall-complete-message": "Ingress Controller {{name}} successfully uninstalled from Kubernetes namespace {{namespace}}.", |
709 |
| - "ingress-uninstaller-uninstall-failed-title": "Ingress Controller Uninstall Failed", |
710 |
| - "ingress-uninstaller-uninstall-failed-error-message": "Uninstalling ingress controller {{name}} from Kubernetes namespace {{namespace}} failed: {{error}}.", |
| 708 | + "ingress-uninstaller-uninstall-in-progress": "Uninstalling {{provider}} ingress controller {{name}} from Kubernetes namespace {{namespace}}", |
| 709 | + "ingress-uninstaller-remove-namespace-in-progress": "Removing Kubernetes namespace {{namespace}}", |
| 710 | + "ingress-uninstaller-uninstall-complete-title": "{{provider}} Ingress Controller Uninstall Complete", |
| 711 | + "ingress-uninstaller-uninstall-complete-message": "{{provider}} ingress controller {{name}} successfully uninstalled from Kubernetes namespace {{namespace}}.", |
| 712 | + "ingress-uninstaller-uninstall-complete-with-namespace-message": "{{provider}} ingress controller {{name}} successfully uninstalled and Kubernetes namespace {{namespace}} was deleted.", |
| 713 | + "ingress-uninstaller-uninstall-failed-title": "{{provider}} Ingress Controller Uninstall Failed", |
| 714 | + "ingress-uninstaller-uninstall-failed-error-message": "Uninstalling {{provider}} ingress controller {{name}} from Kubernetes namespace {{namespace}} failed: {{error}}.", |
711 | 715 | "ingress-uninstaller-uninstall-catch-all-error-message": "Ingress Controller uninstall failed with an unexpected error: {{error}}.",
|
712 | 716 |
|
713 | 717 | "ingress-routes-updater-update-aborted-error-title": "Ingress Routes Update Aborted",
|
|
989 | 993 | "wko-updater-update-catch-all-error-message": "WebLogic Kubernetes Operator update failed with an unexpected error: {{error}}",
|
990 | 994 |
|
991 | 995 | "wko-uninstaller-aborted-error-title": "WebLogic Kubernetes Operator Uninstall Aborted",
|
| 996 | + "wko-uninstaller-remove-namespace-prompt-title": "Uninstall WebLogic Kubernetes Operator Scope", |
| 997 | + "wko-uninstaller-remove-namespace-prompt-question": "After uninstalling the WebLogic Kubernetes Operator {{name}}, would you like to also delete the Kubernetes namespace {{namespace}} (and all of its data)?", |
| 998 | + "wko-uninstaller-remove-namespace-prompt-details": "Uninstalling the WebLogic Kubernetes Operator {{name}} will not stop any already running WebLogic domains but these domains will no longer be managed. If you also choose to remove the Kubernetes namespace {{namespace}} will remove all secrets, service accounts, and other Kubernetes objects that exist in the Kubernetes namespace.", |
992 | 999 | "wko-uninstaller-kubectl-exe-invalid-error-message": "Unable to uninstall WebLogic Kubernetes Operator because the Kubernetes client executable is invalid: {{error}}.",
|
993 | 1000 | "wko-uninstaller-helm-exe-invalid-error-message": "Unable to uninstall WebLogic Kubernetes Operator because the Helm executable is invalid: {{error}}.",
|
994 | 1001 | "wko-uninstaller-project-not-saved-error-prefix": "Unable to uninstall WebLogic Kubernetes Operator because project save failed",
|
|
999 | 1006 | "wko-uninstaller-add-chart-in-progress": "Adding WebLogic Kubernetes Operator Helm chart",
|
1000 | 1007 | "wko-uninstaller-add-chart-error-message": "Unable to uninstall WebLogic Kubernetes Operator because an error occurred while adding the Helm chart: {{error}}",
|
1001 | 1008 | "wko-uninstaller-uninstall-in-progress": "Uninstalling WebLogic Kubernetes Operator using Helm release name {{helmReleaseName}}",
|
| 1009 | + "wko-uninstaller-remove-namespace-in-progress": "Removing Kubernetes namespace {{namespace}}", |
1002 | 1010 | "wko-uninstaller-uninstall-complete-title": "WebLogic Kubernetes Operator Uninstall Complete",
|
1003 |
| - "wko-uninstaller-uninstall-complete-message": "WebLogic Kubernetes Operator {{operatorName}} successfully uninstalled to Kubernetes namespace {{operatorNamespace}}.", |
| 1011 | + "wko-uninstaller-uninstall-complete-message": "WebLogic Kubernetes Operator {{operatorName}} successfully uninstalled from Kubernetes namespace {{operatorNamespace}}.", |
| 1012 | + "wko-uninstaller-uninstall-complete-with-namespace-message": "WebLogic Kubernetes Operator {{operatorName}} successfully uninstalled and Kubernetes namespace {{operatorNamespace}} was deleted.", |
1004 | 1013 | "wko-uninstaller-uninstall-failed-title": "WebLogic Kubernetes Operator Uninstall Failed",
|
1005 |
| - "wko-uninstaller-uninstall-failed-error-message":"Unable to uninstall WebLogic Kubernetes Operator {{operatorName}} to Kubernetes namespace {{operatorNamespace}}: {{error}}.", |
| 1014 | + "wko-uninstaller-uninstall-failed-error-message":"Unable to uninstall WebLogic Kubernetes Operator {{operatorName}} from Kubernetes namespace {{operatorNamespace}}: {{error}}.", |
1006 | 1015 | "wko-uninstaller-uninstall-catch-all-error-message": "WebLogic Kubernetes Operator uninstall failed with an unexpected error: {{error}}",
|
1007 | 1016 |
|
1008 | 1017 | "k8s-domain-deployer-aborted-error-title": "Deploying WebLogic Domain to Kubernetes Aborted",
|
|
1036 | 1045 | "k8s-domain-script-generator-invalid-target-domain-location": "Unknown value for target domain location {{targetDomainLocation}}",
|
1037 | 1046 |
|
1038 | 1047 | "k8s-domain-undeployer-aborted-error-title": "Undeploying WebLogic Domain from Kubernetes Aborted",
|
1039 |
| - "k8s-domain-undeployer-scope-prompt-title": "Undeploy WebLogic Domain from Kubernetes Scope", |
1040 |
| - "k8s-domain-undeployer-scope-prompt-question": "Would you like to undeploy the just WebLogic domain {{domainUid}} or the entire WebLogic domain's namespace {{domainNamespace}} (and all of its data) from Kubernetes?", |
1041 |
| - "k8s-domain-undeployer-scope-prompt-details": "Removing the WebLogic domain will remove the WebLogic Kubernetes Operator's domain custom resource {{domainUid}} and will cause any running pods associated with the domain to be shut down and removed. Removing the WebLogic domain's namespace {{domainNamespace}} will, in addition to removing the WebLogic domain {{domainUid}}, remove all secrets, config maps, ingress routes, and other Kubernetes objects that exist in Kubernetes namespace.", |
1042 |
| - "k8s-domain-undeployer-prompt-result-assertion-error-message": "Unexpected prompt action 'cancel' while undeploying the Kubernetes WebLogic domain. Please report an issue on GitHub.", |
| 1048 | + "k8s-domain-undeployer-remove-namespace-prompt-title": "Undeploy WebLogic Domain from Kubernetes Scope", |
| 1049 | + "k8s-domain-undeployer-remove-namespace-prompt-question": "After undeploying the WebLogic domain {{name}}, would you like to also delete the Kubernetes namespace {{namespace}} (and all of its data)?", |
| 1050 | + "k8s-domain-undeployer-remove-namespace-prompt-details": "UUndeploying the WebLogic domain will remove the WebLogic Kubernetes Operator's domain custom resource {{domainUid}} and will cause any running pods associated with the domain to be shut down and removed. Removing the WebLogic domain's namespace {{domainNamespace}} will remove all secrets, config maps, ingress routes, and other Kubernetes objects that exist in the Kubernetes namespace.", |
1043 | 1051 | "k8s-domain-undeployer-kubectl-exe-invalid-error-message": "Unable to undeploy the domain because the Kubernetes client executable is invalid: {{error}}.",
|
1044 | 1052 | "k8s-domain-undeployer-project-not-saved-error-prefix": "Unable to undeploy the domain because project save failed",
|
1045 | 1053 | "k8s-domain-undeployer-set-context-error-message": "Unable to undeploy the domain because setting the Kubernetes client content failed: {{error}}.",
|
|
0 commit comments