Home
last modified time | relevance | path

Searched refs:endpoint_spec (Results 1 – 12 of 12) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/docker/api/
H A Dservice.py5 def _check_api_features(version, task_template, update_config, endpoint_spec, argument
40 if endpoint_spec is not None:
41 if utils.version_lt(version, '1.32') and 'Ports' in endpoint_spec:
42 if any(p.get('PublishMode') for p in endpoint_spec['Ports']):
121 endpoint_spec=None, rollback_config=None argument
154 self._version, task_template, update_config, endpoint_spec,
180 'EndpointSpec': endpoint_spec
366 endpoint_spec=None, fetch_current_spec=False, argument
404 self._version, task_template, update_config, endpoint_spec,
472 if endpoint_spec is not None:
[all …]
/dports/sysutils/py-docker/docker-5.0.3/docker/api/
H A Dservice.py5 def _check_api_features(version, task_template, update_config, endpoint_spec, argument
40 if endpoint_spec is not None:
41 if utils.version_lt(version, '1.32') and 'Ports' in endpoint_spec:
42 if any(p.get('PublishMode') for p in endpoint_spec['Ports']):
121 endpoint_spec=None, rollback_config=None argument
154 self._version, task_template, update_config, endpoint_spec,
180 'EndpointSpec': endpoint_spec
366 endpoint_spec=None, fetch_current_spec=False, argument
404 self._version, task_template, update_config, endpoint_spec,
472 if endpoint_spec is not None:
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/ssl_session_reuse/src/
H A Dredis_endpoint.cc27 redis_endpoint::redis_endpoint(const std::string &endpoint_spec) in redis_endpoint() argument
30 size_t delim_pos(endpoint_spec.find(':')); in redis_endpoint()
31 m_hostname = endpoint_spec.substr(0, delim_pos); in redis_endpoint()
38 ss << endpoint_spec.substr(delim_pos + 1); in redis_endpoint()
H A Dredis_endpoint.h36 redis_endpoint(const std::string &endpoint_spec);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/network_endpoint_groups/
H A Dflags.py342 def _AddAddEndpoint(endpoint_group, endpoint_spec, support_global_scope, argument
470 type=arg_parsers.ArgDict(spec=endpoint_spec),
474 def _AddRemoveEndpoint(endpoint_group, endpoint_spec, support_global_scope, argument
569 type=arg_parsers.ArgDict(spec=endpoint_spec),
585 endpoint_spec = {'instance': str, 'ip': str, 'port': int}
587 endpoint_spec['fqdn'] = str
589 _AddAddEndpoint(endpoint_group, endpoint_spec, support_global_scope,
591 _AddRemoveEndpoint(endpoint_group, endpoint_spec, support_global_scope,
/dports/www/elixir-maru/maru-0.12.4/lib/maru/
H A Dsupervisor.ex18 endpoint_spec(protocol, module, options[protocol])
29 defp endpoint_spec(proto, module, opts) do function
/dports/sysutils/py-docker/docker-5.0.3/tests/integration/
H A Dapi_service_test.py488 endpoint_spec = docker.types.EndpointSpec(ports={
494 task_tmpl, name=name, endpoint_spec=endpoint_spec
518 endpoint_spec = docker.types.EndpointSpec(ports={
522 task_tmpl, name=name, endpoint_spec=endpoint_spec
1115 endpoint_spec = docker.types.EndpointSpec(ports={
1121 task_tmpl, name=name, endpoint_spec=endpoint_spec
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_trafficmanager.py341 endpoint_spec = dict( variable
403 options=endpoint_spec,
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dswarm.py243 endpoint_spec=ports,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/docker/
H A Ddocker_swarm_service.py2232 endpoint_spec = self.build_endpoint_spec()
2239 if endpoint_spec:
2240 service['endpoint_spec'] = endpoint_spec
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/docker/plugins/modules/
H A Ddocker_swarm_service.py2091 endpoint_spec = self.build_endpoint_spec()
2098 if endpoint_spec:
2099 service['endpoint_spec'] = endpoint_spec
/dports/sysutils/vector/vector-0.10.0/cargo-crates/bollard-stubs-1.40.1/src/
H A Dmodels.rs3990 pub endpoint_spec: Option<EndpointSpec>, field