PodSpec support in environment builder (#1369)
This commit is contained in:
committed by
Ta-Ching Chen
parent
3b6749dce9
commit
e1a64dd0c1
@@ -490,6 +490,9 @@ type (
|
||||
// - ImagePullPolicy
|
||||
// - ReadinessProbe
|
||||
Container *apiv1.Container `json:"container,omitempty"`
|
||||
|
||||
// PodSpec will store the spec of the pod that will be applied to the pod created for the builder
|
||||
PodSpec *apiv1.PodSpec `json:"podspec,omitempty"`
|
||||
}
|
||||
|
||||
// EnvironmentSpec contains with builder, runtime and some other related environment settings.
|
||||
|
||||
Reference in New Issue
Block a user