Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] crd gen test #7178

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'radius-project/radius'
env:
GOVER: '^1.21'
GOVER: '1.21.7'
GOPRIVATE: github.com/radius-project
steps:
- name: Checkout radius repository
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install controller-gen
run: |
cd radius
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.9.1
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
# Generate Bicep docs
- name: Generate Bicep docs
run: |
Expand Down
12 changes: 0 additions & 12 deletions boilerplate.go.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
/*
Copyright 2023 The Radius 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 O F ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
12 changes: 0 additions & 12 deletions pkg/controller/api/radapp.io/v1alpha3/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/corerp/api/v20231001preview/zz_generated_models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3522,7 +3522,7 @@
},
"EnvironmentResource": {
"type": "object",
"description": "The environment resource",
"description": "The environment resource hello",
"properties": {
"properties": {
"$ref": "#/definitions/EnvironmentProperties",
Expand Down
14 changes: 1 addition & 13 deletions typespec/Applications.Core/environments.tsp
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
/*
Copyright 2023 The Radius 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.
*/

import "@typespec/rest";
Expand All @@ -38,7 +26,7 @@ using OpenAPI;

namespace Applications.Core;

@doc("The environment resource")
@doc("The environment resource hello")
model EnvironmentResource is TrackedResourceRequired<EnvironmentProperties, "environments">{
@doc("environment name")
@key("environmentName")
Expand Down
Loading