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/ 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'
>     labels: {uses-certbot: 'True'}
>     name: certificates-29c2fa1
>     namespace: default
>     resourceVersion: '534'
>     selfLink: /api/v1/namespaces/default/secrets/certificates-29c2fa1
>     uid: 96f5c905-5a19-11e8-b931-005056be54be
>   type: Opaque
>
>
> (It is returned as JSON; I converted it to YAML.)  As you can see,
> "kind" and "apiVersion" is missing in the first and only item.  If
> you try to feed this into kubectl 1.10, it aborts with a validation
> error.  As a workaround, I add those two fields by myself but I
> wonder why the API's output is not accepted by kubectl in its
> pristine form.
>
> Is this intentional or a bug?
>
> Tschö,
> Torsten.
>
> --
> Torsten Bronger
>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes user discussion and Q&A" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-users+unsubscr...@googlegroups.com.
> To post to this group, send email to kubernetes-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/kubernetes-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
  • [kubernetes-user... Torsten Bronger
    • Re: [kubern... 'Daniel Smith' via Kubernetes user discussion and Q&A

Reply via email to