Type Alias Endpoint

Source
pub type Endpoint = Endpoint;
👎Deprecated since 0.8.0: Please use docker_sdk::service::Endpoint. This will be removed in 0.9.0.

Aliased Type§

pub struct Endpoint {
    pub spec: EndpointSpec,
    pub ports: Option<Vec<EndpointPortConfig>>,
    pub virtual_ips: Option<Value>,
}

Fields§

§spec: EndpointSpec§ports: Option<Vec<EndpointPortConfig>>§virtual_ips: Option<Value>