File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
4848type 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`.
You can’t perform that action at this time.
0 commit comments