Skip to content

Commit 866e713

Browse files
authored
Merge pull request #940 from adamwg/awg/api-updates
Use core APIs from the Crossplane apis module
2 parents 8fa945b + baf45a5 commit 866e713

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+904
-3402
lines changed

apis/changelogs/proto/v1alpha1/changelog.proto

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
/*
2-
Copyright 2024 The Crossplane Authors.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
http://www.apache.org/licenses/LICENSE-2.0
7-
Unless required by applicable law or agreed to in writing, software
8-
distributed under the License is distributed on an "AS IS" BASIS,
9-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10-
See the License for the specific language governing permissions and
11-
limitations under the License.
2+
Copyright 2024 The Crossplane Authors.
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
Unless required by applicable law or agreed to in writing, software
8+
distributed under the License is distributed on an "AS IS" BASIS,
9+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
See the License for the specific language governing permissions and
11+
limitations under the License.
1212
*/
1313

1414
syntax = "proto3";
1515

16-
import "google/protobuf/struct.proto";
17-
import "google/protobuf/timestamp.proto";
18-
1916
// buf:lint:ignore PACKAGE_DIRECTORY_MATCH
2017
package changelogs.proto.v1alpha1;
2118

19+
import "google/protobuf/struct.proto";
20+
import "google/protobuf/timestamp.proto";
21+
2222
option go_package = "github.com/crossplane/crossplane-runtime/v2/apis/changelogs/proto/v1alpha1";
2323

2424
// ChangeLogService is a service that provides the ability to send change log
2525
// entries.
2626
service ChangeLogService {
2727
// SendChangeLog sends a change log entry to the change log service.
28-
rpc SendChangeLog (SendChangeLogRequest) returns (SendChangeLogResponse) {}
28+
rpc SendChangeLog(SendChangeLogRequest) returns (SendChangeLogResponse) {}
2929
}
3030

3131
// SendChangeLogRequest represents a request to send a single change log entry.
@@ -85,4 +85,4 @@ enum OperationType {
8585
// SendChangeLogResponse is the response returned by the ChangeLogService after
8686
// a change log entry is sent. Currently, this is an empty message as the only
8787
// useful information expected to sent back at this time will be through errors.
88-
message SendChangeLogResponse {}
88+
message SendChangeLogResponse {}

apis/common/condition.go

Lines changed: 0 additions & 314 deletions
This file was deleted.

0 commit comments

Comments
 (0)