Skip to content

Commit

Permalink
update generated crd
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Feb 9, 2024
1 parent 01db61e commit 70c5969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pepr/operator/crd/generated/package-v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface Allow {
*/
labels?: { [key: string]: string };
/**
* Deprectated: use selector
* Deprecated: use selector
*/
podLabels?: { [key: string]: string };
/**
Expand All @@ -63,7 +63,7 @@ export interface Allow {
*/
remoteNamespace?: string;
/**
* Deprectated: use remoteSelector
* Deprecated: use remoteSelector
*/
remotePodLabels?: { [key: string]: string };
/**
Expand Down Expand Up @@ -118,7 +118,7 @@ export interface Expose {
*/
match?: ExposeMatch[];
/**
* Deprectated: use selector
* Deprecated: use selector
*/
podLabels?: { [key: string]: string };
/**
Expand Down

0 comments on commit 70c5969

Please sign in to comment.