-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping knative.dev/caching 9446813...7f3928f: > 7f3928f upgrade to latest dependencies (# 787) bumping knative.dev/pkg 8761ceb...05a411a: > 05a411a upgrade to latest dependencies (# 2831) > 76b4202 Add AuthStatus type (# 2829) bumping knative.dev/eventing ceecbb0...37a0e3c: > 37a0e3c Scheduler: fix reserved replicas handling, blocking autoscaler and overcommitted pods (# 7281) > 8447a36 Fix event dispatcher library data race (# 7280) > 8caba4e Fail when ApiServerSource adapter can't retrieve resources (# 7279) > fa19118 [main] Upgrade to latest dependencies (# 7275) bumping knative.dev/serving 0d73dfe...3c15b82: > 3c15b82 upgrade to latest dependencies (# 14415) bumping knative.dev/hack c4a34c3...da6e74c: > da6e74c 🐛 The `go.work.sum` don't influence the dependencies resolution (# 317) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information
1 parent
e7a3d9c
commit 6dd4b7d
Showing
8 changed files
with
99 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/* | ||
Copyright 2022 The Knative Authors | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
|
||
package v1 | ||
|
||
// AuthStatus is meant to provide the generated service account name | ||
// in the resource status. | ||
type AuthStatus struct { | ||
// ServiceAccountName is the name of the generated service account | ||
// used for this components OIDC authentication. | ||
ServiceAccountName *string `json:"serviceAccountName,omitempty"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
vendor/knative.dev/pkg/apis/duck/v1/zz_generated.deepcopy.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters