IO-K8s
view release on metacpan or search on metacpan
lib/IO/K8s/Api/Networking/V1/HTTPIngressPath.pm view on Meta::CPAN
package IO::K8s::Api::Networking::V1::HTTPIngressPath;
# ABSTRACT: HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
our $VERSION = '1.100';
use IO::K8s::Resource;
k8s backend => 'Networking::V1::IngressBackend', 'required';
k8s path => Str;
k8s pathType => Str, 'required';
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
IO::K8s::Api::Networking::V1::HTTPIngressPath - HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
=head1 VERSION
version 1.100
=head2 backend
backend defines the referenced service endpoint to which the traffic will be forwarded to.
=head2 path
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value ...
=head2 pathType
pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is done on a path element by element ...
=head1 SUPPORT
=head2 Issues
Please report bugs and feature requests on GitHub at
L<https://github.com/pplu/io-k8s-p5/issues>.
=head2 IRC
Join C<#kubernetes> on C<irc.perl.org> or message Getty directly.
=head1 CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
=head1 AUTHORS
=over 4
=item *
Torsten Raudssus <torsten@raudssus.de>
=item *
Jose Luis Martinez Torres <jlmartin@cpan.org>
=back
=head1 COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
=cut
( run in 1.243 second using v1.01-cache-2.11-cpan-524268b4103 )