Jeffrey Ying

Results 30 issues of Jeffrey Ying

Feature Request: Is there a way to pass a custom function for determining focused specs over just the regex filter? We'd like to run a custom set of specs depending...

v2

I noticed in the code generator for Schema.default, the only acceptable types are bool, string, float, and int. https://github.com/google/gnostic/blob/master/generate-gnostic/generate-compiler.go#L233-L257 The OpenAPI 3.0 schema defines that the default value can be...

Is there a timeline on when support for OpenAPI 3.1 can be expected for the proto library? Some parts of 3.1 are not backwards compatible with 3.0 (eg: type is...

Per [JSON Schema 2019-09](https://json-schema.org/draft/2019-09/release-notes.html#keyword-changes), $ref is not allowed to have other keywords alongside it until this version. Both OpenAPI v2 and v3.0 follow a version of JSON Schema below this...

/kind cleanup #### What this PR does / why we need it: Change gnostic to the new gnostic-models repo. gnostic-models (https://github.com/google/gnostic-models) is a condensed version of gnostic with the openapi...

area/test
kind/cleanup
area/apiserver
area/kubectl
area/cloudprovider
sig/storage
sig/api-machinery
sig/cluster-lifecycle
needs-rebase
size/L
release-note-none
sig/auth
sig/cli
cncf-cla: yes
sig/instrumentation
sig/testing
sig/architecture
area/code-generation
lifecycle/stale
sig/cloud-provider
needs-priority
area/dependency
triage/accepted

### Enhancement Description - One-line enhancement description (can be used as a release note): Aggregated Discovery - Kubernetes Enhancement Proposal: [KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/3352-aggregated-discovery/README.md) - Discussion Link: - Primary contact (assignee): @Jefftree -...

sig/api-machinery
sig/cli
stage/beta

Fix docker push prow job failure: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/apiserver-network-proxy-push-images/1473458166879490048 We recently removed the proxy-test-client and http-server from being pushed to the container registry. /assign @cheftako

size/XS
cncf-cla: yes
lifecycle/rotten

Although it is documented that singleUseGRPCTunnels should only be used once, it is technically still possible to to call the Dial function multiple times. This causes certain race conditions and...

lifecycle/frozen

When an agent disconnects https://github.com/kubernetes-sigs/apiserver-network-proxy/pull/125 closes all client side connections that use the corresponding agent. However, PendingDial requests may still be in flight and have not been added to the...

lifecycle/frozen

Example for using the server side apply client with CRDs Took the suggestion of using the Patch to embed the applyconfiguration. ``` cl.Patch(context.TODO(), fooObj, client.ApplyFrom(applyConfig), owner); ``` where `fooObj` is...

cncf-cla: yes
size/XXL
do-not-merge/hold