NAME

IO::K8s::K3s - K3s CRD resource map provider for IO::K8s

VERSION

version 1.001

SYNOPSIS

my $k8s = IO::K8s->new(with => ['IO::K8s::K3s']);

my $hc = $k8s->new_object('HelmChart',
    metadata => { name => 'traefik', namespace => 'kube-system' },
    spec => { chart => 'traefik', version => '25.0.0' },
);

print $hc->to_yaml;

DESCRIPTION

Resource map provider for K3s Custom Resource Definitions. Registers 3 CRD classes covering helm.cattle.io/v1 and k3s.cattle.io/v1.

Not loaded by default — opt in via the with constructor parameter of IO::K8s or by calling $k8s->add('IO::K8s::K3s') at runtime.

Included CRDs (helm.cattle.io/v1)

HelmChart, HelmChartConfig

Included CRDs (k3s.cattle.io/v1)

Addon

All resources are namespace-scoped.

SEE ALSO

IO::K8s

K3s documentation

K3s Helm integration

K3s packaged components

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/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 <jlmartin@cpan.org> (original author, inactive)

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

The Apache License, Version 2.0, January 2004