Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for probs (0.09 sec)

  1. pkg/proxy/ipvs/proxier_test.go

    			t.Errorf("Failed to find -j MASQUERADE in %s chain", kubePostroutingChain)
    		}
    		if hasMasqRandomFully != testcase {
    			probs := map[bool]string{false: "found", true: "did not find"}
    			t.Errorf("%s --random-fully in -j MASQUERADE rule in %s chain for HasRandomFully()=%v", probs[testcase], kubePostroutingChain, testcase)
    		}
    	}
    }
    
    func TestExternalIPsNoEndpoint(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    e){var n=e[i];delete e[i],t[i].watch&&!U(n,this[i])&&t[i].watch.call(this,this[i],n)}},Ki.prototype._initProps=function(t){var e;for(e in t=t||nn(this.$options,this.$name))H(t[e])||(this.$props[e]=t[e]);var i=[this.$options.computed,this.$options.methods];for(e in this.$props)e in t&&sn(i,e)&&(this[e]=this.$props[e])},Ki.prototype._initEvents=function(){var i=this,t=this.$options.events;t&&t.forEach(function(t){if(u(t,"handler"))on(i,t);else for(var e in t)on(i,t[e],e)})},Ki.prototype._unbindEven...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "livenessProbe": {
              "$ref": "#/definitions/io.k8s.api.core.v1.Probe",
              "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"
            },
            "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    privileged securityContext privileged: false # The number of successive failed probes before indicating readiness failure. readinessFailureThre: 4 # The initial delay for readiness probes in seconds. readinessInitialDela: 0 # The period between readiness probes. readinessPeriodSecon: 15 # Enables or disables a startup probe. # For optimal startup times, changing this should be tied to the readiness probe values. # # If the probe is enabled, it is recommended to have delay=0s,period=15s,failureThreshold=4....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. pkg/config/validation/validation_test.go

    			}}},
    			valid: false,
    		},
    		{
    			name: "probe missing method",
    			in: &networking.WorkloadGroup{
    				Template: &networking.WorkloadEntry{},
    				Probe:    &networking.ReadinessProbe{},
    			},
    			valid: false,
    		},
    		{
    			name: "probe nil",
    			in: &networking.WorkloadGroup{
    				Template: &networking.WorkloadEntry{},
    				Probe: &networking.ReadinessProbe{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    func handleProbeSync(kl *Kubelet, update proberesults.Update, handler SyncHandler, probe, status string) {
    	// We should not use the pod from manager, because it is never updated after initialization.
    	pod, ok := kl.podManager.GetPodByUID(update.PodUID)
    	if !ok {
    		// If the pod no longer exists, ignore the update.
    		klog.V(4).InfoS("SyncLoop (probe): ignore irrelevant update", "probe", probe, "status", status, "update", update)
    		return
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (1)
  7. pkg/config/validation/validation.go

    			}
    		}
    
    		return nil, validateReadinessProbe(wg.Probe)
    	})
    
    func validateReadinessProbe(probe *networking.ReadinessProbe) (errs error) {
    	if probe == nil {
    		return nil
    	}
    	if probe.PeriodSeconds < 0 {
    		errs = appendErrors(errs, fmt.Errorf("periodSeconds must be non-negative"))
    	}
    	if probe.InitialDelaySeconds < 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  8. pkg/apis/core/zz_generated.deepcopy.go

    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe.
    func (in *Probe) DeepCopy() *Probe {
    	if in == nil {
    		return nil
    	}
    	out := new(Probe)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe.
    func (in *Probe) DeepCopy() *Probe {
    	if in == nil {
    		return nil
    	}
    	out := new(Probe)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    	}
    	return objectTypePtr(result)
    }
    
    func objectType(props map[string]schema.Structural) schema.Structural {
    	return schema.Structural{
    		Generic: schema.Generic{
    			Type: "object",
    		},
    		Properties: props,
    	}
    }
    
    func objectTypePtr(props map[string]schema.Structural) *schema.Structural {
    	o := objectType(props)
    	return &o
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
Back to top