machinedeployment

package
v4.14.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package machinedeployment intercepts write activity to MachineDeployment objects.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

func IsNotAllowed

func IsNotAllowed(err error) bool

IsNotAllowed asserts notAllowedError.

func IsNotFound

func IsNotFound(err error) bool

IsNotFound asserts notFoundError.

func IsParsingFailed

func IsParsingFailed(err error) bool

IsParsingFailed asserts parsingFailedError.

Types

type Config

type Config struct {
	K8sClient k8sclient.Interface
	Logger    micrologger.Logger
}

type Mutator

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

Mutator for MachineDeployment object.

func NewMutator

func NewMutator(config config.Config) (*Mutator, error)

func (*Mutator) Log

func (m *Mutator) Log(keyVals ...interface{})

func (*Mutator) Mutate

Mutate is the function executed for every matching webhook request.

func (*Mutator) MutateClusterName

func (m *Mutator) MutateClusterName(machineDeployment capi.MachineDeployment) []mutator.PatchOperation

func (*Mutator) MutateCreate

func (m *Mutator) MutateCreate(request *admissionv1.AdmissionRequest) ([]mutator.PatchOperation, error)

MutateCreate is the function executed for every create webhook request.

func (*Mutator) MutateInfraRef

func (m *Mutator) MutateInfraRef(machineDeployment capi.MachineDeployment, releaseVersion *semver.Version) ([]mutator.PatchOperation, error)

func (*Mutator) MutateReleaseVersion

func (m *Mutator) MutateReleaseVersion(machineDeployment capi.MachineDeployment) ([]mutator.PatchOperation, error)

func (*Mutator) MutateTemplateClusterName

func (m *Mutator) MutateTemplateClusterName(machineDeployment capi.MachineDeployment) []mutator.PatchOperation

func (*Mutator) MutateUpdate

func (m *Mutator) MutateUpdate(request *admissionv1.AdmissionRequest) ([]mutator.PatchOperation, error)

MutateUpdate is the function executed for every update webhook request.

func (*Mutator) Resource

func (m *Mutator) Resource() string

type Validator

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

func NewValidator

func NewValidator(config config.Config) (*Validator, error)

func (*Validator) Log

func (v *Validator) Log(keyVals ...interface{})

func (*Validator) Resource

func (v *Validator) Resource() string

func (*Validator) Validate

func (v *Validator) Validate(request *admissionv1.AdmissionRequest) (bool, error)

func (*Validator) ValidateCluster

func (v *Validator) ValidateCluster(machineDeployment capi.MachineDeployment) error

func (*Validator) ValidateCreate

func (v *Validator) ValidateCreate(request *admissionv1.AdmissionRequest) (bool, error)

Jump to

Keyboard shortcuts

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