Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 122 for rulesv4 (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    				cmp.Comparer(func(a, b *kmsv2PluginProbe) bool {
    					return *a == *b
    				}),
    			); d != "" {
    				t.Fatalf("HealthzConfig mismatch (-want +got):\n%s", d)
    			}
    		})
    	}
    }
    
    // tests for masking rules
    func TestWildcardMasking(t *testing.T) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.KMSv1, true)
    
    	testCases := []struct {
    		desc          string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  2. src/cmd/dist/build.go

    	case goos, goarch:
    		return true
    	case "unix":
    		return unixOS[goos]
    	default:
    		return false
    	}
    }
    
    // shouldbuild reports whether we should build this file.
    // It applies the same rules that are used with context tags
    // in package go/build, except it's less picky about the order
    // of GOOS and GOARCH.
    // We also allow the special tag cmd_go_bootstrap.
    // See ../go/bootstrap.go and package go/build.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  3. src/fmt/fmt_test.go

    	{"%010.2", "12345", "%!(NOVERB)%!(EXTRA string=12345)"},
    
    	// Test that maps with non-reflexive keys print all keys and values.
    	{"%v", map[float64]int{NaN: 1, NaN: 1}, "map[NaN:1 NaN:1]"},
    
    	// Comparison of padding rules with C printf.
    	/*
    		C program:
    		#include <stdio.h>
    
    		char *format[] = {
    			"[%.2f]",
    			"[% .2f]",
    			"[%+.2f]",
    			"[%7.2f]",
    			"[% 7.2f]",
    			"[%+7.2f]",
    			"[% +7.2f]",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  4. src/crypto/tls/tls_test.go

    			t.Fatalf("two ciphersuites are equal by all criteria: %v and %v", aName, bName)
    			panic("unreachable")
    		}
    		if !slices.IsSortedFunc(prefOrder, isBetter) {
    			t.Error("preference order is not sorted according to the rules")
    		}
    	}
    }
    
    func TestVersionName(t *testing.T) {
    	if got, exp := VersionName(VersionTLS13), "TLS 1.3"; got != exp {
    		t.Errorf("unexpected VersionName: got %q, expected %q", got, exp)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // K8s annotations for the service account
      google.protobuf.Struct serviceAccountAnnotations = 56;
    
      // ConfigSource describes a source of configuration data for networking
      // rules, and other Istio configuration artifacts. Multiple data sources
      // can be configured for a single control plane.
      PilotConfigSource configSource = 31;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  6. src/encoding/json/decode_test.go

    		// to set a forwarded exported field on an unexported embedded struct
    		// even though there is a name conflict, even when it would have been
    		// impossible to do so according to Go visibility rules.
    		// Go forbids this because it is ambiguous whether S7.Q refers to
    		// S7.embed1.Q or S7.embed2.Q. Since embed1 and embed2 are unexported,
    		// it should be impossible for an external package to set either Q.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		// Constant flag value.
    		// Note: there's an "unordered" outcome for floating-point
    		// comparisons, but we don't use such a beast yet.
    		// This op is for temporary use by rewrite rules. It
    		// cannot appear in the generated assembly.
    		{name: "FlagConstant", aux: "FlagConstant"},
    
    		// (InvertFlags (CMP a b)) == (CMP b a)
    		// InvertFlags is a pseudo-op which can't appear in assembly output.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  8. src/go/printer/nodes.go

    //
    // To choose the cutoff, look at the whole expression but excluding primary
    // expressions (function calls, parenthesized exprs), and apply these rules:
    //
    //  1. If there is a binary operator with a right side unary operand
    //     that would clash without a space, the cutoff must be (in order):
    //
    //     /*	6
    //     &&	6
    //     &^	6
    //     ++	5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    <2> Does the same for the `myNullableProperty` project property, but the build won't fail on using the `myNullableProperty` value as long as you check for null (standard https://kotlinlang.org/docs/reference/null-safety.html[Kotlin rules for null safety] apply)
    
    The same approach works in both settings and initialization scripts, except you use `by settings` and `by gradle` respectively in place of `by project`.
    
    === Extra properties
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // If this field is used, the name returned to the client will be different
      // than the name passed. This value will also be combined with a unique suffix.
      // The provided value has the same validation rules as the Name field,
      // and may be truncated by the length of the suffix required to make the value
      // unique on the server.
      //
      // If this field is specified and the generated name exists, the server will return a 409.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top