I hereby claim:
- I am mikery on github.
- I am mikery (https://keybase.io/mikery) on keybase.
- I have a public key ASCFy6W-HoqJt_fLHGnI0yBdleTcDLauHmy9pDjCNja-EAo
To claim this, I am signing this object:
| package kubernetes.admission | |
| import data.kubernetes.namespaces | |
| import input.request.object.metadata.annotations as annotations | |
| deny[msg] { | |
| input.request.kind.kind = "Service" | |
| input.request.operation = "CREATE" | |
| input.request.object.spec.type = "LoadBalancer" |
| import React, {Component} from 'react'; | |
| import { | |
| BrowserRouter as Router, | |
| Route, | |
| } from 'react-router-dom' | |
| import './App.css'; | |
| import RequestNetwork, {Types} from '@requestnetwork/request-network.js'; | |
| import Web3 from 'web3'; | |
| class SignRequest extends Component { |
I hereby claim:
To claim this, I am signing this object:
| """ | |
| A really stupid python template language inspired by coffeekup, markaby. | |
| Do not use this code, it will ruin your day. A byproduct of insomnia. | |
| TL;DR | |
| ----- | |
| This module defines a template language that allows us to do: | |
| d = Doc() |