mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
Update NoTimestamp exceptions for qualified names
This commit is contained in:
@@ -153,13 +153,13 @@ linters:
|
||||
|
||||
|
||||
# notimestamp: Legacy 'Timestamp' fields retained for backward compatibility
|
||||
- text: 'notimestamp: naming convention "notimestamp": field ExpirationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field TokenRequestStatus.ExpirationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/authentication/v1/types.go"
|
||||
- text: 'notimestamp: naming convention "notimestamp": field (Timestamps|FirstTimestamp|LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field (PodLogOptions.Timestamps|Event.FirstTimestamp|Event.LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/core/v1/types.go"
|
||||
- text: 'notimestamp: naming convention "notimestamp": field Deprecated(FirstTimestamp|LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field Event.Deprecated(FirstTimestamp|LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/events/(v1|v1beta1)/types.go"
|
||||
- text: 'notimestamp: naming convention "notimestamp": field AllocationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field AllocationResult.AllocationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/resource/(v1|v1beta1|v1beta2)/types.go"
|
||||
|
||||
# Pre-existing issues from the conflictmarkers linter
|
||||
|
||||
@@ -164,13 +164,13 @@ linters:
|
||||
|
||||
|
||||
# notimestamp: Legacy 'Timestamp' fields retained for backward compatibility
|
||||
- text: 'notimestamp: naming convention "notimestamp": field ExpirationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field TokenRequestStatus.ExpirationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/authentication/v1/types.go"
|
||||
- text: 'notimestamp: naming convention "notimestamp": field (Timestamps|FirstTimestamp|LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field (PodLogOptions.Timestamps|Event.FirstTimestamp|Event.LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/core/v1/types.go"
|
||||
- text: 'notimestamp: naming convention "notimestamp": field Deprecated(FirstTimestamp|LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field Event.Deprecated(FirstTimestamp|LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/events/(v1|v1beta1)/types.go"
|
||||
- text: 'notimestamp: naming convention "notimestamp": field AllocationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field AllocationResult.AllocationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/resource/(v1|v1beta1|v1beta2)/types.go"
|
||||
|
||||
# Pre-existing issues from the conflictmarkers linter
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
|
||||
|
||||
# notimestamp: Legacy 'Timestamp' fields retained for backward compatibility
|
||||
- text: 'notimestamp: naming convention "notimestamp": field ExpirationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field TokenRequestStatus.ExpirationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/authentication/v1/types.go"
|
||||
- text: 'notimestamp: naming convention "notimestamp": field (Timestamps|FirstTimestamp|LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field (PodLogOptions.Timestamps|Event.FirstTimestamp|Event.LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/core/v1/types.go"
|
||||
- text: 'notimestamp: naming convention "notimestamp": field Deprecated(FirstTimestamp|LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field Event.Deprecated(FirstTimestamp|LastTimestamp): prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/events/(v1|v1beta1)/types.go"
|
||||
- text: 'notimestamp: naming convention "notimestamp": field AllocationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
- text: 'notimestamp: naming convention "notimestamp": field AllocationResult.AllocationTimestamp: prefer use of the term ''time'' over ''timestamp'''
|
||||
path: "staging/src/k8s.io/api/resource/(v1|v1beta1|v1beta2)/types.go"
|
||||
|
||||
# Pre-existing issues from the conflictmarkers linter
|
||||
|
||||
Reference in New Issue
Block a user