Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 382 for PeriodSeconds (0.19 sec)

  1. pkg/test/framework/components/echo/kube/testdata/healthcheck-rewrite.yaml

              initialDelaySeconds: 1
              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/kube/testdata/proxyless.yaml

              initialDelaySeconds: 1
              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/kube/testdata/basic.yaml

              initialDelaySeconds: 1
              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/kube/testdata/disable-automount-sa.yaml

              initialDelaySeconds: 1
              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/validation/validation_test.go

    				Value:         1,
    				PeriodSeconds: 2,
    			}, {
    				Type:          autoscaling.PercentScalingPolicy,
    				Value:         3,
    				PeriodSeconds: 4,
    			}, {
    				Type:          autoscaling.PodsScalingPolicy,
    				Value:         5,
    				PeriodSeconds: 6,
    			}, {
    				Type:          autoscaling.PercentScalingPolicy,
    				Value:         7,
    				PeriodSeconds: 8,
    			}},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  6. pkg/apis/autoscaling/fuzzer/fuzzer.go

    						{
    							Type:          autoscaling.PodsScalingPolicy,
    							Value:         int32(c.RandUint64()),
    							PeriodSeconds: int32(c.RandUint64()),
    						},
    						{
    							Type:          autoscaling.PercentScalingPolicy,
    							Value:         int32(c.RandUint64()),
    							PeriodSeconds: int32(c.RandUint64()),
    						},
    					},
    				},
    				ScaleDown: &autoscaling.HPAScalingRules{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 15 06:03:59 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/probe.go

    	return b
    }
    
    // WithPeriodSeconds sets the PeriodSeconds field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the PeriodSeconds field is set to the value of the last call.
    func (b *ProbeApplyConfiguration) WithPeriodSeconds(value int32) *ProbeApplyConfiguration {
    	b.PeriodSeconds = &value
    	return b
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 17:31:23 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/proxy-override.yaml.injected

              initialDelaySeconds: 10
              periodSeconds: 2
              timeoutSeconds: 3
            name: istio-proxy
            ports:
            - containerPort: 15090
              name: http-envoy-prom
              protocol: TCP
            readinessProbe:
              failureThreshold: 4
              httpGet:
                path: /healthz/ready
                port: 15021
              periodSeconds: 15
              timeoutSeconds: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  9. cluster/addons/calico-policy-controller/typha-deployment.yaml

              httpGet:
                path: /liveness
                port: 9098
                host: localhost
              periodSeconds: 30
              initialDelaySeconds: 30
            readinessProbe:
              httpGet:
                path: /readiness
                port: 9098
                host: localhost
              periodSeconds: 10
          volumes:
          - name: etc-calico
            hostPath:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 28 02:29:44 UTC 2021
    - 2K bytes
    - Viewed (0)
  10. pkg/apis/autoscaling/v2/defaults.go

    			{
    				Type:          autoscalingv2.PodsScalingPolicy,
    				Value:         scaleUpLimitMinimumPods,
    				PeriodSeconds: scaleUpPeriod,
    			},
    			{
    				Type:          autoscalingv2.PercentScalingPolicy,
    				Value:         scaleUpLimitPercent,
    				PeriodSeconds: scaleUpPeriod,
    			},
    		},
    	}
    	scaleDownPeriod int32 = 15
    	// Currently we can set the downscaleStabilizationWindow from the command line
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 15 06:03:59 UTC 2022
    - 4.6K bytes
    - Viewed (0)
Back to top