Results 193 comments of Jeremy Whitlock

The more I think about it, the less I care about it. _"JSON *"_ implies JSON-only and if we are looking to get away from that, to me it looks...

In JSON terms, a JSON Reference is an `Object` that has a singular `$ref` key. Every programming language has the ability to represent this. That's the reason why I say...

> Please, please, please do not make up new $ref behavior or syntax! Agreed, but didn't JSON Schema do the same? While JSON Schema's syntax is the same as JSON...

> ... It's not like we just did it for the lulz without talking to anyone about it. First off, there was no disrespect in my message and I never...

I could see this being useful.

URI Template strings themselves are not valid URIs _(strictly)_. Some of the characters used in URI Templates are special characters in the URI specification and require being escaped. The reason...

A few notes after presenting this to the Security SIG: * I could see a case where the `Credential Object` might also allow for a `credential` property in place of...

Thanks a ton, way better than my hack of patching `jsdoc-parse`. ;)

Here are the pertinent links to the Kubernetes docs _(this isn't an RTFM but since they've got documentation, it seemed simpler)_: - Authentication: http://kubernetes.io/docs/admin/authentication/ - Authorization: http://kubernetes.io/docs/admin/authorization/ The problem I'm...

@rimusz If I've got kube-solo already running, how should I go about changing the fleet unit and getting it deployed? I've not used fleet directly so I'm not even sure...