Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

List and watch uninitialized resources #148

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

List and watch uninitialized resources #148

wants to merge 2 commits into from

Conversation

dvazar
Copy link

@dvazar dvazar commented Dec 21, 2017

In Kubernetes 1.7 an opportunity to list and watch for uninitialized objects, by using the query parameter includeUninitialized=true|false. If ?includeUninitialized=true, partially initialized resources are included in the response.
This query parameter is only relevant for list and watch operations. For other operations where names of the objects are provided a kube-apiserver takes into account also uninitialized objects.

This pull request is a proposal for implementing this feature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant