Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for SelectableFields (0.2 sec)

  1. pkg/registry/certificates/clustertrustbundle/storage/storage.go

    	if !ok {
    		return nil, nil, fmt.Errorf("not a clustertrustbundle")
    	}
    
    	selectableFields := generic.MergeFieldsSets(generic.ObjectMetaFieldsSet(&bundle.ObjectMeta, false), fields.Set{
    		"spec.signerName": bundle.Spec.SignerName,
    	})
    
    	return labels.Set(bundle.Labels), selectableFields, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 03:10:18 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1beta1.CustomResourceDefinition.yaml

        kind: kindValue
        listKind: listKindValue
        plural: pluralValue
        shortNames:
        - shortNamesValue
        singular: singularValue
      preserveUnknownFields: true
      scope: scopeValue
      selectableFields:
      - jsonPath: jsonPathValue
      subresources:
        scale:
          labelSelectorPath: labelSelectorPathValue
          specReplicasPath: specReplicasPathValue
          statusReplicasPath: statusReplicasPathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/features/kube_features.go

    	// across UPDATE/PATCH requests.
    	CRDValidationRatcheting featuregate.Feature = "CRDValidationRatcheting"
    
    	// owner: @jpbetz
    	// alpha: v1.30
    	//
    	// CustomResourceDefinitions may include SelectableFields to declare which fields
    	// may be used as field selectors.
    	CustomResourceFieldSelectors featuregate.Feature = "CustomResourceFieldSelectors"
    )
    
    func init() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:53:03 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1.CustomResourceDefinition.yaml

            - fieldPath: fieldPathValue
              message: messageValue
              messageExpression: messageExpressionValue
              optionalOldSelf: true
              reason: reasonValue
              rule: ruleValue
        selectableFields:
        - jsonPath: jsonPathValue
        served: true
        storage: true
        subresources:
          scale:
            labelSelectorPath: labelSelectorPathValue
            specReplicasPath: specReplicasPathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1.CustomResourceDefinition.json

                "format": "formatValue",
                "description": "descriptionValue",
                "priority": 5,
                "jsonPath": "jsonPathValue"
              }
            ],
            "selectableFields": [
              {
                "jsonPath": "jsonPathValue"
              }
            ]
          }
        ],
        "conversion": {
          "strategy": "strategyValue",
          "webhook": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top