Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for pdkill (0.07 sec)

  1. staging/src/k8s.io/api/apps/v1/types.go

    	// to be.
    	// +optional
    	RollingUpdate *RollingUpdateDeployment `json:"rollingUpdate,omitempty" protobuf:"bytes,2,opt,name=rollingUpdate"`
    }
    
    // +enum
    type DeploymentStrategyType string
    
    const (
    	// Kill all existing pods before creating new ones.
    	RecreateDeploymentStrategyType DeploymentStrategyType = "Recreate"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
Back to top