Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for storageapi (0.18 sec)

  1. pkg/registry/resource/rest/storage_resource.go

    	// TODO refactor the plumbing to provide the information in the APIGroupInfo
    
    	if storageMap, err := p.v1alpha2Storage(apiResourceConfigSource, restOptionsGetter); err != nil {
    		return genericapiserver.APIGroupInfo{}, err
    	} else if len(storageMap) > 0 {
    		apiGroupInfo.VersionedResourcesStorageMap[resourcev1alpha2.SchemeGroupVersion.Version] = storageMap
    	}
    
    	return apiGroupInfo, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. pkg/controlplane/instance.go

    	nodev1 "k8s.io/api/node/v1"
    	policyapiv1 "k8s.io/api/policy/v1"
    	rbacv1 "k8s.io/api/rbac/v1"
    	resourcev1alpha2 "k8s.io/api/resource/v1alpha2"
    	schedulingapiv1 "k8s.io/api/scheduling/v1"
    	storageapiv1 "k8s.io/api/storage/v1"
    	storageapiv1alpha1 "k8s.io/api/storage/v1alpha1"
    	storageapiv1beta1 "k8s.io/api/storage/v1beta1"
    	svmv1alpha1 "k8s.io/api/storagemigration/v1alpha1"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
Back to top