Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 33 for CustomResourceSubresourceScale (0.32 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/strategy.go

    	structuralSchema   *structuralschema.Structural
    	celValidator       *cel.Validator
    	status             *apiextensions.CustomResourceSubresourceStatus
    	scale              *apiextensions.CustomResourceSubresourceScale
    	kind               schema.GroupVersionKind
    	selectableFieldSet []selectableField
    }
    
    type selectableField struct {
    	name      string
    	fieldPath *jsonpath.JSONPath
    	err       error
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 21:22:34 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/scope_test.go

    							Served:  true,
    							Storage: true,
    							Subresources: &apiextensionsv1.CustomResourceSubresources{
    								Status: &apiextensionsv1.CustomResourceSubresourceStatus{},
    								Scale: &apiextensionsv1.CustomResourceSubresourceScale{
    									SpecReplicasPath:   ".spec.replicas",
    									StatusReplicasPath: ".status.replicas",
    								},
    							},
    							Schema: fixtures.AllowAllSchema(),
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 02 19:34:41 UTC 2021
    - 6.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    // * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza
    type CustomResourceSubresourceStatus struct{}
    
    // CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
    type CustomResourceSubresourceScale struct {
    	// SpecReplicasPath defines the JSON path inside of a CustomResource that corresponds to Scale.Spec.Replicas.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    func (m *CustomResourceSubresourceScale) Reset()      { *m = CustomResourceSubresourceScale{} }
    func (*CustomResourceSubresourceScale) ProtoMessage() {}
    func (*CustomResourceSubresourceScale) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c5e101a0235c8c62, []int{12}
    }
    func (m *CustomResourceSubresourceScale) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    func (m *CustomResourceSubresourceScale) Reset()      { *m = CustomResourceSubresourceScale{} }
    func (*CustomResourceSubresourceScale) ProtoMessage() {}
    func (*CustomResourceSubresourceScale) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3623d6c0bd238430, []int{12}
    }
    func (m *CustomResourceSubresourceScale) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/defaulting_test.go

    				Storage: false,
    				Served:  true,
    				Subresources: &apiextensionsv1.CustomResourceSubresources{
    					Status: &apiextensionsv1.CustomResourceSubresourceStatus{},
    					Scale: &apiextensionsv1.CustomResourceSubresourceScale{
    						SpecReplicasPath:   ".spec.replicas",
    						StatusReplicasPath: ".status.replicas",
    					},
    				},
    			},
    			{
    				Name:    "v1beta2",
    				Storage: true,
    				Served:  false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 05:32:34 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go

    // * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza
    type CustomResourceSubresourceStatus struct{}
    
    // CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
    type CustomResourceSubresourceScale struct {
    	// specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go

    // * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza
    type CustomResourceSubresourceStatus struct{}
    
    // CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
    type CustomResourceSubresourceScale struct {
    	// specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      //
      // +featureGate=CustomResourceFieldSelectors
      // +optional
      // +listType=atomic
      repeated SelectableField selectableFields = 9;
    }
    
    // CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
    message CustomResourceSubresourceScale {
      // specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      //
      // +featureGate=CustomResourceFieldSelectors
      // +optional
      // +listType=atomic
      repeated SelectableField selectableFields = 9;
    }
    
    // CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
    message CustomResourceSubresourceScale {
      // specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
Back to top