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