Skip to content

Commit 00666c9

Browse files
kabicinkabicin
authored andcommitted
Update runtimecomponent_types.go
1 parent e7bd397 commit 00666c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/v1beta2/runtimecomponent_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,18 @@ func (p *RuntimeComponentProbes) PatchStartupProbe(ba common.BaseComponent, prob
162162
return probe
163163
}
164164

165+
// GetDefaultLivenessProbe returns default values for liveness probe
165166
func (in *RuntimeComponentProbes) GetDefaultLivenessProbe(ba common.BaseComponent) *common.BaseComponentProbe {
166167
return nil
167168
}
168169

170+
// GetDefaultReadinessProbe returns default values for readiness probe
169171
func (in *RuntimeComponentProbes) GetDefaultReadinessProbe(ba common.BaseComponent) *common.BaseComponentProbe {
170172
return nil
171173

172174
}
173175

176+
// GetDefaultStartupProbe returns default values for startup probe
174177
func (in *RuntimeComponentProbes) GetDefaultStartupProbe(ba common.BaseComponent) *common.BaseComponentProbe {
175178
return nil
176179
}

0 commit comments

Comments
 (0)