Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for METHOD (0.28 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil,
      // because the local default config is always assumed good.
      // You should not make assumptions about the node's method of determining config stability
      // and correctness, as this may change or become configurable in the future.
      // +optional
      optional NodeConfigSource lastKnownGood = 3;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil,
    	// because the local default config is always assumed good.
    	// You should not make assumptions about the node's method of determining config stability
    	// and correctness, as this may change or become configurable in the future.
    	// +optional
    	LastKnownGood *NodeConfigSource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"error":         "Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

            <match value="0x0004" type="string" offset="16"/>
          </match>
        </magic>
      </mime-type>
      <mime-type type="application/x-mmm-digisonde">
        <_comment>Modified Maximum Method Digisonde Portable Sounder File format</_comment>
        <tika:link>http://www.alliancepermanentaccess.org/wp-content/uploads/temp/ionosonde-case-study.pdf</tika:link>
        <magic priority="50">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    // been performed.
    // It doesn't return an error for rootscoped resources with namespace, because namespace should already be cleared before.
    // TODO: Remove calls to this method scattered in validations of specific resources, e.g., ValidatePodUpdate.
    func ValidateObjectMeta(meta *metav1.ObjectMeta, requiresNamespace bool, nameFn ValidateNameFunc, fldPath *field.Path) field.ErrorList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.6.md

    * **[alpha]** New Bootstrap Token authentication and management method. Works well with kubeadm. kubeadm now supports managing tokens, including time based expiration, after the cluster is launched.  See [kubeadm reference docs](https://kubernetes.io/docs/admin/kubeadm/#manage-tokens) for details.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil,
      // because the local default config is always assumed good.
      // You should not make assumptions about the node's method of determining config stability
      // and correctness, as this may change or become configurable in the future.
      // +optional
      optional NodeConfigSource lastKnownGood = 3;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.9.md

    * Fixes storage e2e test failures in GKE regional clusters. ([#61303](https://github.com/kubernetes/kubernetes/pull/61303), [@verult](https://github.com/verult))
    * fix the error prone account creation method of blob disk ([#59739](https://github.com/kubernetes/kubernetes/pull/59739), [@andyzhangx](https://github.com/andyzhangx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil,
    	// because the local default config is always assumed good.
    	// You should not make assumptions about the node's method of determining config stability
    	// and correctness, as this may change or become configurable in the future.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.25.md

    - Kubelet: fix GetAllocatableCPUs method in cpumanager ([#113420](https://github.com/kubernetes/kubernetes/pull/113420), [@Garrybest](https://github.com/Garrybest)) [SIG Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top