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.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
7 packages
Last checked
6 hours ago

Tools for package owners.