Skip to content

Commit

Permalink
add feature shortcode for the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
swermin committed Feb 3, 2025
1 parent 2b8baf3 commit a803653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/content/en/docs/Reference/fleetautoscaler.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,10 @@ type FleetAutoscaleRequest struct {
Namespace string `json:"namespace"`
// The Fleet's status values
Status v1.FleetStatus `json:"status"`
{{% feature publishVersion="1.47.0" %}}
// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
MetaData *metav1.ObjectMeta `json:"metadata,omitempty"`
{{% /feature %}}
}

type FleetAutoscaleResponse struct {
Expand Down

0 comments on commit a803653

Please sign in to comment.