Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for horizontalpodautoscalerstore (0.25 sec)

  1. pkg/registry/autoscaling/rest/storage_autoscaling.go

    	serverstorage "k8s.io/apiserver/pkg/server/storage"
    	"k8s.io/kubernetes/pkg/api/legacyscheme"
    	"k8s.io/kubernetes/pkg/apis/autoscaling"
    	autoscalingapiv2 "k8s.io/kubernetes/pkg/apis/autoscaling/v2"
    	horizontalpodautoscalerstore "k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler/storage"
    )
    
    type RESTStorageProvider struct{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 29 08:51:48 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. pkg/registry/autoscaling/horizontalpodautoscaler/storage/storage_test.go

    		DeleteCollectionWorkers: 1,
    		ResourcePrefix:          "horizontalpodautoscalers",
    	}
    	horizontalPodAutoscalerStorage, statusStorage, err := NewREST(restOptions)
    	if err != nil {
    		t.Fatalf("unexpected error from REST storage: %v", err)
    	}
    	return horizontalPodAutoscalerStorage, statusStorage, server
    }
    
    func validNewHorizontalPodAutoscaler(name string) *autoscaling.HorizontalPodAutoscaler {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top