Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 241 for Option (0.32 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted.
    	// Note:
    	// * the number of additional invocations is not guaranteed to be exactly one.
    	// * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again.
    	// * webhooks that use this option may be reordered to minimize the number of additional invocations.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{96, "EDESTADDRREQ", "destination address required"},
    	{97, "EMSGSIZE", "message too long"},
    	{98, "EPROTOTYPE", "protocol wrong type for socket"},
    	{99, "ENOPROTOOPT", "option not supported by protocol"},
    	{120, "EPROTONOSUPPORT", "protocol not supported"},
    	{121, "ESOCKTNOSUPPORT", "socket type not supported"},
    	{122, "EOPNOTSUPP", "operation not supported on transport endpoint"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted.
    	// Note:
    	// * the number of additional invocations is not guaranteed to be exactly one.
    	// * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again.
    	// * webhooks that use this option may be reordered to minimize the number of additional invocations.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    	}
    }
    
    func createListReactor(tracker cgotesting.ObjectTracker, kind string) func(action cgotesting.Action) (handled bool, ret apiruntime.Object, err error) {
    	return func(action cgotesting.Action) (handled bool, ret apiruntime.Object, err error) {
    		// listAction := action.(cgotesting.ListAction)
    		gvr := action.GetResource()
    		ns := action.GetNamespace()
    		gvr.Resource += "es"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	{39, "EDESTADDRREQ", "destination address required"},
    	{40, "EMSGSIZE", "message too long"},
    	{41, "EPROTOTYPE", "protocol wrong type for socket"},
    	{42, "ENOPROTOOPT", "protocol option not available"},
    	{43, "EPROTONOSUPPORT", "protocol not supported"},
    	{44, "ESOCKTNOSUPPORT", "socket type not supported"},
    	{45, "EOPNOTSUPP", "operation not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    By this it is also possible to add user provided code as an input, e.g. by annotating an `@link:{javadocPath}/org/gradle/api/Action.html[Action]` property with `@link:{javadocPath}/org/gradle/api/tasks/Nested.html[Nested]`.
    Note that any inputs to such actions should be tracked, either by annotated properties on the action or by manually registering them with the task.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Prctl(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 uintptr) (err error) {
    	_, _, e1 := Syscall6(SYS_PRCTL, uintptr(option), uintptr(arg2), uintptr(arg3), uintptr(arg4), uintptr(arg5), 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go

    	{39, "EDESTADDRREQ", "destination address required"},
    	{40, "EMSGSIZE", "message too long"},
    	{41, "EPROTOTYPE", "protocol wrong type for socket"},
    	{42, "ENOPROTOOPT", "protocol option not available"},
    	{43, "EPROTONOSUPPORT", "protocol not supported"},
    	{44, "ESOCKTNOSUPPORT", "socket type not supported"},
    	{45, "EOPNOTSUPP", "operation not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go

    	{39, "EDESTADDRREQ", "destination address required"},
    	{40, "EMSGSIZE", "message too long"},
    	{41, "EPROTOTYPE", "protocol wrong type for socket"},
    	{42, "ENOPROTOOPT", "protocol option not available"},
    	{43, "EPROTONOSUPPORT", "protocol not supported"},
    	{44, "ESOCKTNOSUPPORT", "socket type not supported"},
    	{45, "EOPNOTSUPP", "operation not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 71.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go

    	{39, "EDESTADDRREQ", "destination address required"},
    	{40, "EMSGSIZE", "message too long"},
    	{41, "EPROTOTYPE", "protocol wrong type for socket"},
    	{42, "ENOPROTOOPT", "protocol option not available"},
    	{43, "EPROTONOSUPPORT", "protocol not supported"},
    	{44, "ESOCKTNOSUPPORT", "socket type not supported"},
    	{45, "EOPNOTSUPP", "operation not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
Back to top