#!/bin/bash

# Simple wrapper around puppetca-backend to force the
# use of the "--kubectl" option.
/usr/sbin/puppetca-backend --kubectl "$@"


exit 0

# Documentation.  Use a hack to hide this from the shell.  Because of the
# above exit line, this should never be executed.
DOCS=<<__END_OF_DOCS__

=head1 NAME

puppetca-backend-kubectl - Wrapper around puppetca-backend using kubectl

=head1 SYNOPSIS

B<puppetca-backend-kubectl> [options]

=head1 DESCRIPTION

A wrapper around puppetca-backend to force the use of the
C<--kubectl> option.

=head1 AUTHOR

Adam Lewenberg <adamhl@stanford.edu>

=cut
