_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c182100
//AddResource helper to add a resource to the pipeline manifest
c182101
//AddGithubResource github specific resource add
c182102
//AddBoshIOResource bosh io specific resource add
c182103
//AddBoshDeploymentResource bosh deployment resource add
c182104
//AddGitResource git specific resource add
c182105
// allJobNames returns a union of unique job names across both BOSH releases
c182106
//NewDeploymentManifestFromFile - will read any implementor of os.File and //initialize a deployment manifest from its bytes. //this can be used to read a file or os.Stdin
c182107
//NewDeploymentManifest - deployment manifest constructor
c182108
//AddRemoteRelease - adds a remote release to the manifest. Url should not //contain version information
c182109
// AddRemoteStemcell adds a remote stemcell to the manifest. // The URL should not contain version information.
c182110
// Tag gets the tag value for a specified key.
c182111
// RemoveTag removes the tag with the specified key.
c182112
// LoadPivnetRelease creates an initialized pivnetRelease instance from the // specified .pivotal file.
c182113
// BoshReleaseOrEmpty returns the named BOSH release from this pivnet release // if it exists, otherwise emptyBoshRelease is returned.
c182114
// readPivnetRelease reads a pivnet release out of the given reader into a new // pivnetRelease struct
c182115
// decodeYaml takes a reader to a YAML file and unmarshals it to the given struct.
c182116
// NewZipWalker creates a new Walker instance that can read a .zip stream
c182117
// NewDiffCmd creates a new DiffCmd instance.
c182118
// All writes out all the differences between the specified releases
c182119
// Job writes out the job differences between the specified releases
c182120
// New creates a Differ instance for comparing two releases
c182121
//StructName - gets struct name for property
c182122
//TypeName - returns valid type name for a give record
c182123
// NewTgzWalker creates a new Walker instance that can read a .tgz stream
c182124
// NewBackoff creates a new Backoff using the specified BackoffStrategy, start duration and limit.
c182125
// Reset sets the Backoff to its initial conditions ready to start over.
c182126
// NewExponential creates a new backoff using the exponential backoff algorithm.
c182127
// NewExponentialFullJitter creates a new backoff using the exponential with full jitter backoff algorithm.
c182128
// NewLinear creates a new backoff using the linear backoff algorithm.
c182129
// GetLineSize returns the size of the sapin for a specified floor and line.
c182130
// GetMaxSize returns the size of the widest part of the sapin.
c182131
// compute iterates over floors and lines to generate the output of the sapin.
c182132
// WithTimeout adds the timeout to the post apps params
c182133
// WithContext adds the context to the post apps params
c182134
// WithHTTPClient adds the HTTPClient to the post apps params
c182135
// WithBody adds the body to the post apps params
c182136
// WithTimeout adds the timeout to the get apps app params
c182137
// WithContext adds the context to the get apps app params
c182138
// WithHTTPClient adds the HTTPClient to the get apps app params
c182139
// WithApp adds the app to the get apps app params
c182140
// WithTimeout adds the timeout to the get apps params
c182141
// WithContext adds the context to the get apps params
c182142
// WithHTTPClient adds the HTTPClient to the get apps params
c182143
// WithTimeout adds the timeout to the delete apps app params
c182144
// WithContext adds the context to the delete apps app params
c182145
// WithHTTPClient adds the HTTPClient to the delete apps app params
c182146
// WithApp adds the app to the delete apps app params
c182147
// WithTimeout adds the timeout to the patch apps app routes route params
c182148
// WithContext adds the context to the patch apps app routes route params
c182149
// WithHTTPClient adds the HTTPClient to the patch apps app routes route params
c182150
// WithApp adds the app to the patch apps app routes route params
c182151
// WithBody adds the body to the patch apps app routes route params
c182152
// WithRoute adds the route to the patch apps app routes route params
c182153
// WithTimeout adds the timeout to the post apps app routes params
c182154
// WithContext adds the context to the post apps app routes params
c182155
// WithHTTPClient adds the HTTPClient to the post apps app routes params
c182156
// WithApp adds the app to the post apps app routes params
c182157
// WithBody adds the body to the post apps app routes params
c182158
// WithTimeout adds the timeout to the put apps app routes route params
c182159
// WithContext adds the context to the put apps app routes route params
c182160
// WithApp adds the app to the put apps app routes route params
c182161
// WithBody adds the body to the put apps app routes route params
c182162
// WithRoute adds the route to the put apps app routes route params
c182163
// WithTimeout adds the timeout to the get apps app routes params
c182164
// WithContext adds the context to the get apps app routes params
c182165
// WithHTTPClient adds the HTTPClient to the get apps app routes params
c182166
// WithApp adds the app to the get apps app routes params
c182167
// WithTimeout adds the timeout to the patch apps app params
c182168
// WithContext adds the context to the patch apps app params
c182169
// WithHTTPClient adds the HTTPClient to the patch apps app params
c182170
// WithApp adds the app to the patch apps app params
c182171
// WithBody adds the body to the patch apps app params
c182172
// WithTimeout adds the timeout to the put apps app params
c182173
// WithContext adds the context to the put apps app params
c182174
// WithApp adds the app to the put apps app params
c182175
// WithBody adds the body to the put apps app params
c182176
// UnmarshalJSON unmarshals this object from a JSON structure
c182177
// MarshalJSON marshals this object to a JSON structure
c182178
// Validate validates this task
c182179
// GetRanges composes the CIDR IP ranges following RFC 4632 and RFC 4291 // of the given IPs, with a given IPv4 CIDR and IPv6 CIDR
c182180
// WithTimeout adds the timeout to the get apps app routes route params
c182181
// WithContext adds the context to the get apps app routes route params
c182182
// WithHTTPClient adds the HTTPClient to the get apps app routes route params
c182183
// WithApp adds the app to the get apps app routes route params
c182184
// WithRoute adds the route to the get apps app routes route params
c182185
// New creates a new functions client
c182186
// WithTimeout adds the timeout to the delete apps app routes route params
c182187
// WithContext adds the context to the delete apps app routes route params
c182188
// WithHTTPClient adds the HTTPClient to the delete apps app routes route params
c182189
// WithApp adds the app to the delete apps app routes route params
c182190
// WithRoute adds the route to the delete apps app routes route params
c182191
// WithTimeout adds the timeout to the get tasks params
c182192
// WithContext adds the context to the get tasks params
c182193
// WithHTTPClient adds the HTTPClient to the get tasks params
c182194
// NewValueStore creates a ValueStore connection via grpc to the given // address.
c182195
// Close will shutdown outgoing connectivity and stop all background // goroutines; note that the valueStore is no longer usable after a call to // Close, including using Startup.
c182196
//SetBackend sets the current backend
c182197
// Ring returns an instance of the current Ring
c182198
// GetLocalID returns the current local id
c182199
// GetListenAddr returns the current localnode.address2 instance