Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for autoscalingrest (0.13 sec)

  1. pkg/controlplane/instance.go

    	appsrest "k8s.io/kubernetes/pkg/registry/apps/rest"
    	authenticationrest "k8s.io/kubernetes/pkg/registry/authentication/rest"
    	authorizationrest "k8s.io/kubernetes/pkg/registry/authorization/rest"
    	autoscalingrest "k8s.io/kubernetes/pkg/registry/autoscaling/rest"
    	batchrest "k8s.io/kubernetes/pkg/registry/batch/rest"
    	certificatesrest "k8s.io/kubernetes/pkg/registry/certificates/rest"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  2. pkg/controlplane/instance_test.go

    import (
    	"context"
    	"crypto/tls"
    	"encoding/json"
    	"io"
    	"net"
    	"net/http"
    	"net/http/httptest"
    	"reflect"
    	"strings"
    	"testing"
    
    	"github.com/stretchr/testify/assert"
    	autoscalingrest "k8s.io/kubernetes/pkg/registry/autoscaling/rest"
    	resourcerest "k8s.io/kubernetes/pkg/registry/resource/rest"
    
    	autoscalingapiv2beta1 "k8s.io/api/autoscaling/v2beta1"
    	autoscalingapiv2beta2 "k8s.io/api/autoscaling/v2beta2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top