v1

package
v2.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	NetworkPolicy() NetworkPolicyController
}

func New

func New(controllerFactory controller.SharedControllerFactory) Interface

type NetworkPolicyCache

type NetworkPolicyCache interface {
	generic.CacheInterface[*v1.NetworkPolicy]
}

NetworkPolicyCache interface for retrieving NetworkPolicy resources in memory.

type NetworkPolicyClient

type NetworkPolicyClient interface {
	generic.ClientInterface[*v1.NetworkPolicy, *v1.NetworkPolicyList]
}

NetworkPolicyClient interface for managing NetworkPolicy resources in Kubernetes.

type NetworkPolicyController

type NetworkPolicyController interface {
	generic.ControllerInterface[*v1.NetworkPolicy, *v1.NetworkPolicyList]
}

NetworkPolicyController interface for managing NetworkPolicy resources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL