Re: [kubernetes-users] SecretList's items don't have "kind" or "apiVersion"

2018-05-17 Thread 'Daniel Smith' via Kubernetes user discussion and Q
It was purposefully that way, but users typically have the expectation you have, and there's actually a PR out (merged?) from deads2k@ fixing this. On Thu, May 17, 2018 at 3:15 PM Torsten Bronger < bron...@physik.rwth-aachen.de> wrote: > Hallöchen! > > An HTTP get to the endpoint /secrets/

[kubernetes-users] SecretList's items don't have "kind" or "apiVersion"

2018-05-17 Thread Torsten Bronger
Hallöchen! An HTTP get to the endpoint /secrets/ against my Kubernetes 1.10 API server yields: kind: SecretList apiVersion: v1 metadata: {resourceVersion: '1143', selfLink: /api/v1/namespaces/default/secrets} items: - data: *** metadata: creationTimestamp: '2018-05-17T21:30:58Z'