Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for METHOD (0.19 sec)

  1. pkg/proxy/iptables/proxier_test.go

    func NewFakeProxier(ipt utiliptables.Interface) *Proxier {
    	// TODO: Call NewProxier after refactoring out the goroutine
    	// invocation into a Run() method.
    	ipfamily := v1.IPv4Protocol
    	podCIDR := "10.0.0.0/8"
    	if ipt.IsIPv6() {
    		ipfamily = v1.IPv6Protocol
    		podCIDR = "fd00:10::/64"
    	}
    	detectLocal := proxyutil.NewDetectLocalByCIDR(podCIDR)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K 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. 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)
  5. 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)
  6. 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)
  7. 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)
  8. CHANGELOG/CHANGELOG-1.28.md

    - Fix a concurrent map access in TopologyCache's `HasPopulatedHints` method. ([#120372](https://github.com/kubernetes/kubernetes/pull/120372), [@Miciah](https://github.com/Miciah)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  9. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function tx(i,e){if(!!i){if(typeof i=="string")return qc(i,e);var t=Object.prototype.toString.call(i).slice(8,-1);if(t==="Object"&&i.constructor&&(t=i.constructor.name),t==="Map"||t==="Set")return Array.from(i);if(t==="Arguments"||/^(?:Ui|I)nt...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top