From e682db9cb4c08293b2eb054b7f5936cc64a56dd7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:41:56 -0400 Subject: [PATCH 01/19] spelling: forwarding Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/releasenotes/release-1.119.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasenotes/release-1.119.md b/docs/releasenotes/release-1.119.md index da0b843dc3..e605baaa29 100644 --- a/docs/releasenotes/release-1.119.md +++ b/docs/releasenotes/release-1.119.md @@ -22,7 +22,7 @@ ## New Fields: * `ComputeForwardingRule` - * Added the `spec.target.serviceAttachmentRef` field, allowing a `ComputeForwaringRule` to target a `ComputeServiceAttachment`. + * Added the `spec.target.serviceAttachmentRef` field, allowing a `ComputeForwardingRule` to target a `ComputeServiceAttachment`. * `ContainerCluster` * Added previous output-only spec fields to `status.observedState` From cfcbb12185765894b718a3a3781422a02e252cb7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:44:51 -0400 Subject: [PATCH 02/19] spelling: generate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../pkg/commands/updatetypes/updatetypescommand.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tools/controllerbuilder/pkg/commands/updatetypes/updatetypescommand.go b/dev/tools/controllerbuilder/pkg/commands/updatetypes/updatetypescommand.go index a08bb7ed25..2b819c7b9f 100644 --- a/dev/tools/controllerbuilder/pkg/commands/updatetypes/updatetypescommand.go +++ b/dev/tools/controllerbuilder/pkg/commands/updatetypes/updatetypescommand.go @@ -112,7 +112,7 @@ type generatedGoField struct { type generatedGoStruct struct { name string // fully qualified name of the proto message - content []byte // the content of the genearted Go struct + content []byte // the content of the generated Go struct } func NewTypeUpdater(opts *UpdateTypeOptions) *TypeUpdater { @@ -238,7 +238,7 @@ func (u *TypeUpdater) generate() error { for _, msg := range u.dependentMessages { var buf bytes.Buffer - klog.Infof("genearte Go code for messge %s", msg.FullName()) + klog.Infof("generate Go code for messge %s", msg.FullName()) codegen.WriteMessage(&buf, msg) u.generatedGoStructs = append(u.generatedGoStructs, generatedGoStruct{ From b175ae40e2b486a9c02173e70bf3925694d32921 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:45:04 -0400 Subject: [PATCH 03/19] spelling: generated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- experiments/compositions/Design Notes/Feedback.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/compositions/Design Notes/Feedback.md b/experiments/compositions/Design Notes/Feedback.md index a2b70df078..20cf6c4c91 100644 --- a/experiments/compositions/Design Notes/Feedback.md +++ b/experiments/compositions/Design Notes/Feedback.md @@ -17,5 +17,5 @@ Validations for facade input fields at which level (crd, expander, gatekeeper) Default values for facade input fields (crd, expander, gatekeeper) Troubleshooting - make it easy to detect who needs to act Platform admin or AppTeamOperator - - who breaks glass and what is allowed (can appteam mutate generataed resources ? ) + - who breaks glass and what is allowed (can appteam mutate generated resources ? ) - who carries the pager (admin & appteam OR appteam OR admin) From b0a48230e6807cd4b08c1a6469d7254b7cf00a2c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:31:20 -0400 Subject: [PATCH 04/19] spelling: geo Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- crds/dns_v1beta1_dnsrecordset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crds/dns_v1beta1_dnsrecordset.yaml b/crds/dns_v1beta1_dnsrecordset.yaml index eb8f1513cb..9187343e53 100644 --- a/crds/dns_v1beta1_dnsrecordset.yaml +++ b/crds/dns_v1beta1_dnsrecordset.yaml @@ -110,7 +110,7 @@ spec: type: string routingPolicy: description: The configuration for steering traffic based on query. - You can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) + You can specify either Weighted Round Robin(WRR) type or Geolocation (GEO) type. properties: enableGeoFencing: From 24d5123c957164bab845bb4ed4440bf404fc88f9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:14:59 -0400 Subject: [PATCH 05/19] spelling: github Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.ConfigureResourceReferences.md | 8 ++++---- mockgcp/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.ConfigureResourceReferences.md b/README.ConfigureResourceReferences.md index dc10f7cef7..5ffe74b5e3 100644 --- a/README.ConfigureResourceReferences.md +++ b/README.ConfigureResourceReferences.md @@ -62,7 +62,7 @@ Once it's determined, note down the field name and the referenced GCP resource n Before you can identify what the resource is based on, you must convert the Google Cloud resource name or Terraform type name into a -Config Connector kind name. Create a Github question in this repo for help +Config Connector kind name. Create a GitHub question in this repo for help if you still can't find the Config Connector kind name after following these steps: 1. If you know the TF type name, you can do project-scoped search in your local @@ -80,7 +80,7 @@ if you still can't find the Config Connector kind name after following these ste [KCC reference doc](https://cloud.google.com/config-connector/docs/reference/overview). 1. If you can't find a KCC kind with the steps above, it's possible that the - referenced resource is not supported in KCC. Create a Github question in this repo + referenced resource is not supported in KCC. Create a GitHub question in this repo to clarify. If you've determined that the KCC kind is not supported in KCC, skip ahead to [Configure reference resource in the service mappings](#configure-reference-in-the-service-mappings). @@ -119,10 +119,10 @@ You can find a `Type` field for each argument, and two most common types are 1. If the field is not required, mark it as an ignored field following [this example](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/b746248cd5a9b30669380513de8fdc6b4c43018d/config/servicemappings/cloudbuild.yaml#L204). - 1. If the field is required, create a Github question in this repo for + 1. If the field is required, create a GitHub question in this repo for further discussion. -1. If the field isn't a string or a list, create a Github question in this repo +1. If the field isn't a string or a list, create a GitHub question in this repo for further discussion. ## Configure reference resource in the service mappings diff --git a/mockgcp/README.md b/mockgcp/README.md index 61343a2ef5..84ad4ba916 100644 --- a/mockgcp/README.md +++ b/mockgcp/README.md @@ -28,7 +28,7 @@ Broadly the steps are: 1. Add the proto to the Makefile and run `make gen-proto` (or just `make`). - All google services are located in [googleapis Github repo](https://github.com/googleapis/googleapis/tree/master/google), + All google services are located in [googleapis GitHub repo](https://github.com/googleapis/googleapis/tree/master/google), refer to your resource's API documentation to identify the service name, for example [privateca](https://cloud.google.com/certificate-authority-service/docs/reference/rest#service:-privateca.googleapis.com). Once you identify the service, find the proper path to the proto files, for example: `cloud/security/privateca/v1/*.proto`. Then replace the prefix `googleapis/google/` to `./third_party/googleapis/mockgcp/`, From df48744364624f239a6b70e7ccbdf47854b6f684 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:12:34 -0400 Subject: [PATCH 06/19] spelling: greater Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ...etworkservices_v1alpha1_networkservicesedgecacheservice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crds/networkservices_v1alpha1_networkservicesedgecacheservice.yaml b/crds/networkservices_v1alpha1_networkservicesedgecacheservice.yaml index 6efa91e49a..2b16a187ad 100644 --- a/crds/networkservices_v1alpha1_networkservicesedgecacheservice.yaml +++ b/crds/networkservices_v1alpha1_networkservicesedgecacheservice.yaml @@ -610,7 +610,7 @@ spec: Defaults to 86400s (1 day). - Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTtl seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. + Cache directives that attempt to set a max-age or s-maxage greater than this, or an Expires header more than maxTtl seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. - The TTL must be >= 0 and <= 31,536,000 seconds (1 year) - Setting a TTL of "0" means "always revalidate" From 6093beb895a70c45f6ab7b31a8ee63f1299db72c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:45:44 -0400 Subject: [PATCH 07/19] spelling: group Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- dev/tools/controllerbuilder/scaffold/apis.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tools/controllerbuilder/scaffold/apis.go b/dev/tools/controllerbuilder/scaffold/apis.go index 5db0d97dd4..a049c3460e 100644 --- a/dev/tools/controllerbuilder/scaffold/apis.go +++ b/dev/tools/controllerbuilder/scaffold/apis.go @@ -145,7 +145,7 @@ func (a *APIScaffolder) AddGroupVersionFile() error { Version: a.Version, PackageProtoTag: a.PackageProtoTag, } - return scaffoldGropuVersionFile(docFilePath, cArgs) + return scaffoldGroupVersionFile(docFilePath, cArgs) } func (a *APIScaffolder) DocFileNotExist() bool { @@ -183,7 +183,7 @@ func scaffoldDocFile(path string, cArgs *apis.APIArgs) error { return nil } -func scaffoldGropuVersionFile(path string, cArgs *apis.APIArgs) error { +func scaffoldGroupVersionFile(path string, cArgs *apis.APIArgs) error { tmpl, err := template.New("groupversioninfo.go").Parse(apis.GroupVersionInfoTemplate) if err != nil { return fmt.Errorf("parse groupversion_info.go template: %w", err) From 6bb7b62ccd8cfac40e9b38e92bdf29deb3136ad1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:46:52 -0400 Subject: [PATCH 08/19] spelling: hierarchical Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pkg/k8s/managedfields.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/k8s/managedfields.go b/pkg/k8s/managedfields.go index 28c2875404..ad03a7da66 100644 --- a/pkg/k8s/managedfields.go +++ b/pkg/k8s/managedfields.go @@ -178,7 +178,7 @@ func OverlayManagedFieldsOntoState(spec, stateAsKRM map[string]interface{}, mana // resource supports hierarchical references. We do this because // overlayManagedFieldsOntoState() strips out the hierarchical reference if // it was defaulted by the KCC webhook/controller. This is because the - // resource's managedFields metadata doesn't include the hierarchcial + // resource's managedFields metadata doesn't include the hierarchical // reference if it was defaulted by KCC rather than explicitly set by the // user. Since we know that a resource's hierarchical reference is part of // the desired state even if it's not in the managedFields metadata, let's From 7a8e43d098b39328ef75584bee022d1d8995684e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:46:26 -0400 Subject: [PATCH 09/19] spelling: hierarchy Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- mockgcp/mockgkehub/gkehubfeature.go | 2 +- pkg/controller/direct/gkehub/acmconversion.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mockgcp/mockgkehub/gkehubfeature.go b/mockgcp/mockgkehub/gkehubfeature.go index 4664a1059b..1aa4d97c29 100644 --- a/mockgcp/mockgkehub/gkehubfeature.go +++ b/mockgcp/mockgkehub/gkehubfeature.go @@ -67,7 +67,7 @@ func (s *GKEHubFeature) CreateFeature(ctx context.Context, req *pb.CreateFeature acmSpec := spec.GetConfigmanagement() if acmSpec != nil { if acmSpec.GetConfigSync() == nil && acmSpec.GetHierarchyController() == nil && acmSpec.GetPolicyController() == nil { - return nil, fmt.Errorf("none of configsync or hierachycontroller or policycontroller is specified under configmanagement for memebership %s", id) + return nil, fmt.Errorf("none of configsync or hierarchycontroller or policycontroller is specified under configmanagement for memebership %s", id) } } } diff --git a/pkg/controller/direct/gkehub/acmconversion.go b/pkg/controller/direct/gkehub/acmconversion.go index 3d851b1823..2d07a3ae44 100644 --- a/pkg/controller/direct/gkehub/acmconversion.go +++ b/pkg/controller/direct/gkehub/acmconversion.go @@ -35,7 +35,7 @@ func convertKRMtoAPI_ConfigManagement(r *krm.FeaturemembershipConfigmanagement) apiObj.ConfigSync = val } if r.HierarchyController != nil { - apiObj.HierarchyController = convertKRMtoAPI_HierachyController(r.HierarchyController) + apiObj.HierarchyController = convertKRMtoAPI_HierarchyController(r.HierarchyController) } if r.PolicyController != nil { val, err := convertKRMtoAPI_ConfigManagementPolicyController(r.PolicyController) @@ -92,7 +92,7 @@ func convertKRMtoAPI_Monitoring(r *krm.FeaturemembershipMonitoring) *featureapi. return &apiObj } -func convertKRMtoAPI_HierachyController(r *krm.FeaturemembershipHierarchyController) *featureapi.ConfigManagementHierarchyControllerConfig { +func convertKRMtoAPI_HierarchyController(r *krm.FeaturemembershipHierarchyController) *featureapi.ConfigManagementHierarchyControllerConfig { apiObj := featureapi.ConfigManagementHierarchyControllerConfig{} if r.EnableHierarchicalResourceQuota != nil { apiObj.EnableHierarchicalResourceQuota = *r.EnableHierarchicalResourceQuota From acb85e62b2da98d13fd54f1c4d79b66bf16f0e0e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:12:53 -0400 Subject: [PATCH 10/19] spelling: id Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ...on_osconfigguestpolicies.osconfig.cnrm.cloud.google.com.yaml | 2 +- crds/osconfig_v1beta1_osconfigguestpolicy.yaml | 2 +- install-bundles/install-bundle-autopilot-gcp-identity/crds.yaml | 2 +- install-bundles/install-bundle-autopilot-namespaced/crds.yaml | 2 +- .../install-bundle-autopilot-workload-identity/crds.yaml | 2 +- install-bundles/install-bundle-gcp-identity/crds.yaml | 2 +- install-bundles/install-bundle-namespaced/crds.yaml | 2 +- install-bundles/install-bundle-workload-identity/crds.yaml | 2 +- .../packages/configconnector/1.123.1/crds.yaml | 2 +- .../packages/configconnector/1.124.0/crds.yaml | 2 +- .../packages/configconnector/1.125.0/crds.yaml | 2 +- operator/channels/packages/configconnector/1.123.1/crds.yaml | 2 +- operator/channels/packages/configconnector/1.124.0/crds.yaml | 2 +- operator/channels/packages/configconnector/1.125.0/crds.yaml | 2 +- .../apis/osconfig/v1beta1/osconfigguestpolicy_types.go | 2 +- .../generated/resource-docs/osconfig/osconfigguestpolicy.md | 2 +- .../services/osconfig/resource_os_config_guest_policies.go | 2 +- .../website/docs/r/os_config_guest_policies.html.markdown | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_osconfigguestpolicies.osconfig.cnrm.cloud.google.com.yaml b/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_osconfigguestpolicies.osconfig.cnrm.cloud.google.com.yaml index c50ed18865..86a02747b9 100644 --- a/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_osconfigguestpolicies.osconfig.cnrm.cloud.google.com.yaml +++ b/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_osconfigguestpolicies.osconfig.cnrm.cloud.google.com.yaml @@ -360,7 +360,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/crds/osconfig_v1beta1_osconfigguestpolicy.yaml b/crds/osconfig_v1beta1_osconfigguestpolicy.yaml index 1cfcd5e26d..d563d5af9b 100644 --- a/crds/osconfig_v1beta1_osconfigguestpolicy.yaml +++ b/crds/osconfig_v1beta1_osconfigguestpolicy.yaml @@ -373,7 +373,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/install-bundles/install-bundle-autopilot-gcp-identity/crds.yaml b/install-bundles/install-bundle-autopilot-gcp-identity/crds.yaml index 33ed979158..c9811fe825 100644 --- a/install-bundles/install-bundle-autopilot-gcp-identity/crds.yaml +++ b/install-bundles/install-bundle-autopilot-gcp-identity/crds.yaml @@ -109947,7 +109947,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/install-bundles/install-bundle-autopilot-namespaced/crds.yaml b/install-bundles/install-bundle-autopilot-namespaced/crds.yaml index 33ed979158..c9811fe825 100644 --- a/install-bundles/install-bundle-autopilot-namespaced/crds.yaml +++ b/install-bundles/install-bundle-autopilot-namespaced/crds.yaml @@ -109947,7 +109947,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/install-bundles/install-bundle-autopilot-workload-identity/crds.yaml b/install-bundles/install-bundle-autopilot-workload-identity/crds.yaml index 33ed979158..c9811fe825 100644 --- a/install-bundles/install-bundle-autopilot-workload-identity/crds.yaml +++ b/install-bundles/install-bundle-autopilot-workload-identity/crds.yaml @@ -109947,7 +109947,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/install-bundles/install-bundle-gcp-identity/crds.yaml b/install-bundles/install-bundle-gcp-identity/crds.yaml index 33ed979158..c9811fe825 100644 --- a/install-bundles/install-bundle-gcp-identity/crds.yaml +++ b/install-bundles/install-bundle-gcp-identity/crds.yaml @@ -109947,7 +109947,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/install-bundles/install-bundle-namespaced/crds.yaml b/install-bundles/install-bundle-namespaced/crds.yaml index 33ed979158..c9811fe825 100644 --- a/install-bundles/install-bundle-namespaced/crds.yaml +++ b/install-bundles/install-bundle-namespaced/crds.yaml @@ -109947,7 +109947,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/install-bundles/install-bundle-workload-identity/crds.yaml b/install-bundles/install-bundle-workload-identity/crds.yaml index 33ed979158..c9811fe825 100644 --- a/install-bundles/install-bundle-workload-identity/crds.yaml +++ b/install-bundles/install-bundle-workload-identity/crds.yaml @@ -109947,7 +109947,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/operator/autopilot-channels/packages/configconnector/1.123.1/crds.yaml b/operator/autopilot-channels/packages/configconnector/1.123.1/crds.yaml index fadc9a3100..dd4c783e42 100644 --- a/operator/autopilot-channels/packages/configconnector/1.123.1/crds.yaml +++ b/operator/autopilot-channels/packages/configconnector/1.123.1/crds.yaml @@ -107727,7 +107727,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/operator/autopilot-channels/packages/configconnector/1.124.0/crds.yaml b/operator/autopilot-channels/packages/configconnector/1.124.0/crds.yaml index 170475e374..1497185ae9 100644 --- a/operator/autopilot-channels/packages/configconnector/1.124.0/crds.yaml +++ b/operator/autopilot-channels/packages/configconnector/1.124.0/crds.yaml @@ -108099,7 +108099,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/operator/autopilot-channels/packages/configconnector/1.125.0/crds.yaml b/operator/autopilot-channels/packages/configconnector/1.125.0/crds.yaml index 33ed979158..c9811fe825 100644 --- a/operator/autopilot-channels/packages/configconnector/1.125.0/crds.yaml +++ b/operator/autopilot-channels/packages/configconnector/1.125.0/crds.yaml @@ -109947,7 +109947,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/operator/channels/packages/configconnector/1.123.1/crds.yaml b/operator/channels/packages/configconnector/1.123.1/crds.yaml index fadc9a3100..dd4c783e42 100644 --- a/operator/channels/packages/configconnector/1.123.1/crds.yaml +++ b/operator/channels/packages/configconnector/1.123.1/crds.yaml @@ -107727,7 +107727,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/operator/channels/packages/configconnector/1.124.0/crds.yaml b/operator/channels/packages/configconnector/1.124.0/crds.yaml index 170475e374..1497185ae9 100644 --- a/operator/channels/packages/configconnector/1.124.0/crds.yaml +++ b/operator/channels/packages/configconnector/1.124.0/crds.yaml @@ -108099,7 +108099,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/operator/channels/packages/configconnector/1.125.0/crds.yaml b/operator/channels/packages/configconnector/1.125.0/crds.yaml index 33ed979158..c9811fe825 100644 --- a/operator/channels/packages/configconnector/1.125.0/crds.yaml +++ b/operator/channels/packages/configconnector/1.125.0/crds.yaml @@ -109947,7 +109947,7 @@ spec: type: string type: object id: - description: Required. Id of the artifact, which the installation + description: Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. type: string diff --git a/pkg/clients/generated/apis/osconfig/v1beta1/osconfigguestpolicy_types.go b/pkg/clients/generated/apis/osconfig/v1beta1/osconfigguestpolicy_types.go index 7145f1b32f..c645dbe401 100644 --- a/pkg/clients/generated/apis/osconfig/v1beta1/osconfigguestpolicy_types.go +++ b/pkg/clients/generated/apis/osconfig/v1beta1/osconfigguestpolicy_types.go @@ -78,7 +78,7 @@ type GuestpolicyArtifacts struct { // +optional Gcs *GuestpolicyGcs `json:"gcs,omitempty"` - /* Required. Id of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. */ + /* Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id. */ // +optional Id *string `json:"id,omitempty"` diff --git a/scripts/generate-google3-docs/resource-reference/generated/resource-docs/osconfig/osconfigguestpolicy.md b/scripts/generate-google3-docs/resource-reference/generated/resource-docs/osconfig/osconfigguestpolicy.md index 6db9daa342..0918528d0b 100644 --- a/scripts/generate-google3-docs/resource-reference/generated/resource-docs/osconfig/osconfigguestpolicy.md +++ b/scripts/generate-google3-docs/resource-reference/generated/resource-docs/osconfig/osconfigguestpolicy.md @@ -821,7 +821,7 @@ Allowed value: The Google Cloud resource name of a `StorageBucket` resource (for
string
{% verbatim %}Required. Id of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id.{% endverbatim %}
+{% verbatim %}Required. ID of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id.{% endverbatim %}