Tim Hockin

Results 48 issues of Tim Hockin

To do this we'd need to change the API - function signature or something.

in `testsuite.New()` ginkgo says: ``` 86 Path: relPath(dir), ``` Later that Path field gets used to construct an exec.Cmd, as the Dir field. The problem (it seems) is that when...

v2

I admit that Kubernetes is not exactly "normal" in its repo setup, but it is VALID. We have one repo with multiple go modules in various directories, but we treat...

Many/most linters have some sort of way to disable a specific check at a specific call-site. Are there examples on how to do this in ruleguard?

I have a function like this: ``` type T { // ... IPs []string Port int } func Create(input T) T { output := T{} // ... // If user...

question

I see how this is trying to be very clever and find the license DB in its own source code path. This totally breaks down in the face of Go's...

In reviewing an issue/PR I realized this lesson had not been documented anywhere. This is not the ideal mechanism, IMO, but better than nothing. This comes out of Service ClusterIP...

cncf-cla: yes
approved
sig/architecture
size/L
area/developer-guide

After many discussions with customers and implementors, I think we need to clarify that implementations should have an axis of freedom around implementation-defined control of sameness. E.g. "Sameness applies to...

cncf-cla: yes
sig/multicluster
size/M

Was https://github.com/kubernetes/kubernetes/issues/63821 @driusha /kind bug **What happened**: I have: * internal DNS "10.2.2.10" with zone "example.com" on it, * stubDomains: {"example.com": ["10.2.2.10"]} * externalName service "foo" which points to domain...

kind/bug
lifecycle/frozen

``` apiVersion: v1 kind: Service metadata: name: manual-1 spec: clusterIP: None ports: - port: 80 ``` ``` apiVersion: v1 kind: Endpoints metadata: name: manual-1 subsets: - addresses: - ip: 8.8.8.8...

lifecycle/frozen