This file contains 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
sample |
I hereby claim:
- I am connordoyle on github.
- I am connordoyle (https://keybase.io/connordoyle) on keybase.
- I have a public key ASC7UYY3MDeLVJhfIGtocXNKpBokJ5R7mAbYygvTWp9onQo
To claim this, I am signing this object:
This file has been truncated, but you can view the full file.
This file contains 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
diff --git a/cmd/clicheck/BUILD b/cmd/clicheck/BUILD | |
index ef7b030..5ece52a 100644 | |
--- a/cmd/clicheck/BUILD | |
+++ b/cmd/clicheck/BUILD | |
@@ -14,9 +14,4 @@ go_binary( | |
name = "clicheck", | |
srcs = ["check_cli_conventions.go"], | |
tags = ["automanaged"], | |
- deps = [ | |
- "//pkg/kubectl/cmd:go_default_library", |
This file contains 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
v bv b bb mb v bhhnby hnv bcgvvfsfxb v rfygyrghrf b g b v nb u vv bnvxx vv v h |
This file contains 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
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto | |
index 4a16be1..8181f3c 100644 | |
--- a/include/mesos/mesos.proto | |
+++ b/include/mesos/mesos.proto | |
@@ -1351,13 +1351,17 @@ message Volume { | |
* Describes a network request by framework as well as network resolution | |
* provided by the the executor or Agent. | |
* | |
- * A framework may request the network isolator on the Agent to assign an IP | |
- * address to the container being launched. Alternatively, it can provide a |
This file contains 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
import httplib | |
import json | |
import prettytable | |
import sys | |
def fetch_list(master): | |
con = httplib.HTTPConnection(master) | |
con.request("GET", "/__processes__") | |
return json.loads(con.getresponse().read()) |
This file contains 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/bash | |
set -o errexit -o pipefail | |
BUILD_DIR='/tmp/dcos-cli/build' | |
echo "Setting up build directory..." | |
echo "" | |
mkdir -p $BUILD_DIR |
NewerOlder