Skip to content

Commit 96f8378

Browse files
committed
test
1 parent 3713c48 commit 96f8378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/api/core/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ type ServiceAccountTokenProjection struct {
19531953
// its time to live or if the token is older than 24 hours.Defaults to 1 hour
19541954
// and must be at least 10 minutes.
19551955
// +optional
1956-
ExpirationSeconds *int64 `json:"expirationSeconds,omitempty" protobuf:"varint,2,opt,name=expirationSeconds"`
1956+
ExpirationSeconds *int32 `json:"expirationSeconds,omitempty" protobuf:"varint,2,opt,name=expirationSeconds"`
19571957
// path is the path relative to the mount point of the file to project the
19581958
// token into.
19591959
Path string `json:"path" protobuf:"bytes,3,opt,name=path"`

0 commit comments

Comments
 (0)