Directories
Path | Synopsis |
---|---|
namespace/lifecycle | |
webhook | |
webhook/config | |
webhook/config/apis/webhookadmission | |
webhook/config/apis/webhookadmission/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
webhook/config/apis/webhookadmission/v1 | Package v1 is the v1 version of the API. |
webhook/config/apis/webhookadmission/v1alpha1 | Package v1alpha1 is the v1alpha1 version of the API. |
webhook/errors | Package errors contains utilities for admission webhook specific errors |
webhook/generic | |
webhook/initializer | |
webhook/mutating | Package mutating delegates admission checks to dynamically configured mutating webhooks. |
webhook/namespace | Package namespace defines the utilities that are used by the webhook plugin to decide if a webhook should be applied to an object based on its namespace. |
webhook/object | Package object defines the utilities that are used by the webhook plugin to decide if a webhook should run, as long as either the old object or the new object has labels matching the webhook config's objectSelector. |
webhook/request | Package request creates admissionReview request based on admission attributes. |
webhook/rules | |
webhook/testcerts | Package testcerts contains generated key pairs used by the unit tests of mutating and validating webhooks. |
webhook/testing | |
webhook/testing/main | |
webhook/util | |
webhook/validating | Package validating makes calls to validating (i.e., non-mutating) webhooks during the admission process. |