From 448cde3e1458c6e5a59c44eed9785ef2d7d861d1 Mon Sep 17 00:00:00 2001 From: Young Bu Park Date: Thu, 15 Feb 2024 15:14:19 -0800 Subject: [PATCH] wip Signed-off-by: Young Bu Park --- .../api/radapp.io/v1alpha3/zz_generated.deepcopy.go | 12 ------------ .../api/v20231001preview/zz_generated_models.go | 2 +- .../v20231001preview/zz_generated_response_types.go | 6 +++--- .../api/ucp.dev/v1alpha1/zz_generated.deepcopy.go | 12 ------------ .../preview/2023-10-01-preview/openapi.json | 2 +- 5 files changed, 5 insertions(+), 29 deletions(-) diff --git a/pkg/controller/api/radapp.io/v1alpha3/zz_generated.deepcopy.go b/pkg/controller/api/radapp.io/v1alpha3/zz_generated.deepcopy.go index 9da58abdb9..df4de15d07 100644 --- a/pkg/controller/api/radapp.io/v1alpha3/zz_generated.deepcopy.go +++ b/pkg/controller/api/radapp.io/v1alpha3/zz_generated.deepcopy.go @@ -3,18 +3,6 @@ /* 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. */ // Code generated by controller-gen. DO NOT EDIT. diff --git a/pkg/corerp/api/v20231001preview/zz_generated_models.go b/pkg/corerp/api/v20231001preview/zz_generated_models.go index 73b3f0a979..ef3834b559 100644 --- a/pkg/corerp/api/v20231001preview/zz_generated_models.go +++ b/pkg/corerp/api/v20231001preview/zz_generated_models.go @@ -563,7 +563,7 @@ type EnvironmentProperties struct { ProvisioningState *ProvisioningState } -// EnvironmentResource - The environment resource +// EnvironmentResource - The environment resource hello type EnvironmentResource struct { // REQUIRED; The geo-location where the resource lives Location *string diff --git a/pkg/corerp/api/v20231001preview/zz_generated_response_types.go b/pkg/corerp/api/v20231001preview/zz_generated_response_types.go index bee4700718..64ad195fc2 100644 --- a/pkg/corerp/api/v20231001preview/zz_generated_response_types.go +++ b/pkg/corerp/api/v20231001preview/zz_generated_response_types.go @@ -73,7 +73,7 @@ type ContainersClientUpdateResponse struct { // EnvironmentsClientCreateOrUpdateResponse contains the response from method EnvironmentsClient.CreateOrUpdate. type EnvironmentsClientCreateOrUpdateResponse struct { - // The environment resource + // The environment resource hello EnvironmentResource } @@ -90,7 +90,7 @@ type EnvironmentsClientGetMetadataResponse struct { // EnvironmentsClientGetResponse contains the response from method EnvironmentsClient.Get. type EnvironmentsClientGetResponse struct { - // The environment resource + // The environment resource hello EnvironmentResource } @@ -102,7 +102,7 @@ type EnvironmentsClientListByScopeResponse struct { // EnvironmentsClientUpdateResponse contains the response from method EnvironmentsClient.Update. type EnvironmentsClientUpdateResponse struct { - // The environment resource + // The environment resource hello EnvironmentResource } diff --git a/pkg/ucp/store/apiserverstore/api/ucp.dev/v1alpha1/zz_generated.deepcopy.go b/pkg/ucp/store/apiserverstore/api/ucp.dev/v1alpha1/zz_generated.deepcopy.go index 3d84dd4201..d94ec712a1 100644 --- a/pkg/ucp/store/apiserverstore/api/ucp.dev/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/ucp/store/apiserverstore/api/ucp.dev/v1alpha1/zz_generated.deepcopy.go @@ -3,18 +3,6 @@ /* 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. */ // Code generated by controller-gen. DO NOT EDIT. diff --git a/swagger/specification/applications/resource-manager/Applications.Core/preview/2023-10-01-preview/openapi.json b/swagger/specification/applications/resource-manager/Applications.Core/preview/2023-10-01-preview/openapi.json index b251b023ec..cc8408b086 100644 --- a/swagger/specification/applications/resource-manager/Applications.Core/preview/2023-10-01-preview/openapi.json +++ b/swagger/specification/applications/resource-manager/Applications.Core/preview/2023-10-01-preview/openapi.json @@ -3522,7 +3522,7 @@ }, "EnvironmentResource": { "type": "object", - "description": "The environment resource", + "description": "The environment resource hello", "properties": { "properties": { "$ref": "#/definitions/EnvironmentProperties",