Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 96 for Largest (0.75 sec)

  1. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

        operator.istio.io/component: Pilot
        release: istio
      name: istiod
      namespace: istio-system
    spec:
      maxReplicas: 5
      metrics:
      - resource:
          name: cpu
          target:
            averageUtilization: 80
            type: Utilization
        type: Resource
      minReplicas: 1
      scaleTargetRef:
        apiVersion: apps/v1
        kind: Deployment
        name: istiod
    
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__policy__v1_openapi.json

            "properties": {
              "resourceVersion": {
                "description": "Specifies the target ResourceVersion",
                "type": "string"
              },
              "uid": {
                "description": "Specifies the target UID.",
                "type": "string"
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  8. src/net/http/server.go

    	code        int
    }
    
    var _ Pusher = (*timeoutWriter)(nil)
    
    // Push implements the [Pusher] interface.
    func (tw *timeoutWriter) Push(target string, opts *PushOptions) error {
    	if pusher, ok := tw.w.(Pusher); ok {
    		return pusher.Push(target, opts)
    	}
    	return ErrNotSupported
    }
    
    func (tw *timeoutWriter) Header() Header { return tw.h }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet.go

    	HandlePodCleanups(ctx context.Context) error
    }
    
    // Option is a functional option type for Kubelet
    type Option func(*Kubelet)
    
    // Bootstrap is a bootstrapping interface for kubelet, targets the initialization protocol
    type Bootstrap interface {
    	GetConfiguration() kubeletconfiginternal.KubeletConfiguration
    	BirthCry()
    	StartGarbageCollection()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top