The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Kubernetes::Resource - Base class for all Net::Kubernetes::Resource objects.

VERSION

version 0.19

METHODS

$resource->delete

Delete this rsource.

$resource->update (send local changes to api server)

Saves any changes made to metadata, or spec or any other resource type specific changes made since this item was last pulled from the server.

$resource->refresh

Update status information from server. This is only available for reosurce types which have a status field (Currently that is everything other than 'Secret' objects)

AUTHOR

Dave Mueller <dave@perljedi.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Dave Mueller.

This is free software, licensed under:

  The MIT (X11) License

SEE ALSO

Please see those modules/websites for more information related to this module.

CONSUMES