Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 55 for jsonpatch (0.19 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go

    	// +optional
    	Priority int32 `json:"priority,omitempty" protobuf:"bytes,5,opt,name=priority"`
    	// jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against
    	// each custom resource to produce the value for this column.
    	JSONPath string `json:"jsonPath" protobuf:"bytes,6,opt,name=jsonPath"`
    }
    
    // CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/json_to_flatbuffer.cc

        return 1;
      }
      const char* schema_path = argv[1];
      const char* json_path = argv[2];
      std::string schema;
      std::string json;
    
      const bool status =
          flatbuffers::LoadFile(schema_path, /*binary=*/false, &schema) &&
          flatbuffers::LoadFile(json_path, /*binary=*/false, &json);
      if (!status) {
        std::cerr << "couldn't load files!\n";
        return 1;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. hack/ginkgo-e2e.sh

        cc=$("${KUBE_ROOT}/cluster/kubectl.sh" config view -o jsonpath="{.current-context}")
        if [[ -n "${KUBE_CONTEXT:-}" ]]; then
          cc="${KUBE_CONTEXT}"
        fi
        local cluster
        cluster=$("${KUBE_ROOT}/cluster/kubectl.sh" config view -o jsonpath="{.contexts[?(@.name == \"${cc}\")].context.cluster}")
        KUBE_MASTER_URL=$("${KUBE_ROOT}/cluster/kubectl.sh" config view -o jsonpath="{.clusters[?(@.name == \"${cluster}\")].cluster.server}")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 13:25:50 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    								},
    							},
    							SelectableFields: []apiextensions.SelectableField{
    								{JSONPath: ".a1"}, {JSONPath: ".a2"}, {JSONPath: ".a3"},
    								{JSONPath: ".a4"}, {JSONPath: ".a5"}, {JSONPath: ".a6"},
    								{JSONPath: ".a7"}, {JSONPath: ".a8"}, {JSONPath: ".a9"},
    							},
    						},
    						{Name: "version2", Served: true, Storage: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/strategy_test.go

    		selectableFields []v1.SelectableField
    		obj              *unstructured.Unstructured
    		expectFields     fields.Set
    	}{
    		{
    			name: "valid path",
    			selectableFields: []v1.SelectableField{
    				{JSONPath: ".spec.foo"},
    			},
    			obj: &unstructured.Unstructured{
    				Object: map[string]interface{}{
    					"metadata": map[string]interface{}{
    						"name":       "example",
    						"generation": int64(1),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    			continue
    		}
    		if path.Root().String() == "metadata" {
    			allErrs = append(allErrs, field.Invalid(indexFldPath.Child("jsonPath"), selectableField.JSONPath, "must not point to fields in metadata"))
    		}
    		if !allowedSelectableFieldSchema(foundSchema) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/config_test.go

    registry.k8s.io/coredns/coredns:{{.CoreDNSVersion}}
    registry.k8s.io/pause:{{.PauseVersion}}
    registry.k8s.io/etcd:{{.EtcdVersion}}
    `,
    		},
    		{
    			name: "JSONPATH output",
    			cfg: kubeadmapiv1.ClusterConfiguration{
    				KubernetesVersion: dummyKubernetesVersionStr,
    			},
    			outputFormat: `jsonpath={range.images[*]}{@} {end}`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 13K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/token_test.go

    `,
    		},
    		{
    			name:         "jsonpath output",
    			id:           "abcdef",
    			secret:       "1234567890123456",
    			description:  "valid bootstrap tooken",
    			usages:       []string{"signing", "authentication"},
    			extraGroups:  []string{"system:bootstrappers:kubeadm:default-node-token"},
    			outputFormat: "jsonpath={.token} {.groups}",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 05:47:48 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  9. manifests/charts/base/crds/crd-all.gen.yaml

      versions:
      - additionalPrinterColumns:
        - description: The hosts associated with the ServiceEntry
          jsonPath: .spec.hosts
          name: Hosts
          type: string
        - description: Whether the service is external to the mesh or part of the mesh
            (MESH_EXTERNAL or MESH_INTERNAL)
          jsonPath: .spec.location
          name: Location
          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

      versions:
      - additionalPrinterColumns:
        - description: The hosts associated with the ServiceEntry
          jsonPath: .spec.hosts
          name: Hosts
          type: string
        - description: Whether the service is external to the mesh or part of the mesh
            (MESH_EXTERNAL or MESH_INTERNAL)
          jsonPath: .spec.location
          name: Location
          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
Back to top