Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canonical/microovn
/ functions
Functions
309 in github.com/canonical/microovn
⨍
Functions
309
◇
Types & classes
72
Function
regenerateCaPut
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
Function
regenerateEnvPost
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
Function
schemaUpdate1
(ctx context.Context, tx *sql.Tx)
microovn/database/schema.go:38
Function
schemaUpdate2
schemaUpdate2 ensures that records from 'services' are properly deleted when associated 'internal_cluster_member' is removed.
microovn/database/schema.go:68
Function
schemaUpdate3
schemaUpdate3 ensures that the `services` table properly references the new table name `core_cluster_members`.
microovn/database/schema.go:97
Function
serviceColumns
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
Function
setCaPost
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
Function
setConfig
setConfig function handles configuration value changes submitted via POST request to config endpoint
microovn/api/config/config.go:48
Function
validateOvnCentralIps
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
← previous
301–309 of 309, ranked by callers