Documentation
¶
Index ¶
- func SetupClickhouseWebhook(mgr ctrl.Manager) error
- func SetupConnectionPoolWebhook(mgr ctrl.Manager) error
- func SetupDatabaseWebhook(mgr ctrl.Manager) error
- func SetupFlinkWebhook(mgr ctrl.Manager) error
- func SetupGrafanaWebhook(mgr ctrl.Manager) error
- func SetupKafkaACLWebhook(mgr ctrl.Manager) error
- func SetupKafkaConnectWebhook(mgr ctrl.Manager) error
- func SetupKafkaConnectorWebhook(mgr ctrl.Manager) error
- func SetupKafkaSchemaWebhook(mgr ctrl.Manager) error
- func SetupKafkaTopicWebhook(mgr ctrl.Manager) error
- func SetupKafkaWebhook(mgr ctrl.Manager) error
- func SetupMySQLWebhook(mgr ctrl.Manager) error
- func SetupOpenSearchWebhook(mgr ctrl.Manager) error
- func SetupPostgreSQLWebhook(mgr ctrl.Manager) error
- func SetupProjectWebhook(mgr ctrl.Manager) error
- func SetupServiceIntegrationEndpointWebhook(mgr ctrl.Manager) error
- func SetupServiceIntegrationWebhook(mgr ctrl.Manager) error
- func SetupServiceUserWebhook(mgr ctrl.Manager) error
- func SetupValkeyWebhook(mgr ctrl.Manager) error
- func SetupWebhooks(mgr ctrl.Manager) error
- type ClickhouseWebhook
- func (h *ClickhouseWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *ClickhouseWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ClickhouseWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ClickhouseWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type ConnectionPoolWebhook
- func (h *ConnectionPoolWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *ConnectionPoolWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ConnectionPoolWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ConnectionPoolWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type DatabaseWebhook
- func (h *DatabaseWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *DatabaseWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *DatabaseWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *DatabaseWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type FlinkWebhook
- func (h *FlinkWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *FlinkWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *FlinkWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *FlinkWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type GrafanaWebhook
- func (h *GrafanaWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *GrafanaWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *GrafanaWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *GrafanaWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type KafkaACLWebhook
- func (h *KafkaACLWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *KafkaACLWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaACLWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaACLWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type KafkaConnectWebhook
- func (h *KafkaConnectWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *KafkaConnectWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaConnectWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaConnectWebhook) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type KafkaConnectorWebhook
- func (h *KafkaConnectorWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *KafkaConnectorWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaConnectorWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaConnectorWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type KafkaSchemaWebhook
- func (h *KafkaSchemaWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *KafkaSchemaWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaSchemaWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaSchemaWebhook) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type KafkaTopicWebhook
- func (h *KafkaTopicWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *KafkaTopicWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaTopicWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaTopicWebhook) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type KafkaWebhook
- func (h *KafkaWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *KafkaWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *KafkaWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type MySQLWebhook
- func (h *MySQLWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *MySQLWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *MySQLWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *MySQLWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type OpenSearchWebhook
- func (h *OpenSearchWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *OpenSearchWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *OpenSearchWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *OpenSearchWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type PostgreSQLWebhook
- func (h *PostgreSQLWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *PostgreSQLWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *PostgreSQLWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *PostgreSQLWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type ProjectWebhook
- func (h *ProjectWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *ProjectWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ProjectWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ProjectWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type ServiceIntegrationEndpointWebhook
- func (h *ServiceIntegrationEndpointWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *ServiceIntegrationEndpointWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ServiceIntegrationEndpointWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ServiceIntegrationEndpointWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type ServiceIntegrationWebhook
- func (h *ServiceIntegrationWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *ServiceIntegrationWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ServiceIntegrationWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ServiceIntegrationWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type ServiceUserWebhook
- func (h *ServiceUserWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *ServiceUserWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ServiceUserWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ServiceUserWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type ValkeyWebhook
- func (h *ValkeyWebhook) Default(_ context.Context, obj runtime.Object) error
- func (h *ValkeyWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ValkeyWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (h *ValkeyWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupClickhouseWebhook ¶
func SetupDatabaseWebhook ¶
func SetupFlinkWebhook ¶
func SetupGrafanaWebhook ¶
func SetupKafkaACLWebhook ¶
func SetupKafkaSchemaWebhook ¶
func SetupKafkaTopicWebhook ¶
func SetupKafkaWebhook ¶
func SetupMySQLWebhook ¶
func SetupOpenSearchWebhook ¶
func SetupPostgreSQLWebhook ¶
func SetupProjectWebhook ¶
func SetupServiceUserWebhook ¶
func SetupValkeyWebhook ¶
func SetupWebhooks ¶
Types ¶
type ClickhouseWebhook ¶
type ClickhouseWebhook struct{}
func (*ClickhouseWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*ClickhouseWebhook) ValidateCreate ¶
func (h *ClickhouseWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ClickhouseWebhook) ValidateDelete ¶
func (h *ClickhouseWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*ClickhouseWebhook) ValidateUpdate ¶
func (h *ClickhouseWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type ConnectionPoolWebhook ¶
type ConnectionPoolWebhook struct{}
func (*ConnectionPoolWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*ConnectionPoolWebhook) ValidateCreate ¶
func (h *ConnectionPoolWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ConnectionPoolWebhook) ValidateDelete ¶
func (h *ConnectionPoolWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*ConnectionPoolWebhook) ValidateUpdate ¶
func (h *ConnectionPoolWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type DatabaseWebhook ¶
type DatabaseWebhook struct{}
func (*DatabaseWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*DatabaseWebhook) ValidateCreate ¶
func (h *DatabaseWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*DatabaseWebhook) ValidateDelete ¶
func (h *DatabaseWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*DatabaseWebhook) ValidateUpdate ¶
func (h *DatabaseWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type FlinkWebhook ¶
type FlinkWebhook struct{}
func (*FlinkWebhook) ValidateCreate ¶
func (h *FlinkWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*FlinkWebhook) ValidateDelete ¶
func (h *FlinkWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*FlinkWebhook) ValidateUpdate ¶
func (h *FlinkWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type GrafanaWebhook ¶
type GrafanaWebhook struct{}
func (*GrafanaWebhook) ValidateCreate ¶
func (h *GrafanaWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*GrafanaWebhook) ValidateDelete ¶
func (h *GrafanaWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*GrafanaWebhook) ValidateUpdate ¶
func (h *GrafanaWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type KafkaACLWebhook ¶
type KafkaACLWebhook struct{}
func (*KafkaACLWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*KafkaACLWebhook) ValidateCreate ¶
func (h *KafkaACLWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaACLWebhook) ValidateDelete ¶
func (h *KafkaACLWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaACLWebhook) ValidateUpdate ¶
func (h *KafkaACLWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type KafkaConnectWebhook ¶
type KafkaConnectWebhook struct{}
func (*KafkaConnectWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*KafkaConnectWebhook) ValidateCreate ¶
func (h *KafkaConnectWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaConnectWebhook) ValidateDelete ¶
func (h *KafkaConnectWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaConnectWebhook) ValidateUpdate ¶
func (h *KafkaConnectWebhook) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type KafkaConnectorWebhook ¶
type KafkaConnectorWebhook struct{}
func (*KafkaConnectorWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*KafkaConnectorWebhook) ValidateCreate ¶
func (h *KafkaConnectorWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaConnectorWebhook) ValidateDelete ¶
func (h *KafkaConnectorWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaConnectorWebhook) ValidateUpdate ¶
func (h *KafkaConnectorWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type KafkaSchemaWebhook ¶
type KafkaSchemaWebhook struct{}
func (*KafkaSchemaWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*KafkaSchemaWebhook) ValidateCreate ¶
func (h *KafkaSchemaWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaSchemaWebhook) ValidateDelete ¶
func (h *KafkaSchemaWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaSchemaWebhook) ValidateUpdate ¶
func (h *KafkaSchemaWebhook) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type KafkaTopicWebhook ¶
type KafkaTopicWebhook struct{}
func (*KafkaTopicWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*KafkaTopicWebhook) ValidateCreate ¶
func (h *KafkaTopicWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaTopicWebhook) ValidateDelete ¶
func (h *KafkaTopicWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaTopicWebhook) ValidateUpdate ¶
func (h *KafkaTopicWebhook) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type KafkaWebhook ¶
type KafkaWebhook struct{}
func (*KafkaWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*KafkaWebhook) ValidateCreate ¶
func (h *KafkaWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaWebhook) ValidateDelete ¶
func (h *KafkaWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*KafkaWebhook) ValidateUpdate ¶
func (h *KafkaWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type MySQLWebhook ¶
type MySQLWebhook struct{}
func (*MySQLWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*MySQLWebhook) ValidateCreate ¶
func (h *MySQLWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*MySQLWebhook) ValidateDelete ¶
func (h *MySQLWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*MySQLWebhook) ValidateUpdate ¶
func (h *MySQLWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type OpenSearchWebhook ¶
type OpenSearchWebhook struct{}
func (*OpenSearchWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*OpenSearchWebhook) ValidateCreate ¶
func (h *OpenSearchWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*OpenSearchWebhook) ValidateDelete ¶
func (h *OpenSearchWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*OpenSearchWebhook) ValidateUpdate ¶
func (h *OpenSearchWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type PostgreSQLWebhook ¶
type PostgreSQLWebhook struct{}
func (*PostgreSQLWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*PostgreSQLWebhook) ValidateCreate ¶
func (h *PostgreSQLWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*PostgreSQLWebhook) ValidateDelete ¶
func (h *PostgreSQLWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*PostgreSQLWebhook) ValidateUpdate ¶
func (h *PostgreSQLWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type ProjectWebhook ¶
type ProjectWebhook struct{}
func (*ProjectWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*ProjectWebhook) ValidateCreate ¶
func (h *ProjectWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ProjectWebhook) ValidateDelete ¶
func (h *ProjectWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*ProjectWebhook) ValidateUpdate ¶
func (h *ProjectWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type ServiceIntegrationEndpointWebhook ¶
type ServiceIntegrationEndpointWebhook struct{}
func (*ServiceIntegrationEndpointWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*ServiceIntegrationEndpointWebhook) ValidateCreate ¶
func (h *ServiceIntegrationEndpointWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ServiceIntegrationEndpointWebhook) ValidateDelete ¶
func (h *ServiceIntegrationEndpointWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*ServiceIntegrationEndpointWebhook) ValidateUpdate ¶
func (h *ServiceIntegrationEndpointWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type ServiceIntegrationWebhook ¶
type ServiceIntegrationWebhook struct{}
func (*ServiceIntegrationWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*ServiceIntegrationWebhook) ValidateCreate ¶
func (h *ServiceIntegrationWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ServiceIntegrationWebhook) ValidateDelete ¶
func (h *ServiceIntegrationWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*ServiceIntegrationWebhook) ValidateUpdate ¶
func (h *ServiceIntegrationWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type ServiceUserWebhook ¶
type ServiceUserWebhook struct{}
func (*ServiceUserWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*ServiceUserWebhook) ValidateCreate ¶
func (h *ServiceUserWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ServiceUserWebhook) ValidateDelete ¶
func (h *ServiceUserWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*ServiceUserWebhook) ValidateUpdate ¶
func (h *ServiceUserWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type ValkeyWebhook ¶
type ValkeyWebhook struct{}
func (*ValkeyWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*ValkeyWebhook) ValidateCreate ¶
func (h *ValkeyWebhook) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ValkeyWebhook) ValidateDelete ¶
func (h *ValkeyWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*ValkeyWebhook) ValidateUpdate ¶
func (h *ValkeyWebhook) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
Source Files
¶
- clickhouse_webhook.go
- connectionpool_webhook.go
- database_webhook.go
- flink_webhook.go
- grafana_webhook.go
- kafka_webhook.go
- kafkaacl_webhook.go
- kafkaconnect_webhook.go
- kafkaconnector_webhook.go
- kafkaschema_webhook.go
- kafkatopic_webhook.go
- mysql_webhook.go
- opensearch_webhook.go
- postgresql_webhook.go
- project_webhook.go
- serviceintegration_webhook.go
- serviceintegrationendpoint_webhook.go
- serviceuser_webhook.go
- setup.go
- valkey_webhook.go