@@ -176,7 +176,7 @@ type BaseComponentStatefulSet interface {
176176 GetAnnotations () map [string ]string
177177}
178178
179- // This struct is taken from the Probe implementation in https://github.com/kubernetes/api/blob/v0.24.2/core/v1/types.go
179+ // This struct is taken from the Probe specification in https://github.com/kubernetes/api/blob/v0.24.2/core/v1/types.go
180180// +kubebuilder:object:generate=true
181181type BaseComponentProbe struct {
182182 // The action taken to determine the health of a container
@@ -216,7 +216,7 @@ type BaseComponentProbe struct {
216216 TerminationGracePeriodSeconds * int64 `json:"terminationGracePeriodSeconds,omitempty"`
217217}
218218
219- // This struct is taken from the ProbeHandler implementation in https://github.com/kubernetes/api/blob/v0.24.2/core/v1/types.go
219+ // This struct is taken from the ProbeHandler specification in https://github.com/kubernetes/api/blob/v0.24.2/core/v1/types.go
220220// +kubebuilder:object:generate=true
221221type BaseComponentProbeHandler struct {
222222 // Exec specifies the action to take.
@@ -236,7 +236,7 @@ type BaseComponentProbeHandler struct {
236236 GRPC * corev1.GRPCAction `json:"grpc,omitempty"`
237237}
238238
239- // This struct is based upon the HTTPGetAction implementation in https://github.com/kubernetes/api/blob/v0.24.2/core/v1/types.go
239+ // This struct is based upon the HTTPGetAction specification in https://github.com/kubernetes/api/blob/v0.24.2/core/v1/types.go
240240// +kubebuilder:object:generate=true
241241type OptionalHTTPGetAction struct {
242242 // Path to access on the HTTP server.
0 commit comments