Skip to content

Commit

Permalink
ratelimitpolicy v1beta3: manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <eastizle@redhat.com>
  • Loading branch information
eguzki committed Sep 25, 2024
1 parent 7ee869d commit 916338e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ metadata:
}
},
{
"apiVersion": "kuadrant.io/v1beta2",
"apiVersion": "kuadrant.io/v1beta3",
"kind": "RateLimitPolicy",
"metadata": {
"name": "toystore"
Expand Down Expand Up @@ -106,7 +106,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2024-09-17T13:54:51Z"
createdAt: "2024-09-25T16:13:16Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/kuadrant-operator
Expand Down Expand Up @@ -140,7 +140,7 @@ spec:
displayName: RateLimitPolicy
kind: RateLimitPolicy
name: ratelimitpolicies.kuadrant.io
version: v1beta2
version: v1beta3
- description: TLSPolicy provides tls for gateway listeners by managing the lifecycle
of tls certificates
displayName: TLSPolicy
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/kuadrant.io_ratelimitpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta2
name: v1beta3
schema:
openAPIV3Schema:
description: RateLimitPolicy enables rate limiting for service workloads in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
displayName: RateLimitPolicy
kind: RateLimitPolicy
name: ratelimitpolicies.kuadrant.io
version: v1beta2
version: v1beta3
- description: DNSHealthCheckProbe enables performing health checks against a DNS endpoint (A or CNAME record)
displayName: DNSHealthCheckProbe
kind: DNSHealthCheckProbe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: kuadrant.io/v1beta2
apiVersion: kuadrant.io/v1beta3
kind: RateLimitPolicy
metadata:
name: toystore
Expand Down
2 changes: 1 addition & 1 deletion config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resources:
- kuadrant_v1beta1_kuadrant.yaml
- kuadrant_v1beta2_authpolicy.yaml
- kuadrant_v1beta2_ratelimitpolicy.yaml
- kuadrant_v1beta3_ratelimitpolicy.yaml
- kuadrant_v1alpha1_dnspolicy.yaml
- kuadrant_v1alpha1_tlspolicy.yaml
#+kubebuilder:scaffold:manifestskustomizesamples

0 comments on commit 916338e

Please sign in to comment.