client-gok8s.io/client-go/informers/coordination Index | Files | Directories

package coordination

import "k8s.io/client-go/informers/coordination"

Index

Types

type Interface

type Interface interface {
	// V1 provides access to shared informers for resources in V1.
	V1() v1.Interface
	// V1beta1 provides access to shared informers for resources in V1beta1.
	V1beta1() v1beta1.Interface
}

Interface provides access to each of this group's versions.

func New

New returns a new Interface.

Source Files

interface.go

Directories

PathSynopsis
informers/coordination/v1
informers/coordination/v1beta1
Version
v0.26.0
Published
Dec 9, 2022
Platform
js/wasm
Imports
3 packages
Last checked
3 minutes ago

Tools for package owners.