spacegate-shell 0.2.0-alpha.4

A library-first, lightweight, high-performance, cloud-native supported API gateway
Documentation
1
2
3
4
5
6
7
use std::sync::Arc;

use spacegate_config::model::K8sServiceData;

/// Extension to store current k8s service
#[derive(Debug, Clone)]
pub struct K8sService(pub Arc<K8sServiceData>);