- Sort Score
- Result 10 results
- Languages All
Results 351 - 360 of 681 for delete (0.08 sec)
-
CHANGELOG-1.19.md
EndpointSlice controllers are less likely to create duplicate EndpointSlices. ([#101764](https://github.com/kubernetes/kubernetes/pull/101764), [@aojea](https://github.com/aojea)) [SIG Apps and Network] L923:- Ensure service deleted when the Azure resource group has been deleted ([#100944](https://github.com/kubernetes/kubernetes/pull/100944), [@feiskyer](https://github.com/feiskyer)) [SIG Cloud Provider] L924:- Fix panic in JSON logging format caused by missing Duration encoder ([#101159](https:/...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Wed Jan 05 05:42:32 UTC 2022 489.7K bytes -
jquery.form-validator.min.js
,d){if(a.formUtils.isLoadingModules){var e=this;return setTimeout(function(){e.isValid(b,c,d)},200),null}c=a.extend({},a.formUtils.defaultConfig(),c||{}),b=a.extend({},a.formUtils.LANG,b||{}),d=d!==!1,a.formUtils.errorDisplayPreventedWhenHalted&&(delete a.formUtils.errorDisplayPreventedWhenHalted,d=!1);var f=function(b,e){a.inArray(b,h)<0&&h.push(b),i.push(e),e.valAttr("current-error",b),d&&a.formUtils.dialogs.applyInputErrorStyling(e,c)},g=[],h=[],i=[],j=this,k=function(b,d){return"submit"===d|...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 32.8K bytes -
CHANGELOG-1.30.md
`NodeResourceFit` plugin if a new Node or a Node update matched the Pod's resource requirements or if an old pod update or delete matched the Pod's resource requirements. ([#119177](https://github.com/kubernetes/kubernetes/pull/119177), [@carlory](https://github.com/carlory)) L1147:- Kube-scheduler now retries scheduling Pods rejected by the PodTopologySpread plugin when related Pods are created, deleted, updated, or when a node matches the specified topologyKey. ([#122195](https://github.com/kubernetes/kubernetes/pull/122195),...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Wed Oct 23 04:40:14 UTC 2024 309.1K bytes -
moment-with-locales.min.js
&(s=r,t=a):(null==s||r<s||d)&&(s=r,t=a,d&&(i=!0));l(e,t||a)}(e):n?va(e):r(t=(a=e)._i)?a._d=new Date(M.now()):d(t)?a._d=new Date(t.valueOf()):"string"==typeof t?function(e){var a=ya.exec(e._i);null===a?(ka(e),!1===e._isValid&&(delete e._isValid,Ta(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:M.createFromInputFallback(e)))):e._d=new Date(+a[1])}(a):i(t)?(a._a=u(t.slice(0),function(e){return parseInt(e,10)}),wa(a)):_(t)?function(e){var a,t;e._d||(t=void 0===(a=J(e._i)).day?a.date:...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 360.5K bytes 1 views -
CHANGELOG-1.24.md
Kubernetes is now built with Go 1.19.8 ([#117132](https://github.com/kubernetes/kubernetes/pull/117132), [@xmudrii](https://github.com/xmudrii)) [SIG Release and Testing] L985: L986:### Bug or Regression L987: L988:- Fix missing delete events on informer re-lists to ensure all delete events are correctly emitted and using the latest known object state, so that all event handlers and stores always reflect the actual apiserver state as best as possible ([#115901](https://github.com/kubernetes/kubernetes/pull/115901),...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Aug 24 00:02:43 UTC 2023 473.4K bytes -
CHANGELOG-1.26.md
support for Windows, XFS, and raw block access. ([#116396](https://github.com/kubernetes/kubernetes/pull/116396), [@msau42](https://github.com/msau42)) [SIG Storage] L1817: L1818:### Bug or Regression L1819: L1820:- Fix missing delete events on informer re-lists to ensure all delete events are correctly emitted and using the latest known object state, so that all event handlers and stores always reflect the actual apiserver state as best as possible ([#115899](https://github.com/kubernetes/kubernetes/pull/115899),...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Mar 14 16:24:51 UTC 2024 425.7K bytes -
CHANGELOG-1.29.md
the credentials. After being labeled as invalid, if the time specified by `--legacy-service-account-token-clean-up-period` (defaulting to one year) passes without the credential being used, the secret is automatically deleted. Secrets labeled as invalid which have not been auto-deleted yet can be re-activated by removing the `kubernetes.io/legacy-token-invalid-since` label. ([#120682](https://github.com/kubernetes/kubernetes/pull/120682), [@yt2985](https://github.com/yt2985)) L1640:- `kube-proxy` will...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Wed Oct 23 04:37:31 UTC 2024 375.1K bytes -
CHANGELOG-1.25.md
is now built with Go 1.19.8 ([#117131](https://github.com/kubernetes/kubernetes/pull/117131), [@xmudrii](https://github.com/xmudrii)) [SIG Release and Testing] L1282: L1283:### Bug or Regression L1284: L1285:- Fix missing delete events on informer re-lists to ensure all delete events are correctly emitted and using the latest known object state, so that all event handlers and stores always reflect the actual apiserver state as best as possible ([#115900](https://github.com/kubernetes/kubernetes/pull/115900),...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Mon May 06 09:23:20 UTC 2024 419.1K bytes -
Multisets.java
L128: implements Serializable { L129: final Multiset<? extends E> delegate; L130: L131: UnmodifiableMultiset(Multiset<? extends E> delegate) { L132: this.delegate = delegate; L133: } L134: L135: @SuppressWarnings("unchecked") L136: @Override L137: protected Multiset<E> delegate() { L138: // This is safe because all non-covariant methods are overridden L139: return (Multiset<E>) delegate; L140: } L141: L142: @LazyInit @CheckForNull transient Set<E> elementSet;...github.com/google/guava/android/guava/src/com/g...Sat Oct 19 00:05:46 UTC 2024 41.7K bytes -
Multisets.java
L127: implements Serializable { L128: final Multiset<? extends E> delegate; L129: L130: UnmodifiableMultiset(Multiset<? extends E> delegate) { L131: this.delegate = delegate; L132: } L133: L134: @SuppressWarnings("unchecked") L135: @Override L136: protected Multiset<E> delegate() { L137: // This is safe because all non-covariant methods are overridden L138: return (Multiset<E>) delegate; L139: } L140: L141: @LazyInit @CheckForNull transient Set<E> elementSet;...github.com/google/guava/guava/src/com/google/co...Sat Oct 19 00:05:46 UTC 2024 41.5K bytes