NAME
IO::K8s::Api::Scheduling::V1::PriorityClass - PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
VERSION
version 1.001
DESCRIPTION
PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
This is a Kubernetes API object. See IO::K8s::Role::APIObject for metadata, api_version(), and kind().
description
description is an arbitrary string that usually provides guidelines on when this priority class should be used.
globalDefault
globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
preemptionPolicy
preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.
value
value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
SEE ALSO
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