pub type EndpointSpec = EndpointSpec;
👎Deprecated since 0.8.0: Please use
docker_sdk::service::EndpointSpec
. This will be removed in 0.9.0.Aliased Type§
pub struct EndpointSpec {
pub mode: Option<String>,
pub ports: Option<Vec<EndpointPortConfig>>,
}
Fields§
§mode: Option<String>
§ports: Option<Vec<EndpointPortConfig>>