Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for mstart (0.17 sec)

  1. pkg/apis/core/validation/validation.go

    	// If we should always restart, containers are allowed to leave the terminated state
    	if restartPolicy == core.RestartPolicyAlways {
    		return allErrs
    	}
    	for i, oldStatus := range oldStatuses {
    		// Skip any container that is not terminated
    		if oldStatus.State.Terminated == nil {
    			continue
    		}
    		// Skip any container that failed but is allowed to restart
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    				COMMIT
    				junk
    				`),
    			error: "bad ruleData (2 tables)",
    		},
    		{
    			name: "bad start line",
    			input: dedent.Dedent(`
    				*filter
    				:KUBE-SERVICES - [0:0]
    				:KUBE-EXTERNAL-SERVICES - [0:0]
    				:KUBE-FORWARD - [0:0]
    				:KUBE-NODEPORTS - [0:0]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
Back to top