NAME

Kubernetes::REST::CLI::Watch - CLI for watching Kubernetes resources

VERSION

version 1.001

SYNOPSIS

use Kubernetes::REST::CLI::Watch;

my $watcher = Kubernetes::REST::CLI::Watch->new_with_options;
$watcher->run($ARGV[0]);

DESCRIPTION

MooX::Options-based class that powers the kube_watch CLI tool. Uses Kubernetes::REST::CLI::Role::Connection for shared kubeconfig/auth handling.

namespace

Namespace to watch. Omit for cluster-scoped resources or to watch all namespaces.

Short option: -n

output

Output format: text (default), json, or yaml.

Short option: -o

timeout

Server-side timeout per watch cycle in seconds. Default: 300.

Short option: -t

SEE ALSO

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/kubernetes-rest/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <torsten@raudssus.de>

  • Jose Luis Martinez Torres <jlmartin@cpan.org> (JLMARTIN, original author, inactive)

COPYRIGHT AND LICENSE

This software is Copyright (c) 2019 by Jose Luis Martinez.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004