Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 54 for INTERNAL (0.21 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    	t.Logf("seed: %d", seed)
    	fuzzerFuncs := fuzzer.MergeFuzzerFuncs(apiextensionsfuzzer.Funcs)
    	f := fuzzer.FuzzerFor(fuzzerFuncs, rand.NewSource(seed), codecs)
    
    	for i := 0; i < 10000; i++ {
    		// fuzz internal types
    		schema := &apiextensions.JSONSchemaProps{}
    		f.Fuzz(schema)
    
    		v1beta1Schema := &apiextensionsv1beta1.JSONSchemaProps{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.23.md

    - Kube-apiserver: resolved a regression that treated `304 Not Modified` responses from aggregated API servers as internal errors ([#112529](https://github.com/kubernetes/kubernetes/pull/112529), [@liggitt](https://github.com/liggitt)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      // loadBalancerClass is the class of the load balancer implementation this Service belongs to.
      // If specified, the value of this field must be a label-style identifier, with an optional prefix,
      // e.g. "internal-vip" or "example.com/internal-vip". Unprefixed names are reserved for end-users.
      // This field can only be set when the Service type is 'LoadBalancer'. If not set, the default load
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.15.md

    - For GCE cluster provider, fix bug of not being able to create internal type load balancer for clusters with more than 1000 nodes in a single zone. ([#89902](https://github.com/kubernetes/kubernetes/pull/89902), [@wojtek-t](https://github.com/wojtek-t)) [SIG Cloud Provider, Network and Scalability]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    // (e.g. Deployments).
    func validatePodHostNetworkDeps(spec *core.PodSpec, fldPath *field.Path, opts PodValidationOptions) field.ErrorList {
    	// For <reasons> we keep `.HostNetwork` in .SecurityContext on the internal
    	// version of Pod.
    	hostNetwork := false
    	if spec.SecurityContext != nil {
    		hostNetwork = spec.SecurityContext.HostNetwork
    	}
    
    	allErrors := field.ErrorList{}
    
    	if hostNetwork {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.22.md

    - Kube-apiserver: resolved a regression that treated `304 Not Modified` responses from aggregated API servers as internal errors ([#112530](https://github.com/kubernetes/kubernetes/pull/112530), [@liggitt](https://github.com/liggitt)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewritePPC64.go

    // Code generated from _gen/PPC64.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "internal/buildcfg"
    import "math"
    import "cmd/compile/internal/types"
    
    func rewriteValuePPC64(v *Value) bool {
    	switch v.Op {
    	case OpAbs:
    		v.Op = OpPPC64FABS
    		return true
    	case OpAdd16:
    		v.Op = OpPPC64ADD
    		return true
    	case OpAdd32:
    		v.Op = OpPPC64ADD
    		return true
    	case OpAdd32F:
    		v.Op = OpPPC64FADDS
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewriteS390X.go

    // Code generated from _gen/S390X.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "math"
    import "cmd/compile/internal/types"
    import "cmd/internal/obj/s390x"
    
    func rewriteValueS390X(v *Value) bool {
    	switch v.Op {
    	case OpAdd16:
    		v.Op = OpS390XADDW
    		return true
    	case OpAdd32:
    		v.Op = OpS390XADDW
    		return true
    	case OpAdd32F:
    		return rewriteValueS390X_OpAdd32F(v)
    	case OpAdd64:
    		v.Op = OpS390XADD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // range for all other dimensions. Each slice is then reshaped to drop the
    // dimension to unpack (which is always of size 1).
    // TODO(antiagainst): consider changing this into a TF internal lowering pass.
    class ConvertUnpackOp : public OpRewritePattern<TF::UnpackOp> {
     public:
      using OpRewritePattern::OpRewritePattern;
    
      LogicalResult matchAndRewrite(TF::UnpackOp op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewriteARM.go

    // Code generated from _gen/ARM.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "internal/buildcfg"
    import "cmd/compile/internal/types"
    
    func rewriteValueARM(v *Value) bool {
    	switch v.Op {
    	case OpARMADC:
    		return rewriteValueARM_OpARMADC(v)
    	case OpARMADCconst:
    		return rewriteValueARM_OpARMADCconst(v)
    	case OpARMADCshiftLL:
    		return rewriteValueARM_OpARMADCshiftLL(v)
    	case OpARMADCshiftLLreg:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
Back to top