client-gok8s.io/client-go/util/watchlist Index | Files

package watchlist

import "k8s.io/client-go/util/watchlist"

Index

Functions

func PrepareWatchListOptionsFromListOptions

func PrepareWatchListOptionsFromListOptions(listOptions metav1.ListOptions) (metav1.ListOptions, bool, error)

PrepareWatchListOptionsFromListOptions creates a new ListOptions that can be used for a watch-list request from the given listOptions.

This function also determines if the given listOptions can be used to form a watch-list request, which would result in streaming semantically equivalent data from the server.

Source Files

watch_list.go

Version
v0.31.6
Published
Feb 13, 2025
Platform
js/wasm
Imports
7 packages
Last checked
2 minutes ago

Tools for package owners.