Tomáš Nožička

Results 183 comments of Tomáš Nožička

We should not care about this much. This should be a task for k8s client-go. Something in terms of ```go versionedObject, err := scheme.ConvertToVersion(runtimeObject, api_v1.SchemeGroupVersion) ``` And just putting there...

Possible, but if the test fails you can always run it by `go test` with what ever parameters you want, right?

Actually, after looking at aggregated API servers and ThirdPartyResources I would imagine it a bit differently. OpenCompose could be an aggregated API server having it's own 3rdparty resource and a...

Also merging multiple files (using `-f` option) wouldn't work for this.

I don't like any of them. We want the tool to be user friendly and `json-like` syntax is not going to do the job. Yeah, `yaml` can be fragile, but...

This would be great for long term as it will ensure the file reference format is always up to date. >Is there anything we can steal from kubernetes? Not sure...

@avikivity would you mind taking a look and possibly backporting it? (I was tracing down a flake on my TLS PR and it lead me here again.)

What prevents you from adding the annotation on the service itself? fwiw, v2 is planning to allow setting common labels and annotations for all child objects but this one seems...