Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ktypes (0.35 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"warning": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

              "type": "string"
            },
            "metadata": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
              "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
            }
          },
          "type": "object",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__v1_openapi.json

                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "drop": {
                "description": "Removed capabilities",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. CREDITS

          transformation or translation of a Source form, including but
          not limited to compiled object code, generated documentation,
          and conversions to other media types.
    
          "Work" shall mean the work of authorship, whether in Source or
          Object form, made available under the License, as indicated by a
          copyright notice that is included in or attached to the work
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    };
    
    struct QuantizationDetailsUnion {
      QuantizationDetails type;
      void *value;
    
      QuantizationDetailsUnion() : type(QuantizationDetails_NONE), value(nullptr) {}
      QuantizationDetailsUnion(QuantizationDetailsUnion&& u) FLATBUFFERS_NOEXCEPT :
        type(QuantizationDetails_NONE), value(nullptr)
        { std::swap(type, u.type); std::swap(value, u.value); }
      QuantizationDetailsUnion(const QuantizationDetailsUnion &);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.pb.go

    }
    
    func (m *HostPathVolumeSource) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.Type != nil {
    		i -= len(*m.Type)
    		copy(dAtA[i:], *m.Type)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Type)))
    		i--
    		dAtA[i] = 0x12
    	}
    	i -= len(m.Path)
    	copy(dAtA[i:], m.Path)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Path)))
    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