Pinned
1,767 contributions in the last year
Less
More
Activity overview
Contributed to
kubernetes/kubernetes,
kubernetes/website,
kubernetes/enhancements
and 5 other
repositories
Contribution activity
September 2021
Created 13 commits in 5 repositories
Created 1 repository
Created a pull request in kubernetes/kubernetes that received 47 comments
POC: switch from json-iterator to forked stdlib json decoder
What type of PR is this? /kind feature What this PR does / why we need it: Explores dropping json-iterator in favor of a fork of the stdlib json de…
+10,792
−431
•
47
comments
Opened 8 other pull requests in 4 repositories
kubernetes/kubernetes
3
open
1
merged
ftc16072/LearningGIT
2
merged
kubernetes/kube-openapi
1
open
kubernetes-sigs/kubectl-check-ownerreferences
1
merged
Reviewed 51 pull requests in 6 repositories
kubernetes/kubernetes
36 pull requests
- CloseIdleConnections of wrapped Transport RoundTrippers
- Generate package path as proto go_package option
-
Move client-go/tools/record tests away from
IntervalClocktoSimpleIntervalClock - Create HPA v2 Stable API
- v1.21: Fix test flake in old svc registry
- Fix response schema for delete batch/v1/jobs
- POC: switch from json-iterator to forked stdlib json decoder
- add update-unwanted-dependencies.sh to track unwanted dependencies
- fix(*): add emphmeral-storage to scope valid resource
- Updated json-iterator version to 1.1.12 from 1.1.11
- refactor: switch to tls cipher suite in stdlib
- remove deprecated validEgressSelectorNames 'master'
- workqueue: fix leak in queue preventing objects from being GCed
- filtering ANSI escape characters
- Fix Daemonset controller role missing 'update pod' permission
- Automated cherry pick of #93044: Initialize scheduler's podInformer in sharedInformerFactory
- Fix conversion of literal null JSON values
- When resolvConf is "" in kubelet configuration, pod will be created with wrong dns policy
- fix 104820: marshal of empty objectmeta still have creationTimestamp field
- Skip externalips service tests if admission controller to deny externalip services is enabled.
- vendor: bump hcsshim to v0.8.22
- refactor: disable insecure serving in kube-scheduler
- klog 2.20.0, logr v1.1.0, zapr v1.1.0
- Handle for Windows HostProcess containers in go-client
- Don't apply cluster TLS options to connections to HTTPS proxy
- Some pull request reviews not shown.
kubernetes/enhancements
8 pull requests
-
KEP 2527: Clarify meaning of
status - KEP-2799: Reduction of Secret-based Service Account Tokens
- KEP-1981 Windows HostProcess containers KEP updates for beta
- KEP-2876: CRD Validation Expression Language
- KEP-2926: Allow updating scheduling directives of suspended jobs
- Identify Pod's OS during API Server admission
- Add KEP for Secret/ConfigMap protection
- KEP-1441: Propose profiles for kubectl debug
kubernetes/community
4 pull requests
kubernetes/website
1 pull request
kubernetes-sigs/sig-windows-tools
1 pull request
kubernetes-sigs/yaml
1 pull request
Created an issue in kubernetes/kubernetes that received 5 comments
openapi schema indicates incorrect return types for delete and deletecollection operations
Many (most?) types do not specify ReturnDeletedObject in their storage configuration
For those types, the generated schema specifies v1.Status as …
5
comments