IO-K8s
view release on metacpan or search on metacpan
lib/IO/K8s/Apimachinery/Pkg/Apis/Meta/V1/APIGroup.pm view on Meta::CPAN
package IO::K8s::Apimachinery::Pkg::Apis::Meta::V1::APIGroup;
# ABSTRACT: APIGroup contains the name, the supported versions, and the preferred version of a group.
our $VERSION = '1.107';
use IO::K8s::Resource;
k8s apiVersion => Str;
k8s kind => Str;
k8s name => Str, 'required';
k8s preferredVersion => 'Meta::V1::GroupVersionForDiscovery';
k8s serverAddressByClientCIDRs => ['Meta::V1::ServerAddressByClientCIDR'];
k8s versions => ['Meta::V1::GroupVersionForDiscovery'], 'required';
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
IO::K8s::Apimachinery::Pkg::Apis::Meta::V1::APIGroup - APIGroup contains the name, the supported versions, and the preferred version of a group.
=head1 VERSION
version 1.107
=head2 apiVersion
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-ar...
=head2 kind
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-arc...
=head2 name
name is the name of the group.
=head2 preferredVersion
preferredVersion is the version preferred by the API server, which probably is the storage version.
=head2 serverAddressByClientCIDRs
a map of client CIDR to server address that is serving this group. This is used to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multi...
=head2 versions
versions are the versions supported in this group.
=head1 SUPPORT
=head2 Issues
Please report bugs and feature requests on GitHub at
L<https://github.com/pplu/io-k8s-p5/issues>.
=head1 CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
=head1 AUTHORS
=over 4
=item *
Torsten Raudssus <getty@cpan.org>
=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 2.653 seconds using v1.01-cache-2.11-cpan-64ef6c95b5d )