mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:48:51 +00:00
Fixed several typos
This commit is contained in:
@@ -87,7 +87,7 @@ type CertificateSigningRequest struct {
|
||||
unversioned.TypeMeta `json:",inline"`
|
||||
api.ObjectMeta `json:"metadata,omitempty"`
|
||||
|
||||
// The certificate request itself and any additonal information.
|
||||
// The certificate request itself and any additional information.
|
||||
Spec CertificateSigningRequestSpec `json:"spec,omitempty"`
|
||||
|
||||
// Derived information about the request.
|
||||
@@ -105,7 +105,7 @@ type CertificateSigningRequestSpec struct {
|
||||
|
||||
// This information is derived from the request by Kubernetes and cannot be
|
||||
// modified by users. All information is optional since it might not be
|
||||
// available in the underlying request. This is intented to aid approval
|
||||
// available in the underlying request. This is intended to aid approval
|
||||
// decisions.
|
||||
type CertificateSigningRequestStatus struct {
|
||||
// Information about the requesting user (if relevant)
|
||||
|
Reference in New Issue
Block a user