Skip to content

[WIP] Introduce QoS Policy#10589

Open
mazdakn wants to merge 19 commits intoprojectcalico:masterfrom
mazdakn:qos-policy-api
Open

[WIP] Introduce QoS Policy#10589
mazdakn wants to merge 19 commits intoprojectcalico:masterfrom
mazdakn:qos-policy-api

Conversation

@mazdakn
Copy link
Member

@mazdakn mazdakn commented Jun 23, 2025

Description

Related issues/PRs

Todos

  • Tests
  • Documentation
  • Release note

Release Note

TBD

Reminder for the reviewer

Make sure that this PR has the correct labels and milestone set.

Every PR needs one docs-* label.

  • docs-pr-required: This change requires a change to the documentation that has not been completed yet.
  • docs-completed: This change has all necessary documentation completed.
  • docs-not-required: This change has no user-facing impact and requires no docs.

Every PR needs one release-note-* label.

  • release-note-required: This PR has user-facing changes. Most PRs should have this label.
  • release-note-not-required: This PR has no user-facing changes.

Other optional labels:

  • cherry-pick-candidate: This PR should be cherry-picked to an earlier release. For bug fixes only.
  • needs-operator-pr: This PR is related to install and requires a corresponding change to the operator.

Copilot AI review requested due to automatic review settings June 23, 2025 21:19
@mazdakn mazdakn requested a review from a team as a code owner June 23, 2025 21:19
@marvin-tigera marvin-tigera added this to the Calico v3.31.0 milestone Jun 23, 2025
@marvin-tigera marvin-tigera added release-note-required Change has user-facing impact (no matter how small) docs-pr-required Change is not yet documented labels Jun 23, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new QoS Policy API as part of the projectcalico v3 API, establishing the data structures needed to manage QoS policies for network traffic. Key changes include the addition of QoSPolicy, QoSPolicySpec, QoSRule, and QoSAction types; definition of list types for QoSPolicy; and a helper function to instantiate a new QoSPolicy.

Comments suppressed due to low confidence (1)

api/pkg/apis/projectcalico/v3/qospolicy.go:65

  • Consider updating the comment for the Egress field to reflect that it is a set of QoS rules (and not gateway policies) and fix the grammatical error ('exit' should be 'exits').
	// The ordered set of Egress Gateway Policies to define how traffic exit a cluster

@mazdakn mazdakn changed the title [WIP] Initial QoS Policy API [WIP] Introduce QoS Policy Jul 3, 2025
@github-actions
Copy link
Contributor

This PR is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale Issues without recent activity label Nov 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-pr-required Change is not yet documented release-note-required Change has user-facing impact (no matter how small) stale Issues without recent activity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants