question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expose Kubernetes OpenAPI extensions as attributes on members

See original GitHub issue

To properly patch resources (like a kubectl apply), it is necessary to know how the fields (especially lists) in the resources are intended to be merged. This is exposed as OpenAPI extensions in x-kubernetes-patch-strategy and x-kubernetes-patch-merge-key.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
felixfbeckercommented, Sep 2, 2018

Yeah this gives all I need!

0reactions
tintoycommented, Sep 2, 2018

I think we’ve dealt with this one but I can’t be sure - when you have a moment can you check if the API does what you want now?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Extend the Kubernetes API with CustomResourceDefinitions
This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. Before you begin You need ...
Read more >
The Kubernetes API
The API server exposes an HTTP API that lets end users, different parts of your cluster, and external components communicate with one ...
Read more >
Controlling Access to the Kubernetes API
Kubernetes authorization requires that you use common REST attributes to interact with existing organization-wide or cloud-provider-wide access ...
Read more >
Custom Resources
Custom resources are extensions of the Kubernetes API. This page discusses when to add a custom resource to your Kubernetes cluster and when...
Read more >
Kubernetes API Concepts
The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found