Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for SelectableField (0.28 sec)

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

    message JSONSchemaPropsOrStringArray {
      optional JSONSchemaProps schema = 1;
    
      // +listType=atomic
      repeated string property = 2;
    }
    
    // SelectableField specifies the JSON path of a field that may be used with field selectors.
    message SelectableField {
      // jsonPath is a simple JSON path which is evaluated against each custom resource to produce a
      // field selector value.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go

    	//
    	// +featureGate=CustomResourceFieldSelectors
    	// +optional
    	// +listType=atomic
    	SelectableFields []SelectableField `json:"selectableFields,omitempty" protobuf:"bytes,9,rep,name=selectableFields"`
    }
    
    // SelectableField specifies the JSON path of a field that may be used with field selectors.
    type SelectableField struct {
    	// jsonPath is a simple JSON path which is evaluated against each custom resource to produce a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

    message JSONSchemaPropsOrStringArray {
      optional JSONSchemaProps schema = 1;
    
      // +listType=atomic
      repeated string property = 2;
    }
    
    // SelectableField specifies the JSON path of a field that may be used with field selectors.
    message SelectableField {
      // jsonPath is a simple JSON path which is evaluated against each custom resource to produce a
      // field selector value.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    									Properties: map[string]apiextensions.JSONSchemaProps{"foo": {Type: "string"}},
    									Required:   []string{"foo"},
    								},
    							},
    							SelectableFields: []apiextensions.SelectableField{{JSONPath: ".foo"}, {JSONPath: ".xyz"}},
    						},
    						{Name: "version2", Served: true, Storage: false,
    							Schema: &apiextensions.CustomResourceValidation{
    								OpenAPIV3Schema: &apiextensions.JSONSchemaProps{
    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/generated/openapi/zz_generated.openapi.go

    		"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1.JSONSchemaPropsOrStringArray":           schema_pkg_apis_apiextensions_v1_JSONSchemaPropsOrStringArray(ref),
    		"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1.SelectableField":                        schema_pkg_apis_apiextensions_v1_SelectableField(ref),
    		"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1.ServiceReference":                       schema_pkg_apis_apiextensions_v1_ServiceReference(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

            "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array."
          },
          "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.SelectableField": {
            "description": "SelectableField specifies the JSON path of a field that may be used with field selectors.",
            "properties": {
              "jsonPath": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1.JSONSchemaPropsOrStringArray":                 schema_pkg_apis_apiextensions_v1_JSONSchemaPropsOrStringArray(ref),
    		"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1.SelectableField":                              schema_pkg_apis_apiextensions_v1_SelectableField(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

          "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array."
        },
        "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.SelectableField": {
          "description": "SelectableField specifies the JSON path of a field that may be used with field selectors.",
          "properties": {
            "jsonPath": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top