My notes i've taken while familiarizing git-submodule. Create a public and private directory and add 4 public submodules
$ rootdir=~/code/submod
$ pubdir=$rootdir/public
$ pridir=$roodir/private
$ mkdir -p $pubdir $pridir
package terraformer | |
import ( | |
"bytes" | |
"errors" | |
"path" | |
"path/filepath" | |
"...runtime" | |
"...store" |
- path: /etc/kubernetes/manifests/fluentd.yaml | |
owner: root | |
permissions: 0644 | |
content: | | |
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: fluentd-elasticsearch | |
namespace: sys |
Spec for a tool to enumerate annotations in Go source tree.
$ gonotes -markdown
TODO
----
1. Add acceptance testing to vagrant builder
21: go.ovrclk.com/walker/agency/builder/builder_test.go
--- | |
kind: PersistentVolume | |
metadata: | |
name: redispv | |
spec: | |
capacity: | |
storage: 8Gi | |
accessModes: | |
- ReadWriteOnce | |
persistentVolumeReclaimPolicy: Retain |
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: redis | |
labels: | |
name: redis | |
spec: | |
volumes: | |
- name: redis-storage | |
persistentVolumeClaim: |
I was unable to find EOS binaries online so I built them on my workstation. This process take a little over 15 minutes. To begin, download the source from github and build using the script.
$ mkdir -p ~/EOSIO
$ git clone https://github.com/EOSIO/eos --recursive
$ cd ~/EOSIO/eos
/** | |
* Retrieves all the rows in the active spreadsheet that contain data and logs the | |
* values for each row. | |
* For more information on using the Spreadsheet API, see | |
* https://developers.google.com/apps-script/service_spreadsheet | |
*/ | |
function readRows() { | |
var sheet = SpreadsheetApp.getActiveSheet(); | |
var rows = sheet.getDataRange(); | |
var numRows = rows.getNumRows(); |
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", |
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", |