mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
agent: Fix OCI Windows network shared container name typo
Correct the typo which would break the Windows-specific OCI network shared container name feature. See: - https://github.com/opencontainers/runtime-spec/blob/master/config-windows.md#network Fixes: #685. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
cce80bf746
commit
0ccbca3be8
@ -653,7 +653,7 @@ pub struct WindowsNetwork {
|
|||||||
#[serde(
|
#[serde(
|
||||||
default,
|
default,
|
||||||
skip_serializing_if = "String::is_empty",
|
skip_serializing_if = "String::is_empty",
|
||||||
rename = "nwtworkSharedContainerName"
|
rename = "networkSharedContainerName"
|
||||||
)]
|
)]
|
||||||
pub network_shared_container_name: String,
|
pub network_shared_container_name: String,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user