package
Version:
v1.8.1
Opens a new window with list of versions in this module.
Published: Jun 26, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
start Kubernetes mutation webhook endpoint
type AdmissionReview struct {
Kind string `json:"kind"`
ApiVersion string `json:"apiVersion"`
Request Request `json:"request"`
}
type AdmissionReviewResult struct {
Kind string `json:"kind"`
ApiVersion string `json:"apiVersion"`
Response Response `json:"response"`
}
type Request struct {
Uid string `json:"uid"`
Object map[string]interface{} `json:"object"`
}
type Response struct {
Uid string `json:"uid"`
Allowed bool `json:"allowed"`
PatchType string `json:"patchType,omitempty"`
Patch string `json:"patch,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.