Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 878 Bytes

week15.md

File metadata and controls

15 lines (13 loc) · 878 Bytes

Weekly Note: 14 August - 20 August

Delivered this week

  • Refractored the existing feature gates even more.
  • Enabled feature gate in integration tests.
  • Changed CustomResourceValidation to *CustomResourceValidation.
  • Published the proposal: kubernetes/community#913.
  • Started work on the subresources prototype.
  • Noticed that the spec and status for CRDs did not support incrementing metadata.Generation. Created: kubernetes/kubernetes#50764.
  • Addressed reviews in the proposal + made some changes to it.
  • Added custom marshal functions. But round-tripping broke so needed to update fuzzers.