# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TolerateTaints returns if tolerations tolerate all taints.
# Constants
DefaultEphemeralManager is the default ironcoreephemeral manager.
EphemeralManagedByAnnotation is an annotation that can be applied to resources to signify that some ephemeral controller is managing the resource.
ManagedByAnnotation is an annotation that can be applied to resources to signify that some external system is managing the resource.
ReconcileRequestAnnotation is an annotation that requested a reconciliation at a specific time.
Do not allow new resources to schedule onto the resource pool unless they tolerate the taint, but allow all already-running resources to continue running.
No description provided by the author
No description provided by the author
WatchLabel is a label that can be applied to any ironcore resource.
# Variables
SchemeGroupVersion is group version used to register these objects.
# Structs
ConfigMapKeySelector is a reference to a specific 'key' within a ConfigMap resource.
IP is an IP address.
IPPrefix represents a network prefix.
IPRange is an IP range.
LocalUIDReference is a reference to another entity including its UID +structType=atomic.
SecretKeySelector is a reference to a specific 'key' within a Secret resource.
The resource pool this Taint is attached to has the "effect" on any resource that does not tolerate the Taint.
The resource this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
UIDReference is a reference to another entity in a potentially different namespace including its UID.
# Type aliases
No description provided by the author
A toleration operator is the set of operators that can be used in a toleration.