admissionv1

package
v0.0.0-...-9998f82 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const GroupName = "admission.k8s.io"

Variables

View Source
var (
	GroupVersion       = metav1.GroupVersion{Group: GroupName, Version: "v1"}
	SchemeBuilder      = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme        = SchemeBuilder.AddToScheme
	SchemaGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"}
)

Functions

This section is empty.

Types

type Operation

type Operation string
const (
	OperationCREATE  Operation = "CREATE"
	OperationUPDATE  Operation = "UPDATE"
	OperationDELETE  Operation = "DELETE"
	OperationCONNECT Operation = "CONNECT"
)

type PatchType

type PatchType string
const (
	PatchTypeJSONPatch PatchType = "JSONPatch"
)

Jump to

Keyboard shortcuts

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