client/pkg/serving
Tsubasa Nagasawa b7808b0fa2 Validate scale and container concurrency options when updating configuration resource (#279)
* Validate invalid container concurrency options

* Use assert package

* Use FlagSet.Changed and don't care about default values

* Update dependency

* Follow e2e test changes

* Return error if invalid value is specified by users

* Fix broken e2e test

* Add more unit tests

* Fix error message

* Fix comment statement

* Revert back unrelated changes

* Fix typo
2019-07-25 02:57:35 -07:00
..
v1alpha1 add route describe feature and test (#251) 2019-07-12 05:06:37 -07:00
config_changes.go Validate scale and container concurrency options when updating configuration resource (#279) 2019-07-25 02:57:35 -07:00
config_changes_test.go Validate scale and container concurrency options when updating configuration resource (#279) 2019-07-25 02:57:35 -07:00
revision_template.go Validate scale and container concurrency options when updating configuration resource (#279) 2019-07-25 02:57:35 -07:00
schema_handling.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
schema_handling_test.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
service.go Rename accessors to be less like methods that get from the server (#275) 2019-07-18 23:19:28 -07:00