package fake

import "k8s.io/client-go/kubernetes/typed/networking/v1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeNetworkingV1

type FakeNetworkingV1 struct {
	*testing.Fake
}

func (*FakeNetworkingV1) IngressClasses

func (c *FakeNetworkingV1) IngressClasses() v1.IngressClassInterface

func (*FakeNetworkingV1) Ingresses

func (c *FakeNetworkingV1) Ingresses(namespace string) v1.IngressInterface

func (*FakeNetworkingV1) NetworkPolicies

func (c *FakeNetworkingV1) NetworkPolicies(namespace string) v1.NetworkPolicyInterface

func (*FakeNetworkingV1) RESTClient

func (c *FakeNetworkingV1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

Source Files

doc.go fake_ingress.go fake_ingressclass.go fake_networking_client.go fake_networkpolicy.go

Version
v0.32.1
Published
Jan 16, 2025
Platform
linux/amd64
Imports
6 packages
Last checked
16 seconds ago

Tools for package owners.