Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 81 for unsupportedOp (0.26 sec)

  1. pkg/proxy/ipvs/proxier.go

    						Port:     svcInfo.NodePort(),
    						Protocol: protocol,
    						SetType:  utilipset.HashIPPort,
    					})
    				}
    			default:
    				// It should never hit
    				proxier.logger.Error(nil, "Unsupported protocol type", "protocol", protocol)
    			}
    			if nodePortSet != nil {
    				entryInvalidErr := false
    				for _, entry := range entries {
    					if valid := nodePortSet.validateEntry(entry); !valid {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  2. tensorflow/c/kernels_test.cc

    #include <stddef.h>
    #include <stdint.h>
    #include <string.h>
    
    #include <memory>
    #include <string>
    #include <utility>
    
    #include "absl/container/inlined_vector.h"
    #include "absl/strings/str_format.h"
    #include "unsupported/Eigen/CXX11/Tensor"  // from @eigen_archive
    #include "tensorflow/c/c_api.h"
    #include "tensorflow/c/tf_datatype.h"
    #include "tensorflow/c/tf_status.h"
    #include "tensorflow/c/tf_tensor.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 50.4K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapter.java

                return TaskExecutionDetails.of(taskResult.isIncremental(), taskResult.getExecutionReasons());
            }
            return TaskExecutionDetails.unsupported();
        }
    
        private static @Nullable WorkItemOperationResult toWorkItemResult(InternalOperationResult result) {
            if (result instanceof InternalSuccessResult) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/helpers.go

    	evictionapi "k8s.io/kubernetes/pkg/kubelet/eviction/api"
    	kubetypes "k8s.io/kubernetes/pkg/kubelet/types"
    	volumeutils "k8s.io/kubernetes/pkg/volume/util"
    )
    
    const (
    	unsupportedEvictionSignal = "unsupported eviction signal %v"
    	// Reason is the reason reported back in status.
    	Reason = "Evicted"
    	// nodeLowMessageFmt is the message for evictions due to resource pressure.
    	nodeLowMessageFmt = "The node was low on resource: %v. "
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    				// Can remove dups to make valid
    				//! Normally this woud be valid, but SSA is unable to interpret
    				// the `liveObj` in the new schema, so fails. Changing
    				// x-kubernetes-list-type from anything to a set is unsupported by SSA.
    				applyPatchOperation{
    					"remove dups to make list valid",
    					myCRDV1Beta1,
    					myCRDInstanceName,
    					map[string]interface{}{
    						"values": map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  6. pkg/apis/admissionregistration/validation/validation.go

    			return field.Invalid(fldPath, expression.GetExpression(), celErr.Detail)
    		case cel.ErrorTypeInternal:
    			return field.InternalError(fldPath, celErr)
    		}
    	}
    	return field.InternalError(fldPath, fmt.Errorf("unsupported error type: %w", err))
    }
    
    func validateValidationExpression(compiler plugincel.Compiler, expression string, hasParams bool, opts validationOptions, fldPath *field.Path) field.ErrorList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  7. cmd/peer-rest-server.go

    		return
    	}
    
    	if err := commitBinary(); err != nil {
    		s.writeErrorResponse(w, err)
    		return
    	}
    }
    
    var errUnsupportedSignal = fmt.Errorf("unsupported signal")
    
    func waitingDrivesNode() map[string]madmin.DiskMetrics {
    	globalLocalDrivesMu.RLock()
    	localDrives := cloneDrives(globalLocalDrives)
    	globalLocalDrivesMu.RUnlock()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    				if err != nil {
    					t.Fatalf("unexpected error during prepare update: %v", err)
    				}
    				modified[i] = obj
    			default:
    				t.Fatalf("unsupported object type %T", obj)
    			}
    		}
    	}
    	return modified
    }
    
    func sortObjects(objects []metav1.Object) {
    	sort.Slice(objects, func(i, j int) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/zz_generated.conversion.go

    	return nil
    }
    
    func autoConvert_apiextensions_JSON_To_v1_JSON(in *apiextensions.JSON, out *JSON, s conversion.Scope) error {
    	// FIXME: Type apiextensions.JSON is unsupported.
    	return nil
    }
    
    func autoConvert_v1_JSONSchemaProps_To_apiextensions_JSONSchemaProps(in *JSONSchemaProps, out *apiextensions.JSONSchemaProps, s conversion.Scope) error {
    	out.ID = in.ID
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/zz_generated.conversion.go

    	return nil
    }
    
    func autoConvert_apiextensions_JSON_To_v1beta1_JSON(in *apiextensions.JSON, out *JSON, s conversion.Scope) error {
    	// FIXME: Type apiextensions.JSON is unsupported.
    	return nil
    }
    
    func autoConvert_v1beta1_JSONSchemaProps_To_apiextensions_JSONSchemaProps(in *JSONSchemaProps, out *apiextensions.JSONSchemaProps, s conversion.Scope) error {
    	out.ID = in.ID
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 71.5K bytes
    - Viewed (0)
Back to top