Start Date | End Date | Conference | Location | Partcipation |
---|---|---|---|---|
27 Jan 2017 | 29 Jan 2017 | DevConf (ext) | Brno, CZ | TBD |
20 Feb 2017 | 24 Feb 2017 | Cisco Live Berlin (ext) | Berlin, GE | Speaking (2) |
10 May 2017 | 11 May 2017 | OSCON 2017 (ext) | Austin, TX | Speaking |
21 Feb 2017 | 23 Feb 2017 | Container World (ext) | Santa Clara, CA | Speaking |
02 Mar 2017 | 05 Mar 2017 | Scale x15 (ext) | Pasadena, CA | Speaking |
03 Mar 2017 | 04 Mar 2017 | FutureTech (ext) | Huntsville, TX | Speaking |
08 Mar 2017 | 08 Mar 2017 | Oracle Code | Austin, TX | Attending |
05 Dec 2017 | 08 Dec 2017 | UCC 2017 (ext) | Austin, TX | TBD |
I hereby claim:
- I am leecalcote on github.
- I am leecalcote (https://keybase.io/leecalcote) on keybase.
- I have a public key ASDIyO8aCxN1foGlw37Bik4rk8KyWB1aF44WPchGoYXuIgo
To claim this, I am signing this object:
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
# Models | |
## A unit of packaging for Meshery’s logical object representation | |
``` | |
See also: Meshery Model Generation | |
``` |
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
// Ideally, the detectors here utilize the very same mechanism that each infrastructure has code tool uses to determine whether or not they have a valid manifest. | |
package main | |
import ( | |
"bytes" | |
"fmt" | |
"io/ioutil" | |
"os" | |
"path/filepath" |