Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(40)

Unified Diff: state/api/params/params.go

Issue 76910044: state/api: Add Client.ServiceDeployWithNetworks (Closed)
Patch Set: state/api: Add Client.ServiceDeployWithNetworks Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « state/api/client.go ('k') | state/apiserver/client/client.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/api/params/params.go
=== modified file 'state/api/params/params.go'
--- state/api/params/params.go 2014-03-26 07:01:48 +0000
+++ state/api/params/params.go 2014-03-26 09:49:29 +0000
@@ -149,6 +149,10 @@
ConfigYAML string // Takes precedence over config if both are present.
Constraints constraints.Value
ToMachineSpec string
+ // The following fields are supported from 1.17.7 onwards and
+ // ignored before that.
+ IncludeNetworks []string
+ ExcludeNetworks []string
}
// ServiceUpdate holds the parameters for making the ServiceUpdate call.
« no previous file with comments | « state/api/client.go ('k') | state/apiserver/client/client.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b