pkg/logging
Matt Moore 281cda84ce Move Condition stuff to apis, add a v1beta1 Status. (#361)
This moves the common Condition stuff to apis, and creates a v1beta1 form of Status that uses the Condition it defines (changing this in v1alpha1 is too breaking).

There aren't really any meaningful changes in this PR, mostly reorganization.  Enumerating what I did:
1. Copied `condition_set*.go` to `apis/`,
1. Copied the `Condition` portions of `conditions_types.go` to `apis/`,
1. Copied the balance of `conditions_types.go` to `apis/duck/v1beta1/status_types.go`,
1. Changed the parts of the above to reference things in the appropriate new places,
1. Removed the reflection-based `ConditionsAccessor` stuff, implementing it instead on `duckv1beta1.Status`.
1. Incorporate: https://github.com/knative/pkg/pull/358
2019-04-02 09:51:55 -07:00
..
logkey Add the commit ID key as constant for log label (#158) 2018-11-06 14:59:36 -08:00
testing Clean test loggers (#266) 2019-02-10 08:13:42 -08:00
OWNERS Add yanweiguo as owner of logging directory (#29) 2018-07-30 21:34:37 -07:00
config.go Fix the sugared logger usage (#300) 2019-02-28 18:17:38 -08:00
config_test.go Move the defaulting for ConfigMap into our logging library. (#258) 2019-01-30 21:59:37 -08:00
logger.go Move the logging packages from serving into pkg. (#21) 2018-07-27 09:53:35 -07:00
logger_test.go Move the logging packages from serving into pkg. (#21) 2018-07-27 09:53:35 -07:00
zz_generated.deepcopy.go Move Condition stuff to apis, add a v1beta1 Status. (#361) 2019-04-02 09:51:55 -07:00