Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for api_version (0.55 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

        fbb_.AddOffset(StablehloCustomCallOptions::VT_BACKEND_CONFIG, backend_config);
      }
      void add_api_version(int32_t api_version) {
        fbb_.AddElement<int32_t>(StablehloCustomCallOptions::VT_API_VERSION, api_version, 0);
      }
      void add_called_computations(::flatbuffers::Offset<::flatbuffers::Vector<int32_t>> called_computations) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"apiVersion": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

          "description": "MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. api/openapi-spec/v3/api__v1_openapi.json

            "properties": {
              "apiVersion": {
                "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.",
                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.pb.go

    	i -= len(m.FieldPath)
    	copy(dAtA[i:], m.FieldPath)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.FieldPath)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.APIVersion)
    	copy(dAtA[i:], m.APIVersion)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIVersion)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *ObjectReference) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top