John Huffaker
John Huffaker
At Box we've often had a need to optionally include elements in an array, e.g. ``` util.list([ namespace.object(), deployment.object(logtailer), service.object(), ] + logtailer.configMaps + if cluster.isDSV31 then [ logback.configMap() ]...
I can absolutely see as this thing is tuning connection limits up and down watching average latency being a great signal. What happens when you're at steady state and one...
The divergence between AT and phpdoc types leads to non-coformant phpdocs or less expressive AT definitions, any chance we can get close to the set of types annotations that phpdoc...
Thanks for the wonderfully updated library. We were using a very old version with memory leaks and tons of bugs, it's great to see this getting love and adhereing to...
One place where all of the kubernetes documentation (and this guide) is unclear is if we are running multiple API servers should we generate a kube-apiserver-server.pem and kube-apiserver-server-key.pem _per host_...
### Is your feature request related to a problem? Please describe Services usually have a server span upon request entry and client span (span.kind = client) around calls to upstream....