forked from NationTech/harmony
feat(k8s): add Kubernetes deployment resource handling
Introduce new modules to handle Kubernetes resources specifically focusing on Deployment resources. Added `K8sResource` and `K8sDeployment` structs along with necessary traits implementations for interpretation and execution in the inventory system. Also, fixed module reordering issues in opnsense-config-xml and corrected some fields types within its data structures.
This commit is contained in:
4
harmony-rs/Cargo.lock
generated
4
harmony-rs/Cargo.lock
generated
@@ -931,6 +931,9 @@ dependencies = [
|
||||
"env_logger",
|
||||
"harmony_macros",
|
||||
"harmony_types",
|
||||
"http 1.2.0",
|
||||
"k8s-openapi",
|
||||
"kube",
|
||||
"libredfish",
|
||||
"log",
|
||||
"opnsense-config",
|
||||
@@ -941,6 +944,7 @@ dependencies = [
|
||||
"semver",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"tokio",
|
||||
"url",
|
||||
"uuid",
|
||||
|
||||
Reference in New Issue
Block a user