Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of about 10,000 for namE (0.07 sec)

  1. pkg/apis/admissionregistration/validation/validation_test.go

    		expectedError: `[webhooks[0].matchConditions[0].name: Invalid value: ".io": name part must consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]'), webhooks[1].matchConditions[0].name: Invalid value: "some name": name part must consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/sys/cpu/cpu_arm.go

    		{Name: "vfpv3d16", Feature: &ARM.HasVFPv3D16},
    		{Name: "vfpv4", Feature: &ARM.HasVFPv4},
    		{Name: "half", Feature: &ARM.HasHALF},
    		{Name: "26bit", Feature: &ARM.Has26BIT},
    		{Name: "fastmul", Feature: &ARM.HasFASTMUL},
    		{Name: "fpa", Feature: &ARM.HasFPA},
    		{Name: "edsp", Feature: &ARM.HasEDSP},
    		{Name: "java", Feature: &ARM.HasJAVA},
    		{Name: "iwmmxt", Feature: &ARM.HasIWMMXT},
    		{Name: "crunch", Feature: &ARM.HasCRUNCH},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 21 22:10:00 UTC 2020
    - 2.1K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/controller-role-bindings.yaml

        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: system:controller:attachdetach-controller
      roleRef:
        apiGroup: rbac.authorization.k8s.io
        kind: ClusterRole
        name: system:controller:attachdetach-controller
      subjects:
      - kind: ServiceAccount
        name: attachdetach-controller
        namespace: kube-system
    - apiVersion: rbac.authorization.k8s.io/v1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  4. src/reflect/visiblefields_test.go

    		L int
    	}{},
    	expect: []structField{{
    		name:  "SFGH3",
    		index: []int{0},
    	}, {
    		name:  "SFGH2",
    		index: []int{0, 0},
    	}, {
    		name:  "SFGH1",
    		index: []int{0, 0, 0},
    	}, {
    		name:  "SFGH",
    		index: []int{0, 0, 0, 0},
    	}, {
    		name:  "H",
    		index: []int{0, 0, 0, 0, 2},
    	}, {
    		name:  "SG1",
    		index: []int{1},
    	}, {
    		name:  "SG",
    		index: []int{1, 0},
    	}, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 08 13:44:41 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    					},
    				},
    				{
    					Name: "filter-chain-name-not-match",
    					Filters: []*listener.Filter{
    						{Name: "custom-network-filter-1"},
    						{Name: "custom-network-filter-2"},
    					},
    				},
    				{
    					Name: "filter-chain-name-match",
    					Filters: []*listener.Filter{
    						{Name: "custom-network-filter-1"},
    					},
    				},
    				{
    					Name:             "catch-all",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				st.MakePod().Name("p-a1").Node("node-a").Label("foo", "").Obj(),
    				st.MakePod().Name("p-a2").Node("node-a").Label("foo", "").Obj(),
    				st.MakePod().Name("p-b1").Node("node-b").Label("foo", "").Obj(),
    				st.MakePod().Name("p-y1").Node("node-y").Label("foo", "").Obj(),
    				st.MakePod().Name("p-y2").Node("node-y").Label("foo", "").Obj(),
    				st.MakePod().Name("p-y3").Node("node-y").Label("foo", "").Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom

          <name>Carlos Sanchez</name>
          <id>carlos</id>
          <email>******@****.***</email>
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
          <name>Brett Porter</name>
          <id>brett</id>
          <email>******@****.***</email>
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
          <name>John Casey</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 7.5K bytes
    - Viewed (0)
  8. manifests/charts/istio-cni/templates/clusterrolebinding.yaml

      name: {{ template "name" . }}
      namespace: {{ .Release.Namespace }}
    ---
    {{- if .Values.cni.repair.enabled }}
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      name: {{ template "name" . }}-repair-rolebinding
      labels:
        k8s-app: {{ template "name" . }}-repair
        release: {{ .Release.Name }}
        istio.io/rev: {{ .Values.revision | default "default" }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. pkg/credentialprovider/plugin/config_test.go

    					{
    						Name:        "foobar",
    						MatchImages: []string{"foobar.registry.io"},
    						APIVersion:  "credentialprovider.kubelet.k8s.io/v1alpha1",
    					},
    				},
    			},
    			shouldErr: true,
    		},
    		{
    			name: "name contains '/'",
    			config: &kubeletconfig.CredentialProviderConfig{
    				Providers: []kubeletconfig.CredentialProvider{
    					{
    						Name:                 "foo/../bar",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 14:24:11 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/pkg/printers/tableprinter_test.go

    		expected string
    	}{
    		// Test a single row table "WithKind" option, prepends "pod" to name.
    		{
    			columns: []metav1.TableColumnDefinition{
    				{Name: "Name", Type: "string", Format: "name"},
    				{Name: "Ready", Type: "string"},
    				{Name: "Status", Type: "string"},
    				{Name: "Retries", Type: "integer"},
    				{Name: "Age", Type: "string"},
    			},
    			rows: []metav1.TableRow{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 30 15:08:43 UTC 2022
    - 24.4K bytes
    - Viewed (0)
Back to top