Skip to content

Commit 417ec97

Browse files
committed
Minor change based on comments
1 parent f9bd32e commit 417ec97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/fma/v1alpha1/inferenceserverconfig_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type InferenceServerConfigSpec struct {
2626
// +kubebuilder:validation:Required
2727
ModelServerConfig ModelServerConfig `json:"modelServerConfig"`
2828

29-
// LauncherConfigName is a reference name to the LauncherConfig that this InferenceServerConfig belongs to
29+
// LauncherConfigName is the name of the LauncherConfig that this InferenceServerConfig belongs to
3030
// +kubebuilder:validation:Required
3131
LauncherConfigName string `json:"launcherConfigName"`
3232
}
@@ -48,7 +48,7 @@ type ModelServerConfig struct {
4848
type InferenceServerConfigStatus struct {
4949
// `observedGeneration` is the `metadata.generation` last seen by the controller.
5050
// +optional
51-
ObservedGeneration int32 `json:"observedGeneration,omitempty"`
51+
ObservedGeneration int64 `json:"observedGeneration,omitempty"`
5252

5353
// `errors` reports problems seen in the desired state of this object;
5454
// in particular, in the version reported by `observedGeneration`.

0 commit comments

Comments
 (0)