client/pkg/kn/commands/service
Mike Petersen e1c48e6f7a
Added the option to use --scale for setting MinScale and MaxScale to the same value (#914)
* Added the option to use --scale for setting MinScale and MaxScale to the
same value

* Updated service create/update to resolve test issues

* Removed scale from the annotation section - there isn't a scale
annotation

* Renamed test service name so that it doesn't match a previous test

* Addressed most issues/changes

* Added tests for multiple flags being used at the same time

* Cleaned up the update tests

* Added negative value tests and cleaned up tests in create_test.go
2020-07-11 02:33:37 -07:00
..
configuration_edit_flags.go Added the option to use --scale for setting MinScale and MaxScale to the same value (#914) 2020-07-11 02:33:37 -07:00
create.go feat: Add --filename flag to service create command (#913) 2020-07-11 02:03:37 -07:00
create_mock_test.go Update flag names to --request and --limit (#872) 2020-06-03 04:04:18 -07:00
create_test.go Added the option to use --scale for setting MinScale and MaxScale to the same value (#914) 2020-07-11 02:33:37 -07:00
delete.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
delete_mock_test.go add kn service delete --all (#836) 2020-05-14 03:51:59 -07:00
delete_test.go Replace pkg/errors with stdlib errors. (#853) 2020-05-25 08:10:47 -07:00
describe.go Add support for service url in svc describe output (#916) 2020-07-07 13:44:44 -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 add kn export type (#856) 2020-06-18 02:33:25 -07:00
export_test.go add kn export type (#856) 2020-06-18 02:33:25 -07:00
human_readable_flags.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
list.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
list_mock_test.go add kn service delete --all (#836) 2020-05-14 03:51:59 -07:00
list_test.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
service.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07: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 --user flag for service create and update (#679) 2020-02-28 03:55:51 -08:00
update.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
update_test.go Added the option to use --scale for setting MinScale and MaxScale to the same value (#914) 2020-07-11 02:33:37 -07:00