policyfilter

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DummyPF

type DummyPF struct{}

DummyPF implements policyfilter.State. It's very similar to the disabled state, with the difference that it doesn't return an error on AddPolicy and DelPolicy. It can be used in tests where a namespaced policy must be loaded, but the policyfilter doesn't matter.

func (*DummyPF) AddPodContainer

func (s *DummyPF) AddPodContainer(_ policyfilter.PodID, _, _, _ string, _ labels.Labels,
	_ string, _ policyfilter.CgroupID, _ string) error

func (*DummyPF) AddPolicy

func (*DummyPF) Close

func (s *DummyPF) Close() error

func (*DummyPF) DelPod

func (s *DummyPF) DelPod(_ policyfilter.PodID) error

func (*DummyPF) DelPodContainer

func (s *DummyPF) DelPodContainer(_ policyfilter.PodID, _ string) error

func (*DummyPF) DelPolicy

func (s *DummyPF) DelPolicy(_ policyfilter.PolicyID) error

func (*DummyPF) GetIdNs

func (s *DummyPF) GetIdNs(_ policyfilter.NSID) (policyfilter.StateID, bool)

func (*DummyPF) GetNsId

func (s *DummyPF) GetNsId(_ policyfilter.StateID) (*policyfilter.NSID, bool)

func (*DummyPF) RegisterPodHandlers

func (s *DummyPF) RegisterPodHandlers(_ cache.SharedIndexInformer)

func (*DummyPF) UpdatePod

func (s *DummyPF) UpdatePod(_ policyfilter.PodID, _, _, _ string, _ labels.Labels,
	_ []string, _ []string) error

Jump to

Keyboard shortcuts

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