Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for byNamespace (0.28 sec)

  1. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

            "properties": {
              "type": {
                "default": "",
                "description": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          "io.k8s.api.flowcontrol.v1beta3.FlowSchema": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

            "properties": {
              "type": {
                "default": "",
                "description": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          "io.k8s.api.flowcontrol.v1.FlowSchema": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  3. pkg/registry/admissionregistration/validatingadmissionpolicybinding/storage/storage_test.go

    			},
    			Spec: admissionregistration.ValidatingAdmissionPolicyBindingSpec{
    				PolicyName: "replicalimit-policy.example.com",
    				ParamRef: &admissionregistration.ParamRef{
    					Namespace: "mynamespace",
    					Selector: &metav1.LabelSelector{
    						MatchLabels: map[string]string{
    							"label": "value",
    						},
    					},
    					ParameterNotFoundAction: &denyAction,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  4. pkg/kubelet/config/file_linux_test.go

    			pod: &v1.Pod{
    				TypeMeta: metav1.TypeMeta{
    					Kind:       "Pod",
    					APIVersion: "",
    				},
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "test",
    					UID:       "12345",
    					Namespace: "mynamespace",
    				},
    				Spec: v1.PodSpec{
    					Containers:      []v1.Container{{Name: "image", Image: "test/image", SecurityContext: securitycontext.ValidSecurityContextWithContainerDefaults()}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 14 09:38:23 UTC 2022
    - 12.3K bytes
    - Viewed (0)
  5. pkg/controller/volume/attachdetach/testing/testvolumespec.go

    	extraPods = &v1.PodList{}
    	fakeClient.AddReactor("list", "pods", func(action core.Action) (handled bool, ret runtime.Object, err error) {
    		obj := &v1.PodList{}
    		podNamePrefix := "mypod"
    		namespace := "mynamespace"
    		for i := 0; i < 5; i++ {
    			podName := fmt.Sprintf("%s-%d", podNamePrefix, i)
    			pod := v1.Pod{
    				Status: v1.PodStatus{
    					Phase: v1.PodRunning,
    				},
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 17 08:48:30 UTC 2023
    - 16.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/pkg/printers/tableprinter_test.go

    			"apiVersion": "v1",
    			"kind":       "Test",
    			"dummy1":     "present",
    			"dummy2":     "present",
    			"metadata": map[string]interface{}{
    				"name":              "MyName",
    				"namespace":         "MyNamespace",
    				"creationTimestamp": "2017-04-01T00:00:00Z",
    				"resourceVersion":   123,
    				"uid":               "00000000-0000-0000-0000-000000000001",
    				"dummy3":            "present",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 30 15:08:43 UTC 2022
    - 24.4K bytes
    - Viewed (0)
  7. pkg/scheduler/util/assumecache/assume_cache_test.go

    		objAccessor, err := meta.Accessor(obj)
    		if err != nil {
    			return nil, err
    		}
    		return []string{objAccessor.GetNamespace()}, nil
    	}
    	tCtx, cache, informer := newTestWithIndexer(t, "myNamespace", namespaceIndexer)
    
    	// Add a bunch of objects.
    	ns := "ns1"
    	objs := make([]interface{}, 0, 10)
    	for i := 0; i < 10; i++ {
    		obj := makeObj(fmt.Sprintf("test-pvc%v", i), "1", ns)
    		objs = append(objs, obj)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    			APIVersion: "v1",
    			Kind:       "ConfigMap",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name:            "replicas-test.example.com",
    			Namespace:       "mynamespace",
    			ResourceVersion: "1",
    		},
    		Data: map[string]string{
    			"coolkey": "mynamespace",
    		},
    	}
    	configMapParam3 := &v1.ConfigMap{
    		TypeMeta: metav1.TypeMeta{
    			APIVersion: "v1",
    			Kind:       "ConfigMap",
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    				Properties: map[string]spec.Schema{
    					"type": {
    						SchemaProps: spec.SchemaProps{
    							Description: "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    				},
    				Required: []string{"type"},
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "properties": {
            "type": {
              "description": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top