k8s-openapi 0.11.0

Bindings for the Kubernetes client API
Documentation

mod mutating_webhook;
pub use self::mutating_webhook::MutatingWebhook;

mod mutating_webhook_configuration;
pub use self::mutating_webhook_configuration::MutatingWebhookConfiguration;
#[cfg(feature = "api")] pub use self::mutating_webhook_configuration::{ReadMutatingWebhookConfigurationOptional, ReadMutatingWebhookConfigurationResponse};

mod rule_with_operations;
pub use self::rule_with_operations::RuleWithOperations;

mod service_reference;
pub use self::service_reference::ServiceReference;

mod validating_webhook;
pub use self::validating_webhook::ValidatingWebhook;

mod validating_webhook_configuration;
pub use self::validating_webhook_configuration::ValidatingWebhookConfiguration;
#[cfg(feature = "api")] pub use self::validating_webhook_configuration::{ReadValidatingWebhookConfigurationOptional, ReadValidatingWebhookConfigurationResponse};

mod webhook_client_config;
pub use self::webhook_client_config::WebhookClientConfig;