Skip to content

Commit

Permalink
Update genref version
Browse files Browse the repository at this point in the history
  • Loading branch information
trasc committed Oct 30, 2023
1 parent 1684bf8 commit 3be8950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ helm: ## Download helm locally if necessary.
GENREF = $(PROJECT_DIR)/bin/genref
.PHONY: genref
genref: ## Download genref locally if necessary.
# TODO: update the package version. "c519be1" - is the master tip on 27-Oct-2023
@GOBIN=$(PROJECT_DIR)/bin $(GO_CMD) install github.com/kubernetes-sigs/reference-docs/genref@c519be1
# TODO: update the package version. "c519be1" - is the master tip on 30-Oct-2023
@GOBIN=$(PROJECT_DIR)/bin $(GO_CMD) install github.com/kubernetes-sigs/reference-docs/genref@23a78f4

MPIROOT = $(shell $(GO_CMD) list -m -f "{{.Dir}}" github.com/kubeflow/mpi-operator)
.PHONY: mpi-operator-crd
Expand Down
6 changes: 3 additions & 3 deletions site/content/en/docs/reference/kueue.v1beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ The default is 15 min.</p>
<a href="#kueue-x-k8s-io-v1beta1-CheckState"><code>CheckState</code></a>
</td>
<td>
<p>status of the condition, one of True, False, Unknown.</p>
<p>state of the admissionCheck, one of Pending, Ready, Retry, Rejected</p>
</td>
</tr>
<tr><td><code>lastTransitionTime</code> <B>[Required]</B><br/>
Expand Down Expand Up @@ -1144,7 +1144,7 @@ enabled.</p>
</td>
</tr>
<tr><td><code>flavors</code> <B>[Required]</B><br/>
<a href="#kueue-x-k8s-io-v1beta1-ResourceFlavorReference"><code>map[k8s.io/api/core/v1.ResourceName]../../apis/kueue/v1beta1.ResourceFlavorReference</code></a>
<a href="#kueue-x-k8s-io-v1beta1-ResourceFlavorReference"><code>map[ResourceName]ResourceFlavorReference</code></a>
</td>
<td>
<p>Flavors are the flavors assigned to the workload for each resource.</p>
Expand Down Expand Up @@ -1263,7 +1263,7 @@ Check autoscaling.x-k8s.io ProvisioningRequestSpec.ProvisioningClassName for det
</td>
</tr>
<tr><td><code>parameters</code><br/>
<a href="#kueue-x-k8s-io-v1beta1-Parameter"><code>map[string]../../apis/kueue/v1beta1.Parameter</code></a>
<a href="#kueue-x-k8s-io-v1beta1-Parameter"><code>map[string]Parameter</code></a>
</td>
<td>
<p>Parameters contains all other parameters classes may require.</p>
Expand Down

0 comments on commit 3be8950

Please sign in to comment.