Jun Mukai

Results 4 issues of Jun Mukai

Currently we have CallSettings and CallOptions, and it's hard to say their roles and the differences. Actually CallSettings is the settings (or configurations) for an API call (or a method),...

P3

I've heard that sometimes pkg/config/store/queue_test.go can fail with the following log: ``` ==================== Test output for //pkg/config/store:go_default_test: (snip) --- FAIL: TestQueueCancelSync (0.00s) queue_test.go:149: Got name Want 8 queue_test.go:149: Got name...

mixer

Mixer needs to validate the configs, so that the mixer configs are properly formed. This will be done through: - [ ] the validation through k8s external admission webhook -...

kubernetes will support the OpenAPI schema validations for custom resources (see https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/#validation). It can be validated through OpenAPI v3 schema. This is still in alpha status, but we want to...