Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for StorageVersionSpec (0.32 sec)

  1. pkg/apis/apiserverinternal/v1alpha1/zz_generated.conversion.go

    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*v1alpha1.StorageVersionSpec)(nil), (*apiserverinternal.StorageVersionSpec)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1alpha1_StorageVersionSpec_To_apiserverinternal_StorageVersionSpec(a.(*v1alpha1.StorageVersionSpec), b.(*apiserverinternal.StorageVersionSpec), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apiserverinternal/v1alpha1/zz_generated.deepcopy.go

    func (in *StorageVersionSpec) DeepCopyInto(out *StorageVersionSpec) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageVersionSpec.
    func (in *StorageVersionSpec) DeepCopy() *StorageVersionSpec {
    	if in == nil {
    		return nil
    	}
    	out := new(StorageVersionSpec)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  3. pkg/apis/apiserverinternal/zz_generated.deepcopy.go

    func (in *StorageVersionSpec) DeepCopyInto(out *StorageVersionSpec) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageVersionSpec.
    func (in *StorageVersionSpec) DeepCopy() *StorageVersionSpec {
    	if in == nil {
    		return nil
    	}
    	out := new(StorageVersionSpec)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  4. pkg/apis/apiserverinternal/types.go

    	// Spec is an empty spec. It is here to comply with Kubernetes API style.
    	Spec StorageVersionSpec
    
    	// API server instances report the version they can decode and the version they
    	// encode objects to when persisting objects in the backend.
    	Status StorageVersionStatus
    }
    
    // StorageVersionSpec is an empty spec.
    type StorageVersionSpec struct{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apiserverinternal/v1alpha1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // Items holds a list of StorageVersion
      repeated StorageVersion items = 2;
    }
    
    // StorageVersionSpec is an empty spec.
    message StorageVersionSpec {
    }
    
    // API server instances report the versions they can decode and the version they
    // encode objects to when persisting objects in the backend.
    message StorageVersionStatus {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apiserverinternal/v1alpha1/generated.pb.go

    func (m *StorageVersionSpec) Reset()      { *m = StorageVersionSpec{} }
    func (*StorageVersionSpec) ProtoMessage() {}
    func (*StorageVersionSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_126bcbf538b54729, []int{4}
    }
    func (m *StorageVersionSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *StorageVersionSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/apiserverinternal/v1alpha1/generated.proto

      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // Items holds a list of StorageVersion
      repeated StorageVersion items = 2;
    }
    
    // StorageVersionSpec is an empty spec.
    message StorageVersionSpec {
    }
    
    // API server instances report the versions they can decode and the version they
    // encode objects to when persisting objects in the backend.
    message StorageVersionStatus {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apiserverinternal/v1alpha1/types.go

    	Spec StorageVersionSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"`
    
    	// API server instances report the version they can decode and the version they
    	// encode objects to when persisting objects in the backend.
    	Status StorageVersionStatus `json:"status" protobuf:"bytes,3,opt,name=status"`
    }
    
    // StorageVersionSpec is an empty spec.
    type StorageVersionSpec struct{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:37 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apiserverinternal/v1alpha1/types_swagger_doc_generated.go

    }
    
    func (StorageVersionList) SwaggerDoc() map[string]string {
    	return map_StorageVersionList
    }
    
    var map_StorageVersionSpec = map[string]string{
    	"": "StorageVersionSpec is an empty spec.",
    }
    
    func (StorageVersionSpec) SwaggerDoc() map[string]string {
    	return map_StorageVersionSpec
    }
    
    var map_StorageVersionStatus = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 22:40:54 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversion.go

    // with apply.
    type StorageVersionApplyConfiguration struct {
    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *v1alpha1.StorageVersionSpec            `json:"spec,omitempty"`
    	Status                           *StorageVersionStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.4K bytes
    - Viewed (0)
Back to top