IO-K8s
view release on metacpan or search on metacpan
lib/IO/K8s/Api/Core/V1/Probe.pm view on Meta::CPAN
package IO::K8s::Api::Core::V1::Probe;
# ABSTRACT: Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
our $VERSION = '1.100';
use IO::K8s::Resource;
k8s exec => 'Core::V1::ExecAction';
k8s failureThreshold => Int;
k8s grpc => 'Core::V1::GRPCAction';
lib/IO/K8s/Api/Core/V1/Probe.pm view on Meta::CPAN
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
IO::K8s::Api::Core::V1::Probe - Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
=head1 VERSION
version 1.100
=head2 exec
Exec specifies the action to take.
=head2 failureThreshold
( run in 1.501 second using v1.01-cache-2.11-cpan-39bf76dae61 )