Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for HorizontalPodAutoscalers (0.41 sec)

  1. api/discovery/apis__autoscaling__v1.json

      "groupVersion": "autoscaling/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "all"
          ],
          "kind": "HorizontalPodAutoscaler",
          "name": "horizontalpodautoscalers",
          "namespaced": true,
          "shortNames": [
            "hpa"
          ],
          "singularName": "horizontalpodautoscaler",
          "storageVersionHash": "qwQve8ut294=",
          "verbs": [
            "create",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 816 bytes
    - Viewed (0)
  2. pkg/registry/autoscaling/rest/storage_autoscaling.go

    	storage := map[string]rest.Storage{}
    
    	// horizontalpodautoscalers
    	if resource := "horizontalpodautoscalers"; apiResourceConfigSource.ResourceEnabled(autoscalingapiv1.SchemeGroupVersion.WithResource(resource)) {
    		hpaStorage, hpaStatusStorage, err := horizontalpodautoscalerstore.NewREST(restOptionsGetter)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 29 08:51:48 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  3. api/discovery/apis__autoscaling__v2.json

      "groupVersion": "autoscaling/v2",
      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "all"
          ],
          "kind": "HorizontalPodAutoscaler",
          "name": "horizontalpodautoscalers",
          "namespaced": true,
          "shortNames": [
            "hpa"
          ],
          "singularName": "horizontalpodautoscaler",
          "storageVersionHash": "qwQve8ut294=",
          "verbs": [
            "create",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 816 bytes
    - Viewed (0)
  4. releasenotes/notes/46121.yaml

          `HorizontalPodAutoscaler`. Now `spec.replicas` is only set if
          `.Values.replicaCount` is supplied by the user and is a valid number.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 24 13:53:35 UTC 2023
    - 652 bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/operator/output/operator-dump.json

                    "*"
                ]
            },
            {
                "apiGroups": [
                    "autoscaling"
                ],
                "resources": [
                    "horizontalpodautoscalers"
                ],
                "verbs": [
                    "*"
                ]
            },
            {
                "apiGroups": [
                    "monitoring.coreos.com"
                ],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 10 01:35:08 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  6. pkg/controlplane/storageversionhashdata/data.go

    	"v1/secrets":                "S6u1pOWzb84=",
    	"v1/serviceaccounts":        "pbx9ZvyFpBE=",
    	"v1/services":               "0/CO1lhkEBI=",
    	"autoscaling/v1/horizontalpodautoscalers": "qwQve8ut294=",
    	"autoscaling/v2/horizontalpodautoscalers": "qwQve8ut294=",
    	"batch/v1/jobs":     "mudhfqk/qZY=",
    	"batch/v1/cronjobs": "sd5LIXh4Fjs=",
    	"certificates.k8s.io/v1/certificatesigningrequests":                 "95fRKMXA+00=",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  7. manifests/charts/istio-operator/templates/clusterrole.yaml

    - apiGroups:
      - apps
      - extensions
      resources:
      - daemonsets
      - deployments
      - deployments/finalizers
      - replicasets
      verbs:
      - '*'
    - apiGroups:
      - autoscaling
      resources:
      - horizontalpodautoscalers
      verbs:
      - '*'
    - apiGroups:
      - monitoring.coreos.com
      resources:
      - servicemonitors
      verbs:
      - get
      - create
      - update
    - apiGroups:
      - policy
      resources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/pkg/resource/fake.go

    		"all": {
    			{Group: "", Resource: "pods"},
    			{Group: "", Resource: "replicationcontrollers"},
    			{Group: "", Resource: "services"},
    			{Group: "apps", Resource: "statefulsets"},
    			{Group: "autoscaling", Resource: "horizontalpodautoscalers"},
    			{Group: "batch", Resource: "jobs"},
    			{Group: "batch", Resource: "cronjobs"},
    			{Group: "extensions", Resource: "daemonsets"},
    			{Group: "extensions", Resource: "deployments"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 23:00:24 UTC 2019
    - 1.3K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/operator/output/operator-init.yaml

    - apiGroups:
      - apps
      - extensions
      resources:
      - daemonsets
      - deployments
      - deployments/finalizers
      - replicasets
      verbs:
      - '*'
    - apiGroups:
      - autoscaling
      resources:
      - horizontalpodautoscalers
      verbs:
      - '*'
    - apiGroups:
      - monitoring.coreos.com
      resources:
      - servicemonitors
      verbs:
      - get
      - create
      - update
    - apiGroups:
      - policy
      resources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  10. cmd/kube-controller-manager/app/autoscaling.go

    		ctx,
    		hpaClient.CoreV1(),
    		scaleClient,
    		hpaClient.AutoscalingV2(),
    		controllerContext.RESTMapper,
    		metricsClient,
    		controllerContext.InformerFactory.Autoscaling().V2().HorizontalPodAutoscalers(),
    		controllerContext.InformerFactory.Core().V1().Pods(),
    		controllerContext.ComponentConfig.HPAController.HorizontalPodAutoscalerSyncPeriod.Duration,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 01:37:36 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top