client/pkg/kn/commands/service
David Simansky b72e4be300
feat: Add service import command (#1065)
* feat: Add service import command

* fix: Fix e2e test

* fix: Add retry when retrieving Configuration

* fix: Reflect review feedback

* fix: Fix error message

Co-authored-by: Roland Huß <rhuss@redhat.com>

* fix: Add missing mock tests

* fix: Polish unit test assertions

* fix: Mark import as experimental

* chore: Add changelog entry

* Update CHANGELOG.adoc

Co-authored-by: Roland Huß <rhuss@redhat.com>

* fix: Remove deprecated flag

Co-authored-by: Roland Huß <rhuss@redhat.com>
2020-11-09 06:04:09 -08:00
..
apply.go Feature: "kn service apply" (#964) 2020-11-02 00:36:35 -08:00
apply_mock_test.go Feature: "kn service apply" (#964) 2020-11-02 00:36:35 -08:00
configuration_edit_flags.go Add ResolvePodSpec to podspec.go and move the related utilities to podspec_helper (#1024) 2020-10-27 10:45:33 -07:00
create.go Drop deprecated --async flag support (#1094) 2020-11-09 01:49:17 -08:00
create_mock_test.go Feature: "kn service apply" (#964) 2020-11-02 00:36:35 -08:00
create_test.go Feature: "kn service apply" (#964) 2020-11-02 00:36:35 -08:00
delete.go Fix exit code on service delete and revision delete (#971) 2020-08-06 03:41:28 -07:00
delete_mock_test.go Fix exit code on service delete and revision delete (#971) 2020-08-06 03:41:28 -07:00
delete_test.go Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
describe.go Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
describe_test.go Add support for service url in svc describe output (#916) 2020-07-07 13:44:44 -07:00
export.go Fix various misspellings and linter items (#1057) 2020-10-12 21:24:30 -07:00
export_test.go Export test refactor (#1069) 2020-11-02 07:21:35 -08:00
human_readable_flags.go Fix various misspellings and linter items (#1057) 2020-10-12 21:24:30 -07:00
import.go feat: Add service import command (#1065) 2020-11-09 06:04:09 -08:00
import_test.go feat: Add service import command (#1065) 2020-11-09 06:04:09 -08:00
list.go add aliases to help command and remove aliases in short (#1055) 2020-10-09 00:09:21 -07:00
list_mock_test.go add alias to commands (#1041) 2020-10-06 03:57:21 -07:00
list_test.go add alias to commands (#1041) 2020-10-06 03:57:21 -07:00
service.go feat: Add service import command (#1065) 2020-11-09 06:04:09 -08:00
service_test.go Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00
service_update_mock_test.go Add ResolvePodSpec to podspec.go and move the related utilities to podspec_helper (#1024) 2020-10-27 10:45:33 -07:00
update.go Drop deprecated --async flag support (#1094) 2020-11-09 01:49:17 -08:00
update_test.go Add ResolvePodSpec to podspec.go and move the related utilities to podspec_helper (#1024) 2020-10-27 10:45:33 -07:00