ippool

package
v0.3.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EndpointType added in v0.3.0

type EndpointType string
const (
	Start EndpointType = "start"
	End   EndpointType = "end"
)

type Mutator added in v0.3.0

type Mutator struct {
	admission.DefaultMutator
}

func NewMutator added in v0.3.0

func NewMutator() *Mutator

func (*Mutator) Create added in v0.3.0

func (m *Mutator) Create(_ *admission.Request, newObj runtime.Object) (admission.Patch, error)

func (*Mutator) Resource added in v0.3.0

func (m *Mutator) Resource() admission.Resource

type Validator

type Validator struct {
	admission.DefaultValidator
	// contains filtered or unexported fields
}

func (*Validator) Create

func (v *Validator) Create(_ *admission.Request, newObj runtime.Object) error

func (*Validator) Delete

func (v *Validator) Delete(_ *admission.Request, oldObj runtime.Object) error

func (*Validator) Resource

func (v *Validator) Resource() admission.Resource

func (*Validator) Update added in v0.2.0

func (v *Validator) Update(_ *admission.Request, _, newObj runtime.Object) error

Jump to

Keyboard shortcuts

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