Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 4,424 for namE (0.05 sec)

  1. 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)
  2. 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)
  3. 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)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationContainer.java

        }
    
        private static void validateNameIsAllowed(String name) {
            if (RESERVED_NAMES_FOR_DETACHED_CONFS.matcher(name).matches()) {
                DeprecationLogger.deprecateAction("Creating a configuration with a name that starts with 'detachedConfiguration'")
                        .withAdvice(String.format("Use a different name for the configuration '%s'.", name))
                        .willBeRemovedInGradle9()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 00:10:35 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  5. pkg/scheduler/apis/config/v1/default_plugins_test.go

    						{Name: names.NodeUnschedulable},
    						{Name: names.NodeName},
    						{Name: names.TaintToleration, Weight: ptr.To[int32](3)},
    						{Name: names.NodeAffinity, Weight: ptr.To[int32](2)},
    						{Name: names.NodePorts},
    						{Name: names.NodeResourcesFit, Weight: ptr.To[int32](1)},
    						{Name: names.VolumeRestrictions},
    						{Name: names.NodeVolumeLimits},
    						{Name: names.VolumeBinding},
    						{Name: names.VolumeZone},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:03:04 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/ambient/workloads_test.go

    				Uid:               "cluster0//Pod/ns/name",
    				Name:              "name",
    				Namespace:         "ns",
    				Addresses:         [][]byte{netip.AddrFrom4([4]byte{1, 2, 3, 4}).AsSlice()},
    				Network:           testNW,
    				CanonicalName:     "name",
    				CanonicalRevision: "latest",
    				WorkloadType:      workloadapi.WorkloadType_POD,
    				WorkloadName:      "name",
    				Status:            workloadapi.WorkloadStatus_UNHEALTHY,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsGroupCQ.java

        }
    
        public void setName_Equal(String name) {
            setName_Term(name, null);
        }
    
        public void setName_Equal(String name, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setName_Term(name, opLambda);
        }
    
        public void setName_Term(String name) {
            setName_Term(name, null);
        }
    
        public void setName_Term(String name, ConditionOptionCall<TermQueryBuilder> opLambda) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 20K bytes
    - Viewed (0)
  8. manifests/charts/istio-control/istio-discovery/files/grpc-agent.yaml

        {{- end }}
        {{- if .DeploymentMeta.Name }}
        - name: ISTIO_META_WORKLOAD_NAME
          value: "{{ .DeploymentMeta.Name }}"
        {{ end }}
        {{- if and .TypeMeta.APIVersion .DeploymentMeta.Name }}
        - name: ISTIO_META_OWNER
          value: kubernetes://apis/{{ .TypeMeta.APIVersion }}/namespaces/{{ valueOrDefault .DeploymentMeta.Namespace `default` }}/{{ toLower .TypeMeta.Kind}}s/{{ .DeploymentMeta.Name }}
        {{- end}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 26 16:51:17 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/conversion_test.go

    					Versions: []CustomResourceDefinitionVersion{
    						{Name: "v1", Served: true, Storage: true, AdditionalPrinterColumns: []CustomResourceColumnDefinition{{Name: "column1"}}},
    						{Name: "v2", Served: false, Storage: false, AdditionalPrinterColumns: []CustomResourceColumnDefinition{{Name: "column2"}}},
    					},
    				},
    			},
    		},
    		{
    			Name: "v1 to internal, identical printer columns moves to top-level",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go

    		{name: "LoweredFMAXD", argLength: 2, reg: fp21, resultNotInArgs: true, asm: "FMAXD", commutative: true, typ: "Float64"},             // max(arg0, arg1)
    	}
    
    	RISCV64blocks := []blockData{
    		{name: "BEQ", controls: 2},
    		{name: "BNE", controls: 2},
    		{name: "BLT", controls: 2},
    		{name: "BGE", controls: 2},
    		{name: "BLTU", controls: 2},
    		{name: "BGEU", controls: 2},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top