status

package
v0.0.0-...-a2226db Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Errors

type Errors struct {
	// warning errors do not block object reconciliation,
	// most of the time because the value is ignored or defaulted
	// when the API gets synced with APIM
	Warning []string `json:"warning,omitempty"`
	// severe errors do not pass admission and will block reconcile
	// hence, this field should always be during the admission phase
	// and is very unlikely to be persisted in the status
	Severe []string `json:"severe,omitempty"`
}

func (*Errors) DeepCopy

func (in *Errors) DeepCopy() *Errors

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Errors.

func (*Errors) DeepCopyInto

func (in *Errors) DeepCopyInto(out *Errors)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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