Skip to content

Commit 24067bf

Browse files
Tim Bannisterk8s-publishing-bot
Tim Bannister
authored andcommitted
Update types to be neutral about container runtime
Replace references to Docker / Docker Engine with more neutral terminology. Kubernetes-commit: b803c8ebe2d05891a82516fc28a8f7ea7e1bcd09
1 parent 9431395 commit 24067bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/v1/types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,8 +3169,7 @@ type PodSpec struct {
31693169
// +optional
31703170
SecurityContext *PodSecurityContext `json:"securityContext,omitempty" protobuf:"bytes,14,opt,name=securityContext"`
31713171
// ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
3172-
// If specified, these secrets will be passed to individual puller implementations for them to use. For example,
3173-
// in the case of docker, only DockerConfig type secrets are honored.
3172+
// If specified, these secrets will be passed to individual puller implementations for them to use.
31743173
// More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
31753174
// +optional
31763175
// +patchMergeKey=name

0 commit comments

Comments
 (0)