Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for JSONSchemas (0.4 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

    // or an array of JSONSchemaProps. Mainly here for serialization purposes.
    message JSONSchemaPropsOrArray {
      optional JSONSchemaProps schema = 1;
    
      // +listType=atomic
      repeated JSONSchemaProps jSONSchemas = 2;
    }
    
    // JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value.
    // Defaults to true for the boolean property.
    message JSONSchemaPropsOrBool {
      optional bool allows = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

    // or an array of JSONSchemaProps. Mainly here for serialization purposes.
    message JSONSchemaPropsOrArray {
      optional JSONSchemaProps schema = 1;
    
      // +listType=atomic
      repeated JSONSchemaProps jSONSchemas = 2;
    }
    
    // JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value.
    // Defaults to true for the boolean property.
    message JSONSchemaPropsOrBool {
      optional bool allows = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top