Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: beehive/v1 | |
kind: Workflow | |
metadata: | |
name: beehive-deployment | |
labels: | |
app: example2 | |
spec: | |
strategy: | |
type: sequence | |
template: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github | grep -v docs/cmd/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
=== RUN TestPluginWorkflow/when_kn_config_is_empty/when_using_--plugin-dir/when_--plugins-dir_has_a_plugin | |
Running 'kubectl create namespace kne2etests7'... | |
=== RUN TestPluginWorkflow/when_kn_config_is_empty/when_using_--plugin-dir/when_--plugins-dir_has_a_plugin/when_--lookup-plugins_is_false | |
=== RUN TestPluginWorkflow/when_kn_config_is_empty/when_using_--plugin-dir/when_--plugins-dir_has_a_plugin/when_--lookup-plugins_is_false/list_plugin_in_--plugins-dir | |
Running 'kn --plugins-dir=/tmp/kn-config156118956/plugins --lookup-plugins=false plugin list'... | |
--- PASS: TestVersion (0.16s) | |
=== RUN TestPluginWorkflow/when_kn_config_is_empty/when_using_--plugin-dir/when_--plugins-dir_has_a_plugin/when_--lookup-plugins_is_false/execute_plugin_in_--plugins-dir | |
Running 'kn --plugins-dir=/tmp/kn-config156118956/plugins --lookup-plugins=false helloe2e e2e test'... | |
=== RUN TestPluginWorkflow/when_kn_config_is_empty/when_using_--plugin-dir/when_--plugins-dir_has_a_plugin/when_--lookup-plugins_is_false/does_n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log --after="2017-01-01 00:00" --before="2017-12-31 23:59" | grep "maximilien" | wc -l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
More Sampling Options (#474) | |
Dataflow reducer takes care of reducing data (#471) | |
Temporarily disable bloom filter. (#452) | |
Fixed shifting bug in aggregator. (#456) | |
Accumulator should not persist first start (#435) | |
Merge pull request #418 from KRuelY/resourceI | |
resourceInstance adjusts to reporting time. | |
Merge pull request #416 from KRuelY/reportResourceInstance | |
Merge pull request #415 from KRuelY/tw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dpkg: error processing archive /var/vcap/packages/cephfs/libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb (--install): | |
cannot access archive: No such file or directory | |
Errors were encountered while processing: | |
/var/vcap/packages/cephfs/libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb | |
dpkg: error processing archive /var/vcap/packages/cephfs/libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb (--install): | |
cannot access archive: No such file or directory | |
Errors were encountered while processing: | |
/var/vcap/packages/cephfs/libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb | |
dpkg: error processing archive /var/vcap/packages/cephfs/libfuse2_2.9.2-4ubuntu4.14.04.1_amd64.deb (--install): | |
cannot access archive: No such file or directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find . -name "$1" -exec rm -f {} \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package tar_helper | |
import ( | |
"archive/tar" | |
"compress/gzip" | |
"errors" | |
"fmt" | |
"io" | |
"io/ioutil" | |
"os" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"os" | |
"archive/tar" | |
"log" | |
"io" | |
"compress/gzip" | |
) |
NewerOlder