Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 23 (0.18 sec)

  1. istioctl/pkg/install/k8sversion/version_test.go

    		Major:      "1",
    		Minor:      "20",
    		GitVersion: "v1.20.2",
    	}
    	version1_22 = &version.Info{
    		Major:      "1",
    		Minor:      "22",
    		GitVersion: "v1.22",
    	}
    	version1_23 = &version.Info{
    		Major:      "1",
    		Minor:      "23",
    		GitVersion: "v1.23",
    	}
    	version1_24 = &version.Info{
    		Major:      "1",
    		Minor:      "24",
    		GitVersion: "v1.24",
    	}
    	version1_25 = &version.Info{
    		Major:      "1",
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Jan 19 02:46:48 GMT 2024
    - 6.3K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "Prometheus", "fill": 1, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 23 }, "id": 45, "legend": { "avg": false, "current": false, "hideEmpty": true, "hideZero": true, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage":...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // Resources resize policy for the container.
      // +featureGate=InPlacePodVerticalScaling
      // +optional
      // +listType=atomic
      repeated ContainerResizePolicy resizePolicy = 23;
    
      // Pod volumes to mount into the container's filesystem.
      // Cannot be updated.
      // +optional
      // +patchMergeKey=mountPath
      // +patchStrategy=merge
      repeated VolumeMount volumeMounts = 9;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  4. istioctl/pkg/multicluster/remote_secret_test.go

    			name:       "cluster-foo",
    			wantErrStr: "wrong number of secrets (2) in serviceaccount",
    			// for k8s 1.24+ we auto-create a secret instead of relying on a reference in service account
    			k8sMinorVersion: "23",
    		},
    		{
    			testName:   "success when specific secret name provided",
    			objs:       []runtime.Object{kubeSystemNamespace, sa2, saSecret, saSecret2},
    			secretName: saSecret.Name,
    			name:       "cluster-foo",
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Oct 31 14:48:28 GMT 2023
    - 20.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      // An empty value indicates that any CSI driver can be used for inline ephemeral volumes.
      // +optional
      repeated AllowedCSIDriver allowedCSIDrivers = 23;
    
      // allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none.
      // Each entry is either a plain sysctl name or ends in "*" in which case it is considered
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/pilot-dashboard.json

                      }
                    ]
                  }
                ]
              },
              "gridPos": {
                "h": 8,
                "w": 12,
                "x": 0,
                "y": 23
              },
              "id": 45,
              "links": [],
              "options": {
                "legend": {
                  "calcs": [],
                  "displayMode": "list",
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Mar 27 03:47:04 GMT 2024
    - 61K bytes
    - Viewed (0)
  7. manifests/addons/dashboards/istio-mesh-dashboard.json

              },
              "unit": "ops"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 3,
            "w": 6,
            "x": 18,
            "y": 3
          },
          "id": 23,
          "links": [],
          "maxDataPoints": 100,
          "options": {
            "colorMode": "none",
            "graphMode": "area",
            "justifyMode": "auto",
            "orientation": "horizontal",
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Mar 28 02:28:01 GMT 2024
    - 46.4K bytes
    - Viewed (0)
Back to top