Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for badly (0.17 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    	assert.NoError(t, asw.AddAttachUncertainReconstructedVolume(volumeName1, volumeSpec1, nodeName, ""))
    	assert.NoError(t, asw.MarkDeviceAsUncertain(volumeName1, "/dev/badly/reconstructed", "/var/lib/kubelet/plugins/global1", ""))
    	assert.NoError(t, asw.AddAttachUncertainReconstructedVolume(volumeName2, volumeSpec2, nodeName, ""))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/queue/scheduling_queue.go

    	// TODO(sanposhiho): move all PreEnqueueCkeck to Requeue and delete it from this parameter eventually.
    	// Some PreEnqueueCheck include event filtering logic based on some in-tree plugins
    	// and it affect badly to other plugins.
    	// See https://github.com/kubernetes/kubernetes/issues/110175
    	MoveAllToActiveOrBackoffQueue(logger klog.Logger, event framework.ClusterEvent, oldObj, newObj interface{}, preCheck PreEnqueueCheck)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    | `https://example.com/my folder/` | `https://example.com/my%20folder/` | Spaces are not valid in URLs.
    | `https://example.com/my%%badly%encoded%path` | `https://example.com/my%25%25badly%25encoded%25path` | `%` must be encoded as `%25` in URLs, and no `%`-escapes should be invalid.
    |===
    
    [[deprecate_self_resolving_dependency]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	B75                           = 0x2
    	B9600                         = 0xd
    	BRKINT                        = 0x2
    	BS0                           = 0x0
    	BS1                           = 0x1000
    	BSDLY                         = 0x1000
    	CAP_AACCT                     = 0x6
    	CAP_ARM_APPLICATION           = 0x5
    	CAP_BYPASS_RAC_VMM            = 0x3
    	CAP_CLEAR                     = 0x0
    	CAP_CREDENTIALS               = 0x7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	B75                           = 0x2
    	B9600                         = 0xd
    	BRKINT                        = 0x2
    	BS0                           = 0x0
    	BS1                           = 0x1000
    	BSDLY                         = 0x1000
    	CAP_AACCT                     = 0x6
    	CAP_ARM_APPLICATION           = 0x5
    	CAP_BYPASS_RAC_VMM            = 0x3
    	CAP_CLEAR                     = 0x0
    	CAP_CREDENTIALS               = 0x7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	BPF_X                                   = 0x8
    	BRKINT                                  = 0x2
    	BS0                                     = 0x0
    	BS1                                     = 0x8000
    	BSDLY                                   = 0x8000
    	CFLUSH                                  = 0xf
    	CLOCAL                                  = 0x8000
    	CLOCK_MONOTONIC                         = 0x6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	BPF_W                         = 0x0
    	BPF_X                         = 0x8
    	BRKINT                        = 0x2
    	BS0                           = 0x0
    	BS1                           = 0x2000
    	BSDLY                         = 0x2000
    	CBAUD                         = 0xf
    	CFLUSH                        = 0xf
    	CIBAUD                        = 0xf0000
    	CLOCAL                        = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	BPF_X                                   = 0x8
    	BRKINT                                  = 0x2
    	BS0                                     = 0x0
    	BS1                                     = 0x8000
    	BSDLY                                   = 0x8000
    	CFLUSH                                  = 0xf
    	CLOCAL                                  = 0x8000
    	CLOCK_MONOTONIC                         = 0x6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    		return urlErr.Timeout()
    	}
    	return false
    }
    
    func isStreamReset(err error) bool {
    	if err == nil {
    		return false
    	}
    	if urlErr, ok := err.(*url.Error); ok {
    		// Sadly, the client does not receive a more specific indication
    		// of stream reset.
    		return strings.Contains(urlErr.Err.Error(), "INTERNAL_ERROR")
    	}
    	return false
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
Back to top