Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for finalizers (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.31.md

    - Do not remove the "batch.kubernetes.io/job-tracking" finalizer from a Pod, in a corner
      case scenario, when the Pod is controlled by an API object which is not a batch Job
      (e.g. when the Pod is controlled by a custom CRD). ([#124798](https://github.com/kubernetes/kubernetes/pull/124798), [@mimowo](https://github.com/mimowo)) [SIG Apps and Testing]
    - Dropped the additional rule requirement (cronjobs/finalizers) for roles
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java

     * about crawler operations including timing data, performance metrics, and
     * operational events. It uses an internal cache to maintain statistics
     * objects and provides methods to begin tracking, record events, and
     * finalize statistics collection.
     *
     */
    public class CrawlerStatsHelper {
    
        /**
         * Creates a new instance of CrawlerStatsHelper.
         */
        public CrawlerStatsHelper() {
            // Default constructor
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 17.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.32.md

      In addition, when this feature is enabled, the 'details' field of 'Status' from the LIST response
      includes information that identifies the corrupt object(s).
      NOTE: unsafe deletion ignores finalizer constraints, and skips precondition checks.
      WARNING: this may break the workload associated with the resource being unsafe-deleted, if it relies on
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.33.md

    - kube-apiserver: the `StorageObjectInUseProtection` admission plugin added the `kubernetes.io/vac-protection` finalizer to the given VolumeAttributesClass object when it is created if the feature-gate `VolumeAttributesClass` is turned on and `storage.k8s.io/v1beta1` is enabled. ([#130553](https://github.com/kubernetes/kubernetes/pull/130553), [@Phaow](https://github.com/Phaow))...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
Back to top