mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-24 02:51:33 +00:00
Remove duplicate link in container/securityContext
Two links were listed to provide more info about security context in the container documentation. One of the links now permanently redirects to the other (301 status code). This change removes the outdated link.
This commit is contained in:
parent
0083786ca9
commit
35fd9e8331
@ -2318,7 +2318,6 @@ type Container struct {
|
|||||||
// +optional
|
// +optional
|
||||||
ImagePullPolicy PullPolicy `json:"imagePullPolicy,omitempty" protobuf:"bytes,14,opt,name=imagePullPolicy,casttype=PullPolicy"`
|
ImagePullPolicy PullPolicy `json:"imagePullPolicy,omitempty" protobuf:"bytes,14,opt,name=imagePullPolicy,casttype=PullPolicy"`
|
||||||
// Security options the pod should run with.
|
// Security options the pod should run with.
|
||||||
// More info: https://kubernetes.io/docs/concepts/policy/security-context/
|
|
||||||
// More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
// More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
||||||
// +optional
|
// +optional
|
||||||
SecurityContext *SecurityContext `json:"securityContext,omitempty" protobuf:"bytes,15,opt,name=securityContext"`
|
SecurityContext *SecurityContext `json:"securityContext,omitempty" protobuf:"bytes,15,opt,name=securityContext"`
|
||||||
|
Loading…
Reference in New Issue
Block a user