John Howard
John Howard
move to https://github.com/istio/istio/pull/51279. thanks for all the great work here
@Bennett-Lynch did you get a chance to investigate more?
not stale
Any updates on this? I am trying to decide if we should convert 100s of tests to write to the store directly or not
Sounds good, thanks @roycaihw !
The fact that there is no way to test adding a configuration object seems like a *huge* gap. This pushes a major burden onto developers to either: 1. Not test...
I am interested in doing this just haven't had the time yet
`kubectl get secrets -oyaml| kubectl grep -d -r foobar` should do it. it would output the full secret yaml not just the .data section, so you would also want to...
> There's no way to safely transition from experimental to standard. Let's say someone wanted to try out a new feature in experimental channel temporarily - now they're stuck on...
> This proposal continues to use the same go types for both experimental and standard channel (just with type aliasing like we're already doing). The only thing you'd need to...