MCPcopy Create free account

hub / github.com/canonical/microovn / functions

Functions309 in github.com/canonical/microovn

FunctionregenerateCaPut
regenerateCaPut implements PUT method for /1.0/ca endpoint. The function issues new CA certificate and triggers re-issue of all service certificates o
microovn/api/certificates/regenerate_ca.go:42
FunctionregenerateEnvPost
regenerateEnvPost implements POST method for /1.0/env endpoint. This function triggers and environment update on all MicroOVN cluster members. This is
microovn/api/refresh.go:28
FunctionschemaUpdate1
(ctx context.Context, tx *sql.Tx)
microovn/database/schema.go:38
FunctionschemaUpdate2
schemaUpdate2 ensures that records from 'services' are properly deleted when associated 'internal_cluster_member' is removed.
microovn/database/schema.go:68
FunctionschemaUpdate3
schemaUpdate3 ensures that the `services` table properly references the new table name `core_cluster_members`.
microovn/database/schema.go:97
FunctionserviceColumns
serviceColumns returns a string of column names to be used with a SELECT statement for the entity. Use this function when building statements to retri
microovn/database/service.mapper.go:78
FunctionsetCaPost
setCaPost implements POST method for /1.0/ca endpoint. The function updates CA certificate from data provided by the user and triggers re-issue of all
microovn/api/certificates/regenerate_ca.go:69
FunctionsetConfig
setConfig function handles configuration value changes submitted via POST request to config endpoint
microovn/api/config/config.go:48
FunctionvalidateOvnCentralIps
validateOvnCentralIps validates that the value is a comma-separated list of IPv4 or IPv6 addresses (not enclosed in brackets "[]")
microovn/api/config/config.go:226
← previous301–309 of 309, ranked by callers