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
#!/usr/bin/env bash | |
set -e | |
CONTEXT="$1" | |
if [[ -z ${CONTEXT} ]]; then | |
echo "Usage: $0 <KUBE-CONTEXT>" | |
echo "One of:" | |
kubectl config get-contexts |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- ====================================================================== | |
AdapterBuilder | |
Builds an ITIM RMI adapter profile | |
by Alex Ivkin | |
====================================================================== --> | |
<project name="AdapterBuilder" default="packup" basedir="."> | |
<description> | |
Builds an ITIM RMI adapter profile | |
</description> |