Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 342 for StartupProbe (0.41 sec)

  1. pkg/kubelet/prober/common_test.go

    	}
    
    	switch probeType {
    	case readiness:
    		pod.Spec.Containers[0].ReadinessProbe = &probeSpec
    	case liveness:
    		pod.Spec.Containers[0].LivenessProbe = &probeSpec
    	case startup:
    		pod.Spec.Containers[0].StartupProbe = &probeSpec
    	}
    }
    
    func newTestManager() *manager {
    	podManager := kubepod.NewBasicPodManager()
    	podStartupLatencyTracker := kubeletutil.NewPodStartupLatencyTracker()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 12 16:57:26 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/explicit-security-context.yaml.injected

                drop:
                - ALL
              privileged: false
              readOnlyRootFilesystem: true
              runAsGroup: 1337
              runAsNonRoot: true
              runAsUser: 1337
            startupProbe:
              failureThreshold: 600
              httpGet:
                path: /healthz/ready
                port: 15021
              periodSeconds: 1
              timeoutSeconds: 3
            volumeMounts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/prometheus-scrape2.yaml.injected

          capabilities:
            drop:
            - ALL
          privileged: false
          readOnlyRootFilesystem: true
          runAsGroup: 1337
          runAsNonRoot: true
          runAsUser: 1337
        startupProbe:
          failureThreshold: 600
          httpGet:
            path: /healthz/ready
            port: 15021
          periodSeconds: 1
          timeoutSeconds: 3
        volumeMounts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/replicationcontroller.yaml.injected

                drop:
                - ALL
              privileged: false
              readOnlyRootFilesystem: true
              runAsGroup: 1337
              runAsNonRoot: true
              runAsUser: 1337
            startupProbe:
              failureThreshold: 600
              httpGet:
                path: /healthz/ready
                port: 15021
              periodSeconds: 1
              timeoutSeconds: 3
            volumeMounts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.yaml

                    gmsaCredentialSpec: gmsaCredentialSpecValue
                    gmsaCredentialSpecName: gmsaCredentialSpecNameValue
                    hostProcess: true
                    runAsUserName: runAsUserNameValue
                startupProbe:
                  exec:
                    command:
                    - commandValue
                  failureThreshold: 6
                  grpc:
                    port: 1
                    service: serviceValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.json

                      "periodSeconds": 4,
                      "successThreshold": 5,
                      "failureThreshold": 6,
                      "terminationGracePeriodSeconds": 7
                    },
                    "startupProbe": {
                      "exec": {
                        "command": [
                          "commandValue"
                        ]
                      },
                      "httpGet": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.yaml

                gmsaCredentialSpec: gmsaCredentialSpecValue
                gmsaCredentialSpecName: gmsaCredentialSpecNameValue
                hostProcess: true
                runAsUserName: runAsUserNameValue
            startupProbe:
              exec:
                command:
                - commandValue
              failureThreshold: 6
              grpc:
                port: 1
                service: serviceValue
              httpGet:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml

                    gmsaCredentialSpec: gmsaCredentialSpecValue
                    gmsaCredentialSpecName: gmsaCredentialSpecNameValue
                    hostProcess: true
                    runAsUserName: runAsUserNameValue
                startupProbe:
                  exec:
                    command:
                    - commandValue
                  failureThreshold: 6
                  grpc:
                    port: 1
                    service: serviceValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

                  "periodSeconds": 4,
                  "successThreshold": 5,
                  "failureThreshold": 6,
                  "terminationGracePeriodSeconds": 7
                },
                "startupProbe": {
                  "exec": {
                    "command": [
                      "commandValue"
                    ]
                  },
                  "httpGet": {
                    "path": "pathValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.json

                      "periodSeconds": 4,
                      "successThreshold": 5,
                      "failureThreshold": 6,
                      "terminationGracePeriodSeconds": 7
                    },
                    "startupProbe": {
                      "exec": {
                        "command": [
                          "commandValue"
                        ]
                      },
                      "httpGet": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
Back to top