Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 65 for PriorityClassName (0.24 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

          }
        ],
        "hostAliases": [
          {
            "ip": "ipValue",
            "hostnames": [
              "hostnamesValue"
            ]
          }
        ],
        "priorityClassName": "priorityClassNameValue",
        "priority": 25,
        "dnsConfig": {
          "nameservers": [
            "nameserversValue"
          ],
          "searches": [
            "searchesValue"
          ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.json

            ],
            "hostAliases": [
              {
                "ip": "ipValue",
                "hostnames": [
                  "hostnamesValue"
                ]
              }
            ],
            "priorityClassName": "priorityClassNameValue",
            "priority": 25,
            "dnsConfig": {
              "nameservers": [
                "nameserversValue"
              ],
              "searches": [
                "searchesValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.json

            ],
            "hostAliases": [
              {
                "ip": "ipValue",
                "hostnames": [
                  "hostnamesValue"
                ]
              }
            ],
            "priorityClassName": "priorityClassNameValue",
            "priority": 25,
            "dnsConfig": {
              "nameservers": [
                "nameserversValue"
              ],
              "searches": [
                "searchesValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

            ],
            "hostAliases": [
              {
                "ip": "ipValue",
                "hostnames": [
                  "hostnamesValue"
                ]
              }
            ],
            "priorityClassName": "priorityClassNameValue",
            "priority": 25,
            "dnsConfig": {
              "nameservers": [
                "nameserversValue"
              ],
              "searches": [
                "searchesValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.json

          }
        ],
        "hostAliases": [
          {
            "ip": "ipValue",
            "hostnames": [
              "hostnamesValue"
            ]
          }
        ],
        "priorityClassName": "priorityClassNameValue",
        "priority": 25,
        "dnsConfig": {
          "nameservers": [
            "nameserversValue"
          ],
          "searches": [
            "searchesValue"
          ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 52K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

                  {
                    "ip": "ipValue",
                    "hostnames": [
                      "hostnamesValue"
                    ]
                  }
                ],
                "priorityClassName": "priorityClassNameValue",
                "priority": 25,
                "dnsConfig": {
                  "nameservers": [
                    "nameserversValue"
                  ],
                  "searches": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

            ],
            "hostAliases": [
              {
                "ip": "ipValue",
                "hostnames": [
                  "hostnamesValue"
                ]
              }
            ],
            "priorityClassName": "priorityClassNameValue",
            "priority": 25,
            "dnsConfig": {
              "nameservers": [
                "nameserversValue"
              ],
              "searches": [
                "searchesValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    "multiCluster": { "clusterName": "", "enabled": false }, "namespace": "istio-system", "network": "", "omitSidecarInjectorC": false, "oneNamespace": false, "operatorManageWebhoo": false, "pilotCertProvider": "istiod", "policyNamespace": "istio-system", "priorityClassName": "", "prometheusNamespace": "istio-system", "proxy": { "autoInject": "enabled", "clusterDomain": "cluster.local", "componentLogLevel": "misc:error", "enableCoreDump": false, "envoyStatsd": { "enabled": false }, "excludeIPRanges": "", "excludeInboundPorts":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // own webhook configurations.
      google.protobuf.BoolValue operatorManageWebhooks = 41;
    
      // Specifies the k8s priorityClassName for the istio control plane components.
      //
      // See https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass
      string priorityClassName = 27 [deprecated = true];
    
      // Specifies how proxies are configured within Istio.
      ProxyConfig proxy = 28;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    "multiCluster": { "clusterName": "", "enabled": false }, "namespace": "istio-system", "network": "", "omitSidecarInjectorC": false, "oneNamespace": false, "operatorManageWebhoo": false, "pilotCertProvider": "istiod", "policyNamespace": "istio-system", "priorityClassName": "", "proxy": { "autoInject": "enabled", "clusterDomain": "cluster.local", "componentLogLevel": "misc:error", "enableCoreDump": false, "excludeIPRanges": "", "excludeInboundPorts": "", "excludeOutboundPorts": "", "holdApplicationUntil": false,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
Back to top