client/pkg/kn/commands/service
Gunjan Vyas 63142983ac
Added autocompletion for service name (#1547)
* Added autocompletion for service name

* Added unit tests

* Added error handling for panic if no namespace flag added to command

* Removed target field from config

* Modified signature for completion functions
2022-01-04 04:31:33 -08:00
..
apply.go Use context.Context in API methods (#1274) 2021-03-26 09:23:20 -07:00
apply_mock_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
configuration_edit_flags.go Fix env, annotation and labels flags in service create/update/apply (#1516) 2021-11-25 00:32:16 -08:00
create.go Add --tag flag to service create and allow traffic split <100 when @latest is specified (#1514) 2021-11-29 05:31:04 -08:00
create_mock_test.go Align autoscaling annotations in tests (#1531) 2021-11-26 05:34:51 -08:00
create_test.go Add --tag flag to service create and allow traffic split <100 when @latest is specified (#1514) 2021-11-29 05:31:04 -08:00
delete.go Added autocompletion for service name (#1547) 2022-01-04 04:31:33 -08:00
delete_mock_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
delete_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
describe.go Added autocompletion for service name (#1547) 2022-01-04 04:31:33 -08:00
describe_test.go Fix describe/list commands with json/yaml output format (#1278) 2021-09-21 05:32:37 -07:00
export.go update status of commands (#1508) 2021-11-09 01:51:43 -08:00
export_test.go Add an update timestamp to trigger the creation of a revision when needed. (#1364) 2021-07-26 12:17:16 -07:00
human_readable_flags.go Enable gosec linter and fix existing issues (#1228) 2021-02-16 02:17:26 -08:00
import.go update status of commands (#1508) 2021-11-09 01:51:43 -08:00
import_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
list.go update status of commands (#1508) 2021-11-09 01:51:43 -08:00
list_mock_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
list_test.go Fix describe/list commands with json/yaml output format (#1278) 2021-09-21 05:32:37 -07:00
service.go Changing the Default retry value (#1463) 2021-10-01 07:56:07 -07:00
service_test.go Add `env-value-from` flag & keep order of env vars in created/updated services (#1328) 2021-06-29 01:48:13 -07:00
service_update_mock_test.go Align autoscaling annotations in tests (#1531) 2021-11-26 05:34:51 -08:00
update.go Added autocompletion for service name (#1547) 2022-01-04 04:31:33 -08:00
update_test.go Align autoscaling annotations in tests (#1531) 2021-11-26 05:34:51 -08:00