Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for server-side apply markers #638

Closed
apelisse opened this issue Oct 11, 2019 · 1 comment · Fixed by kubernetes-sigs/controller-tools#347
Closed

Add support for server-side apply markers #638

apelisse opened this issue Oct 11, 2019 · 1 comment · Fixed by kubernetes-sigs/controller-tools#347
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@apelisse
Copy link

Follow-up from kubernetes-sigs/kubebuilder#1081

Kubernetes has a few new markers that could be really useful since they are also supported by CRDs. One can look at the existing kube-openapi implementation (since proper documentation is lacking ...)

  • // +listType=[atomic|set|map]: Decides if the list is a set, an atomic map (fields are all replaced), or an associative list
  • // +listMapKey=name: Indicates which field is the key for an associative list. Can only be used on lists that have the type "map". Can be repeated since multiple fields can be the key.
  • // +mapType=[atomic|map]: decides if the map is replaced altogether when changed.
@DirectXMan12
Copy link
Contributor

/kind feature
/priority important-soon

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Oct 15, 2019
DirectXMan12 pushed a commit that referenced this issue Jan 31, 2020
Update documentation for client-go informers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants