Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
628e6304
Commit
628e6304
authored
Oct 20, 2016
by
Michail Kargakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove lastProbeTime from rc/rs conditions
parent
66a0aa64
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
12 deletions
+0
-12
types.go
pkg/api/types.go
+0
-3
types.go
pkg/api/v1/types.go
+0
-3
types.go
pkg/apis/extensions/types.go
+0
-3
types.go
pkg/apis/extensions/v1beta1/types.go
+0
-3
No files found.
pkg/api/types.go
View file @
628e6304
...
...
@@ -2041,9 +2041,6 @@ type ReplicationControllerCondition struct {
Type
ReplicationControllerConditionType
`json:"type"`
// Status of the condition, one of True, False, Unknown.
Status
ConditionStatus
`json:"status"`
// Last time we probed the condition.
// +optional
LastProbeTime
unversioned
.
Time
`json:"lastProbeTime,omitempty"`
// The last time the condition transitioned from one status to another.
// +optional
LastTransitionTime
unversioned
.
Time
`json:"lastTransitionTime,omitempty"`
...
...
pkg/api/v1/types.go
View file @
628e6304
...
...
@@ -2350,9 +2350,6 @@ type ReplicationControllerCondition struct {
Type
ReplicationControllerConditionType
`json:"type"`
// Status of the condition, one of True, False, Unknown.
Status
ConditionStatus
`json:"status"`
// Last time we probed the condition.
// +optional
LastProbeTime
unversioned
.
Time
`json:"lastProbeTime,omitempty"`
// The last time the condition transitioned from one status to another.
// +optional
LastTransitionTime
unversioned
.
Time
`json:"lastTransitionTime,omitempty"`
...
...
pkg/apis/extensions/types.go
View file @
628e6304
...
...
@@ -739,9 +739,6 @@ type ReplicaSetCondition struct {
Type
ReplicaSetConditionType
`json:"type"`
// Status of the condition, one of True, False, Unknown.
Status
api
.
ConditionStatus
`json:"status"`
// Last time we probed the condition.
// +optional
LastProbeTime
unversioned
.
Time
`json:"lastProbeTime,omitempty"`
// The last time the condition transitioned from one status to another.
// +optional
LastTransitionTime
unversioned
.
Time
`json:"lastTransitionTime,omitempty"`
...
...
pkg/apis/extensions/v1beta1/types.go
View file @
628e6304
...
...
@@ -1035,9 +1035,6 @@ type ReplicaSetCondition struct {
Type
ReplicaSetConditionType
`json:"type"`
// Status of the condition, one of True, False, Unknown.
Status
v1
.
ConditionStatus
`json:"status"`
// Last time we probed the condition.
// +optional
LastProbeTime
unversioned
.
Time
`json:"lastProbeTime,omitempty"`
// The last time the condition transitioned from one status to another.
// +optional
LastTransitionTime
unversioned
.
Time
`json:"lastTransitionTime,omitempty"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment