Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for startupProbe (0.2 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              {{ if .Values.global.proxy.startupProbe.enabled }}
                startupProbe:
                  httpGet:
                    path: /healthz/ready
                    port: 15021
                  initialDelaySeconds: 0
                  periodSeconds: 1
                  timeoutSeconds: 3
                  failureThreshold: {{ .Values.global.proxy.startupProbe.failureThreshold }}
              {{ end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. pkg/apis/core/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.ReadinessProbe != nil {
    		in, out := &in.ReadinessProbe, &out.ReadinessProbe
    		*out = new(Probe)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.StartupProbe != nil {
    		in, out := &in.StartupProbe, &out.StartupProbe
    		*out = new(Probe)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Lifecycle != nil {
    		in, out := &in.Lifecycle, &out.Lifecycle
    		*out = new(Lifecycle)
    		(*in).DeepCopyInto(*out)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.ReadinessProbe != nil {
    		in, out := &in.ReadinessProbe, &out.ReadinessProbe
    		*out = new(Probe)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.StartupProbe != nil {
    		in, out := &in.StartupProbe, &out.StartupProbe
    		*out = new(Probe)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Lifecycle != nil {
    		in, out := &in.Lifecycle, &out.Lifecycle
    		*out = new(Lifecycle)
    		(*in).DeepCopyInto(*out)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "startupProbe": {
              "$ref": "#/definitions/io.k8s.api.core.v1.Probe",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    }}imagePullPolicy: "{{.}}"{{end}} {{ if ne (annotation .ObjectMeta `status.sidecar.istio.io/port` .Values.global.proxy.statusPort) `0` }} {{ if .Values.global.proxy.startupProbe.enabled }} startupProbe: httpGet: path: /healthz/ready port: 15021 initialDelaySeconds: 0 periodSeconds: 1 timeoutSeconds: 3 failureThreshold: {{ .Values.global.proxy.startupProbe.failureThreshold }} {{ end }} readinessProbe: httpGet: path: /healthz/ready port: 15021 initialDelaySeconds: {{ annotation .ObjectMeta `readiness.status....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top