Skip to content

Commit ed070dd

Browse files
feat: rename packageService to pulsarPackageService
1 parent 6d45977 commit ed070dd

23 files changed

Lines changed: 1585 additions & 1585 deletions

.ci/tests/integration-oauth2/cases/java-download-function-with-package-service/manifests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
issuerUrl: https://auth.sncloud-stg.dev/
4747
keySecretName: sn-platform-oauth2-private-key
4848
keySecretKey: auth.json
49-
packageService:
49+
pulsarpackageService:
5050
pulsarConfig: "test-pulsar-package-service"
5151
tlsConfig:
5252
enabled: false

api/compute/v1alpha1/function_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ type FunctionSpec struct {
9393

9494
// +kubebuilder:validation:Required
9595
Messaging `json:",inline"`
96-
// PackageService is used for package download when specified.
96+
// PulsarPackageService is used for package download when specified.
9797
// If empty, the package download falls back to Messaging.Pulsar.
98-
PackageService *PulsarMessaging `json:"packageService,omitempty"`
98+
PulsarPackageService *PulsarMessaging `json:"pulsarPackageService,omitempty"`
9999

100100
// +kubebuilder:validation:Required
101101
Runtime `json:",inline"`

api/compute/v1alpha1/sink_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ type SinkSpec struct {
8686

8787
// +kubebuilder:validation:Required
8888
Messaging `json:",inline"`
89-
// PackageService is used for package download when specified.
89+
// PulsarPackageService is used for package download when specified.
9090
// If empty, the package download falls back to Messaging.Pulsar.
91-
PackageService *PulsarMessaging `json:"packageService,omitempty"`
91+
PulsarPackageService *PulsarMessaging `json:"pulsarPackageService,omitempty"`
9292
// +kubebuilder:validation:Required
9393
Runtime `json:",inline"`
9494

api/compute/v1alpha1/source_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ type SourceSpec struct {
8282

8383
// +kubebuilder:validation:Required
8484
Messaging `json:",inline"`
85-
// PackageService is used for package download when specified.
85+
// PulsarPackageService is used for package download when specified.
8686
// If empty, the package download falls back to Messaging.Pulsar.
87-
PackageService *PulsarMessaging `json:"packageService,omitempty"`
87+
PulsarPackageService *PulsarMessaging `json:"pulsarPackageService,omitempty"`
8888

8989
// +kubebuilder:validation:Required
9090
Runtime `json:",inline"`

api/compute/v1alpha1/zz_generated.deepcopy.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)