Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
// Errors represents any validation errors that should be returned as an invalid error.
// If Errors is not empty, then the admission will be rejected.
Errors field.ErrorList
// Warnings represents any admission errors that should be returned.
// Admission will not be rejected even if Warnings is not empty.
Warnings []string
}
Result encapsulates the result of a webhook operation.
Click to show internal directories.
Click to hide internal directories.