sdnmigration

package
v0.0.0-...-a158ba3 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WebhookName string = "sdn-migration-validation"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type NetworkConfigWebhook

type NetworkConfigWebhook struct {
	// contains filtered or unexported fields
}

func NewWebhook

func NewWebhook() *NetworkConfigWebhook

NewWebhook creates a new webhook

func (*NetworkConfigWebhook) Authorized

Authorized will determine if the request is allowed

func (*NetworkConfigWebhook) Doc

func (w *NetworkConfigWebhook) Doc() string

Doc returns a string for end-customer documentation purposes.

func (*NetworkConfigWebhook) FailurePolicy

FailurePolicy is how the hook config should react if k8s can't access it

func (*NetworkConfigWebhook) GetURI

func (w *NetworkConfigWebhook) GetURI() string

GetURI returns the URI for the webhook

func (*NetworkConfigWebhook) HypershiftEnabled

func (w *NetworkConfigWebhook) HypershiftEnabled() bool

HypershiftEnabled will return boolean value for hypershift enabled configurations

func (*NetworkConfigWebhook) MatchPolicy

MatchPolicy mirrors validatingwebhookconfiguration.webhooks[].matchPolicy If it is important to the webhook, be sure to check subResource vs requestSubResource.

func (*NetworkConfigWebhook) Name

func (w *NetworkConfigWebhook) Name() string

Name is the name of the webhook

func (*NetworkConfigWebhook) ObjectSelector

func (w *NetworkConfigWebhook) ObjectSelector() *metav1.LabelSelector

ObjectSelector uses a *metav1.LabelSelector to augment the webhook's Rules() to match only on incoming requests which match the specific LabelSelector.

func (*NetworkConfigWebhook) Rules

Rules is a slice of rules on which this hook should trigger

func (*NetworkConfigWebhook) SideEffects

SideEffects are what side effects, if any, this hook has. Refer to https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#side-effects

func (*NetworkConfigWebhook) SyncSetLabelSelector

func (w *NetworkConfigWebhook) SyncSetLabelSelector() metav1.LabelSelector

SyncSetLabelSelector returns the label selector to use in the SyncSet. Return utils.DefaultLabelSelector() to stick with the default

func (*NetworkConfigWebhook) TimeoutSeconds

func (w *NetworkConfigWebhook) TimeoutSeconds() int32

TimeoutSeconds returns an int32 representing how long to wait for this hook to complete

func (*NetworkConfigWebhook) Validate

func (w *NetworkConfigWebhook) Validate(req admissionctl.Request) bool

Validate will validate the incoming request

Jump to

Keyboard shortcuts

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