Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for autoscalingapi (0.19 sec)

  1. pkg/controller/disruption/disruption_test.go

    	dc.scaleClient.AddReactor("get", "customresources", func(action core.Action) (handled bool, ret runtime.Object, err error) {
    		obj := &autoscalingapi.Scale{
    			ObjectMeta: metav1.ObjectMeta{
    				Namespace: metav1.NamespaceDefault,
    				UID:       customResourceUID,
    			},
    			Spec: autoscalingapi.ScaleSpec{
    				Replicas: replicas,
    			},
    		}
    		return true, obj, nil
    	})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

                - name: application-credentials
                  mountPath: /etc/istio/application-credentials
                  readOnly: true
      values: |-
        {
          "global": {
            "autoscalingv2API": true,
            "caAddress": "",
            "caName": "",
            "certSigners": [],
            "configCluster": false,
            "configValidation": true,
            "defaultPodDisruptionBudget": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // mechanisms (e.g., environmental variable CA_PROVIDER).
      string caName = 65;
    
      // TODO: remove this?
      // No longer used.
      google.protobuf.BoolValue autoscalingv2API = 66;
    
      // Platform in which Istio is deployed. Possible values are: "openshift" and "gcp"
      // An empty value means it is a vanilla Kubernetes distribution, therefore no special
      // treatment will be considered.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top