drewmullen

Results 128 comments of drewmullen
trafficstars

build my/dir bucket1 bucket2

build my/dir bucket1 bucket2

build my/dir bucket1 bucket2

build my/dir bucket1 bucket2

build my/dir bucket1 bucket2

build my/dir bucket1 bucket2

echo teasdlfkj

Hi @rmohr it looks like it depends... I cant seem to find a consistency. some types both collection and singular return `status`, some only 1 returns status and 1 the...

~~I think the difference is based on the api definition:~~ ~~- `io.k8s.apimachinery` returns `status`~~ ~~- `io.k8s.api.core` returns solid types~~

I have been able to confirm that at least `configmap` does in fact return `status` (aka the swagger doc is accurate) ```shell curl -X DELETE \ https:///api/v1/namespaces/default/configmaps/test \ -H "Authorization:...