Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 48 for xremove (0.23 sec)

  1. pkg/apis/core/types.go

    // definitely welcome!
    const (
    	// Enable stdin for remote command execution
    	ExecStdinParam = "input"
    	// Enable stdout for remote command execution
    	ExecStdoutParam = "output"
    	// Enable stderr for remote command execution
    	ExecStderrParam = "error"
    	// Enable TTY for remote command execution
    	ExecTTYParam = "tty"
    	// Command to run for remote command execution
    	ExecCommandParam = "command"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    			makeServicePortName("ns1", "ep1", "p11", v1.ProtocolUDP): true,
    		},
    		expectedLocalEndpoints: map[types.NamespacedName]int{
    			makeNSN("ns1", "ep1"): 1,
    		},
    	}, {
    		// Case[6]: remove an Endpoints
    		name:              "remove an Endpoints",
    		previousEndpoints: namedPortLocal,
    		currentEndpoints:  []*discovery.EndpointSlice{nil},
    		oldEndpoints: map[proxy.ServicePortName][]endpointExpectation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        auto result_ty = mlir::dyn_cast<RankedTensorType>(op.getType());
        if (!input_ty || !filter_ty || !result_ty) return failure();
        // TODO(disc): Remove this constraint once fold and canonicalization
        // implemented.
        if (input_ty.hasStaticShape() && filter_ty.hasStaticShape())
          return failure();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed.
      // +optional
      optional NodeConfigSource configSource = 6;
    
      // Deprecated. Not all kubelets will set this field. Remove field after 1.13.
      // see: https://issues.k8s.io/61966
      // +optional
      optional string externalID = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    }
    
    const (
    	// Enable stdin for remote command execution
    	ExecStdinParam = "input"
    	// Enable stdout for remote command execution
    	ExecStdoutParam = "output"
    	// Enable stderr for remote command execution
    	ExecStderrParam = "error"
    	// Enable TTY for remote command execution
    	ExecTTYParam = "tty"
    	// Command to run for remote command execution
    	ExecCommandParam = "command"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. prow/config/calico.yaml

                      are forwarded to remote workloads.  If set to "Tunnel" then both
                      request and response traffic is tunneled to the remote node.  If
                      set to "DSR", the request traffic is tunneled but the response traffic
                      is sent directly from the remote node.  In "DSR" mode, the remote
                      node appears to use the IP of the ingress node; this requires a
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    	q.s = q.s[:len(q.s)-1]
    	return wr
    }
    
    // consume consumes up to n bytes from q.s[0]. If the frame is
    // entirely consumed, it is removed from the queue. If the frame
    // is partially consumed, the frame is kept with the consumed
    // bytes removed. Returns true iff any bytes were consumed.
    func (q *http2writeQueue) consume(n int32) (http2FrameWriteRequest, bool) {
    	if len(q.s) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    		if strings.HasPrefix(k, v1.DeprecatedAppArmorBetaContainerAnnotationKeyPrefix) {
    			allErrs = append(allErrs, field.Forbidden(fldPath.Key(k), "may not remove or update AppArmor annotations"))
    		}
    		if k == core.MirrorPodAnnotationKey {
    			allErrs = append(allErrs, field.Forbidden(fldPath.Key(k), "may not remove or update mirror pod annotation"))
    		}
    	}
    	// Check for additions
    	for k := range newAnnotations {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssagen/ssa.go

    		//	}
    		//
    		// Lucky for us, bounded==false for that code.
    		// In that case (handled below), we emit a bound check (and Spectre mask)
    		// and then the prove pass will remove the bounds check.
    		// In theory the prove pass could potentially remove certain
    		// Spectre masks, but it's very delicate and probably better
    		// to be conservative and leave them all in.
    		return idx
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// TODO: remove this?
    	// No longer used.
    	ConfigRootNamespace string `protobuf:"bytes,50,opt,name=configRootNamespace,proto3" json:"configRootNamespace,omitempty"`
    	// Controls whether the server-side validation is enabled.
    	ConfigValidation *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=configValidation,proto3" json:"configValidation,omitempty"`
    	// TODO: remove this?
    	// No longer used.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top