incus-mirror/shared/api
Stéphane Graber 1926918563
shared/api: Hide additional sensitive config keys
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
2026-07-31 05:04:13 -04:00
..
agent shared/api/agent: Rename package 2023-08-16 15:08:56 -04:00
guest shared/api: Remove needless incus references 2023-09-14 16:23:15 -04:00
scriptlet Rewrite Go import path to v7 2026-05-02 01:18:25 +02:00
access.go shared/api: Introduce Access structs 2024-05-21 18:29:05 -04:00
auth.go [lxd-import] shared/api: Add authentication method constants. 2023-10-25 14:19:19 -04:00
certificate.go [lxd-import] shared/api: Fix lint errors (receiver-naming). 2024-07-12 18:25:35 -04:00
cluster_state.go shared/api: Adds StoragePoolState, ClusterMemberSysInfo and ClusterMemberState struct types 2023-01-16 14:19:38 +00:00
cluster.go api: Add cluster_group_usedby extension 2025-10-19 13:04:02 +02:00
config_test.go global: Update for go-yaml/v4 rc5 2026-06-10 22:26:22 -04:00
config.go api: Handle pre initialized targed ConfigMap (default values) 2025-09-22 11:18:46 +02:00
devices_test.go global: Update for go-yaml/v4 rc5 2026-06-10 22:26:22 -04:00
devices.go shared/api: Fix swagger examples 2026-05-21 11:34:33 +02:00
doc.go shared/api: Remove LXD mentions 2023-08-30 00:45:54 -04:00
error.go shared/api: Simplify code by using modern constructs 2025-05-17 12:32:29 -04:00
event_lifecycle.go shared/api: add new instance-agent events 2026-03-12 15:58:14 +01:00
event.go shared/api: Make golangci-lint clean 2025-04-02 21:58:35 -04:00
headers.go shared/api: Remove legacy logic 2026-06-04 14:23:12 -04:00
image.go shared/api: Fix swagger examples 2026-05-21 11:34:33 +02:00
init.go shared/api: Align JSON and YAML behavior for preseeding 2026-02-24 01:34:10 -05:00
instance_backup.go shared/api: Add RootOnly to InstanceBackupsPost 2026-03-16 14:24:34 -04:00
instance_console.go shared/api: Add Force field to InstanceConsolePost 2024-12-11 18:45:07 +01:00
instance_debug.go shared/api: Add InstanceDebugRepairPost 2026-03-04 22:16:27 -05:00
instance_exec.go shared/api: Remove LXD mentions 2023-08-30 00:45:54 -04:00
instance_nvram.go shared/api: Add InstanceNVRAMVariablePut struct 2026-07-29 22:51:01 -04:00
instance_port_forward.go shared/api: Add InstancePortForwardPost 2026-07-12 12:06:47 -04:00
instance_snapshot.go api: Use DevicesMap type for map[string]map[string]string 2025-11-29 01:16:32 -05:00
instance_state.go shared/api: Add AllocatedTime CPU field 2025-03-19 15:12:18 -04:00
instance.go shared/api: Add DiskOnly option in InstancePut 2026-02-08 21:40:48 -05:00
metadata.go shared/api: Simplify code by using modern constructs 2025-05-17 12:32:29 -04:00
migration.go shared/api/migration: Define the migration secret names used in the migration protocol 2023-03-15 11:14:01 +00:00
network_acl.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
network_address_set.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
network_allocation.go shared/api: add Network field to NetworkAllocations 2026-07-09 21:59:21 -04:00
network_forward.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
network_integration.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
network_load_balancer.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
network_peer.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
network_zone.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
network.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
operation.go shared/api: Don't needlessly use format string functions 2025-05-23 01:44:26 -04:00
profile.go api: Use DevicesMap type for map[string]map[string]string 2025-11-29 01:16:32 -05:00
project.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
resource.go shared/api: Add Cluster to ResourcesCPUCore 2026-07-23 11:14:43 -04:00
response.go shared/api: Remove LXD mentions 2023-08-30 00:45:54 -04:00
server.go shared/api: Hide additional sensitive config keys 2026-07-31 05:04:13 -04:00
status_code.go shared/api: Remove LXD mentions 2023-08-30 00:45:54 -04:00
storage_pool_bucket_backup.go shared/api: Add missing CreatedAt on bucket backup 2025-11-27 18:50:58 -05:00
storage_pool_bucket.go shared/api: Add StorageBucketFull 2025-11-27 18:51:03 -05:00
storage_pool_volume_backup.go shared/api: Add backup target for instance and volume 2025-06-03 18:08:03 -04:00
storage_pool_volume_bitmap.go shared/api: Add structs for managing dirty bitmaps 2026-04-13 01:12:10 -04:00
storage_pool_volume_snapshot.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
storage_pool_volume_state.go shared/api: Ends all comments with a full-stop. 2022-06-28 10:27:20 +01:00
storage_pool_volume.go shared/api: Add StorageVolumeRebuildPost 2026-05-26 18:35:05 -04:00
storage_pool.go api: Use ConfigMap type for map[string]string 2025-09-22 11:18:45 +02:00
url_test.go shared/api: add comprehensive unit tests for URL builder 2025-12-18 13:49:30 -05:00
url.go shared/api/url: Add URL fragment setter 2026-05-28 10:07:02 +00:00
warning.go shared/api: Remove node references 2023-09-14 16:23:14 -04:00