package client
import "k8s.io/dynamic-resource-allocation/client"
Package clients provides a wrapper around client-go such that consumers of this package can use the latest resource.k8s.io API. Under the hood those types get converted to and from the most recent API version supported by the apiserver.
Patching and server-side-apply are not supported and return the ErrNotImplemented error. It would be necessary to convert the patch or apply configuration, which is close to impossible (patch) and more code (apply configuration).
Index ¶
Variables ¶
var ( ErrNotImplemented = errors.New("not implemented in k8s.io/dynamic-resource-allocation/client") )
Functions ¶
func New ¶
func New(clientSet kubernetes.Interface) cgoresource.ResourceV1beta2Interface
Source Files ¶
client.go doc.go generic.go
- Version
- v0.34.0-alpha.1
- Published
- Jun 16, 2025
- Platform
- js/wasm
- Imports
- 15 packages
- Last checked
- 1 minute ago –
Tools for package owners.