NAME
IO::K8s::Api::Core::V1::ContainerRestartRuleOnExitCodes - ContainerRestartRuleOnExitCodes describes the condition for handling an exited container based on its exit codes.
VERSION
version 1.105
operator
Represents the relationship between the container exit code(s) and the specified values. Possible values are: - In: the requirement is satisfied if the container exit code is in the set of specified values. - NotIn: the requirement is satisfied if the container exit code is not in the set of specified values. Additional values are considered to be added in the future. Clients should read the 'reason' field to determine if the value is supported by the current version of Kubernetes.
values
Specifies the set of values to check for container exit codes. At most 255 elements are allowed.
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 Torres <jlmartin@cpan.org>
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