go mod initgo get github.com/dabio/…go mod vendorgo get -u github.com/dabio/…
go fmt ./...go dochttps://godoc.org/github.com/pinub/mux
| apiVersion: policy/v1 | |
| kind: PodDisruptionBudget | |
| metadata: | |
| name: calico-kube-controllers | |
| namespace: kube-system | |
| labels: | |
| k8s-app: calico-kube-controllers | |
| spec: | |
| maxUnavailable: 1 | |
| selector: |
| provider "aws" { | |
| region = "eu-central-1" | |
| } | |
| resource "aws_route53_zone" "main" { | |
| name = "dab.io" | |
| } | |
| resource "aws_route53_record" "naked" { | |
| zone_id = "${aws_route53_zone.main.zone_id}" |
go mod initgo get github.com/dabio/…go mod vendorgo get -u github.com/dabio/…go fmt ./...go doc
https://godoc.org/github.com/pinub/mux| """ | |
| The Firebase Auth REST SDK. | |
| ## Quickstart | |
| The only thing to get going is to call `fireauth.init(API_KEY)`, where | |
| `API_KEY` refers to the Web API Key, which can be obtained on the | |
| [project settings](https://console.firebase.google.com/project/_/settings/general/?authuser=0) | |
| page in your admin console. When not passed the `API_KEY`, the `API_KEY` | |
| is picked up from the `FIREBASE_API_KEY` environment variable. |
| package fireauth | |
| import ( | |
| "bytes" | |
| "context" | |
| "encoding/json" | |
| "fmt" | |
| "io" | |
| "net/http" | |
| "time" |
| #!/bin/bash | |
| set -o pipefail # the exit status of the last failed command gets returned | |
| set -o nounset # exit when using undeclared variables | |
| # Defaults | |
| REPO="" | |
| VERBOSE=0 | |
| PROFILE="default" | |
| KEEP_IMAGES=3 |
| { | |
| "python_interpreter": "python3" | |
| } |
| set number | |
| set ruler | |
| " searching | |
| set ignorecase | |
| set showmatch | |
| set tabstop=4 | |
| set shiftwidth=4 |
| [solr] | |
| 10.10.1.62 hostname=solr-repeater05.prod.lan | |
| 10.10.1.60 hostname=solr-repeater04.prod.lan | |
| 10.10.1.18 hostname=solr-repeater03.prod.lan | |
| 10.10.1.17 hostname=solr-repeater02.prod.lan | |
| 10.10.1.16 hostname=solr-repeater01.prod.lan | |
| 10.10.1.18 hostname=solr-master.prod.lan |