diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9bfeada5e5..405e0c2f68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -200,7 +200,7 @@ repo to quickly set up a local dev environment. The script `gcp-setup.sh` annotates your `default` namespace in the GKE cluster with a [project-id](https://cloud.google.com/config-connector/docs/how-to/organizing-resources/project-scoped-resources#annotate_namespace_configuration) -annotation equals to your default GCP project id in gcloud. This enables Config +annotation equal to your default GCP project id in gcloud. This enables Config Connector to create GCP resources in that default GCP project. We can validate by creating an Artifact Registry resource through Config Connector. diff --git a/apis/dataflow/v1beta1/flextemplatejob_types.go b/apis/dataflow/v1beta1/flextemplatejob_types.go index 9f0888b251..2b60bc06d3 100644 --- a/apis/dataflow/v1beta1/flextemplatejob_types.go +++ b/apis/dataflow/v1beta1/flextemplatejob_types.go @@ -256,7 +256,7 @@ type DataflowFlexTemplateJobObservedState struct { // Flexible resource scheduling jobs are started with some delay after job // creation, so start_time is unset before start and is updated when the // job is started by the Cloud Dataflow service. For other jobs, start_time - // always equals to create_time and is immutable and set by the Cloud Dataflow + // always equals create_time and is immutable and set by the Cloud Dataflow // service. StartTime *string `json:"startTime,omitempty"` diff --git a/apis/dataflow/v1beta1/types.generated.go b/apis/dataflow/v1beta1/types.generated.go index da6447910c..32436dda3b 100644 --- a/apis/dataflow/v1beta1/types.generated.go +++ b/apis/dataflow/v1beta1/types.generated.go @@ -584,7 +584,7 @@ type Job struct { // Flexible resource scheduling jobs are started with some delay after job // creation, so start_time is unset before start and is updated when the // job is started by the Cloud Dataflow service. For other jobs, start_time - // always equals to create_time and is immutable and set by the Cloud Dataflow + // always equals create_time and is immutable and set by the Cloud Dataflow // service. StartTime *string `json:"startTime,omitempty"` diff --git a/crds/container_v1beta1_containercluster.yaml b/crds/container_v1beta1_containercluster.yaml index ff28cd3dd1..e20a620437 100644 --- a/crds/container_v1beta1_containercluster.yaml +++ b/crds/container_v1beta1_containercluster.yaml @@ -1716,7 +1716,7 @@ spec: field will not be blocked. properties: enabled: - description: When enabled, services with exterenal ips specified + description: When enabled, services with external ips specified will be allowed. type: boolean required: diff --git a/crds/dialogflowcx_v1alpha1_dialogflowcxflow.yaml b/crds/dialogflowcx_v1alpha1_dialogflowcxflow.yaml index d4dd0e4db1..44b36c307b 100644 --- a/crds/dialogflowcx_v1alpha1_dialogflowcxflow.yaml +++ b/crds/dialogflowcx_v1alpha1_dialogflowcxflow.yaml @@ -316,7 +316,7 @@ spec: They are responsible for matching the user's first utterances in the flow. They are inherited by every page's [transition routes][Page.transition_routes] and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. - TransitionRoutes are evalauted in the following order: + TransitionRoutes are evaluated in the following order: TransitionRoutes with intent specified. TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow. diff --git a/crds/dialogflowcx_v1alpha1_dialogflowcxpage.yaml b/crds/dialogflowcx_v1alpha1_dialogflowcxpage.yaml index 7008fff422..0ad67fcc28 100644 --- a/crds/dialogflowcx_v1alpha1_dialogflowcxpage.yaml +++ b/crds/dialogflowcx_v1alpha1_dialogflowcxpage.yaml @@ -861,7 +861,7 @@ spec: transitionRoutes: description: |- A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. - When we are in a certain page, the TransitionRoutes are evalauted in the following order: + When we are in a certain page, the TransitionRoutes are evaluated in the following order: TransitionRoutes defined in the page with intent specified. TransitionRoutes defined in the transition route groups with intent specified. TransitionRoutes defined in flow with intent specified. diff --git a/crds/eventarc_v1beta1_eventarctrigger.yaml b/crds/eventarc_v1beta1_eventarctrigger.yaml index 5a6225436d..92609f9378 100644 --- a/crds/eventarc_v1beta1_eventarctrigger.yaml +++ b/crds/eventarc_v1beta1_eventarctrigger.yaml @@ -246,7 +246,7 @@ spec: description: An HTTP endpoint destination described by an URI. properties: uri: - description: 'Required. The URI of the HTTP enpdoint. The + description: 'Required. The URI of the HTTP endpoint. The value must be a RFC2396 URI string. Examples: `http://10.10.10.8:80/route`, `http://svc.us-central1.p.local:8080/`. Only HTTP and HTTPS protocols are supported. The host can be either a static diff --git a/crds/networkservices_v1beta1_networkservicestlsroute.yaml b/crds/networkservices_v1beta1_networkservicestlsroute.yaml index d0e00bc8b1..3e1b24c3f2 100644 --- a/crds/networkservices_v1beta1_networkservicestlsroute.yaml +++ b/crds/networkservices_v1beta1_networkservicestlsroute.yaml @@ -220,7 +220,7 @@ spec: type: object weight: description: 'Optional. Specifies the proportion of - requests forwareded to the backend referenced by + requests forwarded to the backend referenced by the service_name field. This is computed as: weight/Sum(weights in destinations) Weights in all destinations does not need to sum up to 100.' diff --git a/crds/osconfig_v1beta1_osconfigguestpolicy.yaml b/crds/osconfig_v1beta1_osconfigguestpolicy.yaml index 1cfcd5e26d..a4b985cf0d 100644 --- a/crds/osconfig_v1beta1_osconfigguestpolicy.yaml +++ b/crds/osconfig_v1beta1_osconfigguestpolicy.yaml @@ -165,7 +165,7 @@ spec: type: string osVersion: description: Targets VM instances with OS Inventory enabled - and having the following following OS version. + and having the following OS version. type: string type: object type: array diff --git a/dev/tools/controllerbuilder/pkg/codegen/typegenerator.go b/dev/tools/controllerbuilder/pkg/codegen/typegenerator.go index 2df7d042ef..bb7cbdb021 100644 --- a/dev/tools/controllerbuilder/pkg/codegen/typegenerator.go +++ b/dev/tools/controllerbuilder/pkg/codegen/typegenerator.go @@ -358,7 +358,7 @@ func findDependenciesForMessage(message protoreflect.MessageDescriptor) ([]proto msgs := make(map[string]protoreflect.MessageDescriptor) for i := 0; i < message.Fields().Len(); i++ { field := message.Fields().Get(i) - FindDependenciesForField(field, msgs, nil) // TODO: explicity set ignored fields when generating Go types + FindDependenciesForField(field, msgs, nil) // TODO: explicitly set ignored fields when generating Go types } RemoveNotMappedToGoStruct(msgs) diff --git a/docs/develop-resources/deep-dives/1-add-mockgcp-tests.md b/docs/develop-resources/deep-dives/1-add-mockgcp-tests.md index 2f4e9fb663..576c554ea4 100644 --- a/docs/develop-resources/deep-dives/1-add-mockgcp-tests.md +++ b/docs/develop-resources/deep-dives/1-add-mockgcp-tests.md @@ -27,7 +27,7 @@ MockGCP test is required for the direct resource development. Create a directory for your resource [pkg/test/resourcefixture/testdata/basic](pkg/test/resourcefixture/testdata/basic), following the naming convention as other directories. The bottommost directory name is the test suite name. You can create as many directory as your test needs. Just to add the `create.yaml`, `update.yaml` and `dependencies.yaml` (if applicable) to each bottommost directory. -These three files are all Kubernetes config files, excep that `create.yaml` and `update.yaml` only holds the your Config Connector CR object, and the `dependencies.yaml` holds all the dependent objects. +These three files are all Kubernetes config files, except that `create.yaml` and `update.yaml` only holds the your Config Connector CR object, and the `dependencies.yaml` holds all the dependent objects. ## 1.2 Write the MockGCP server diff --git a/docs/develop-resources/scenarios/migrate-tf-resource-beta.md b/docs/develop-resources/scenarios/migrate-tf-resource-beta.md index efe91cebd2..328cb24f9c 100644 --- a/docs/develop-resources/scenarios/migrate-tf-resource-beta.md +++ b/docs/develop-resources/scenarios/migrate-tf-resource-beta.md @@ -55,7 +55,7 @@ The PR adds the direct mapper. You can do this together with the previous step o Follow [deep-dives Step 4](../deep-dives/4-add-controller.md). -* Use the `KCC_USE_DIRECT_RECONCILERS` flag [exampe](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/0bbac86ace6ab2f4051b574f026d5fe47fa05b75/dev/tasks/run-e2e#L27). +* Use the `KCC_USE_DIRECT_RECONCILERS` flag [example](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/0bbac86ace6ab2f4051b574f026d5fe47fa05b75/dev/tasks/run-e2e#L27). *Tips* The `KCC_USE_DIRECT_RECONCILERS` will override the `tf2crd` and `dcl2crd` label to force using the direct controller, but it will not affect the releases which will still use the Terraform/DCL based controllers until the Direct controller is fully ready. This allows developing the API and controller in different Config Connector releases without code freeze. diff --git a/experiments/compositions/Design Notes/Controller Runtime and Dynamic Controllers.md b/experiments/compositions/Design Notes/Controller Runtime and Dynamic Controllers.md index e5a273f061..f0bda0ef45 100644 --- a/experiments/compositions/Design Notes/Controller Runtime and Dynamic Controllers.md +++ b/experiments/compositions/Design Notes/Controller Runtime and Dynamic Controllers.md @@ -48,7 +48,7 @@ We would need to build an intrerface on top of the manager that supports checkin controller-runtime's Manager interface provides no way to `Stop` or `Remove` a runnable. In fact it does not even track the runnables for a given group. During `Add()` a go routine is created and thats it. A shared cancellable context is used across multiple reconcilers. ## Impact for Allotrope -- With naive controller-runtime library we end up starting multiple reconcilers for the same Input GVK everytime the Composition object changes. +- With naive controller-runtime library we end up starting multiple reconcilers for the same Input GVK every time the Composition object changes. - Without stop support we cannot stop the Input GVK controller when a Composition object is deleted. diff --git a/experiments/compositions/composition/expanders/getter/main.go b/experiments/compositions/composition/expanders/getter/main.go index 001c6cbbcb..eeb07d284a 100644 --- a/experiments/compositions/composition/expanders/getter/main.go +++ b/experiments/compositions/composition/expanders/getter/main.go @@ -190,7 +190,7 @@ func (g *Getter) GetValues() map[string]interface{} { // ------------- GRPC Server implementation ---------------- -// server is used to implement exander.Evaluator +// server is used to implement expander.Evaluator type grpcServer struct { pb.UnimplementedExpanderServer dynamicClient dynamic.Interface diff --git a/experiments/compositions/composition/expanders/jinja2/main.go b/experiments/compositions/composition/expanders/jinja2/main.go index d4486ba398..f5e7d9c605 100644 --- a/experiments/compositions/composition/expanders/jinja2/main.go +++ b/experiments/compositions/composition/expanders/jinja2/main.go @@ -34,7 +34,7 @@ var ( port = flag.Int("port", 8443, "The server port") ) -// server is used to implement exander.Evaluator +// server is used to implement expander.Evaluator type server struct { pb.UnimplementedExpanderServer } diff --git a/experiments/compositions/expanders/cel-expander/main.go b/experiments/compositions/expanders/cel-expander/main.go index cadee9620d..e36947c63e 100644 --- a/experiments/compositions/expanders/cel-expander/main.go +++ b/experiments/compositions/expanders/cel-expander/main.go @@ -192,7 +192,7 @@ func (e *Expander) Evaluate(result *pb.EvaluateResult) (*pb.EvaluateResult, erro // ------------- GRPC Server implementation ---------------- -// server is used to implement exander.Evaluator +// server is used to implement expander.Evaluator type server struct { pb.UnimplementedExpanderServer } diff --git a/experiments/compositions/expanders/helm-expander/main.go b/experiments/compositions/expanders/helm-expander/main.go index 84521b6187..46b8ab7351 100644 --- a/experiments/compositions/expanders/helm-expander/main.go +++ b/experiments/compositions/expanders/helm-expander/main.go @@ -283,7 +283,7 @@ func (e *Expander) Evaluate(result *pb.EvaluateResult) (*pb.EvaluateResult, erro // ------------- GRPC Server implementation ---------------- -// server is used to implement exander.Evaluator +// server is used to implement expander.Evaluator type server struct { pb.UnimplementedExpanderServer } diff --git a/mockgcp/mockspanner/admin/instance.go b/mockgcp/mockspanner/admin/instance.go index b0467f05c8..cda1379f49 100644 --- a/mockgcp/mockspanner/admin/instance.go +++ b/mockgcp/mockspanner/admin/instance.go @@ -99,7 +99,7 @@ func (s *SpannerInstanceV1) CreateInstance(ctx context.Context, req *pb.CreateIn func (s *SpannerInstanceV1) populateDefaultsForSpannerInstance(update, obj *pb.Instance) { // At most one of either node_count or processing_units should be present. // https://cloud.google.com/spanner/docs/compute-capacity - // 1 nodeCount equals to 1000 processingUnits + // 1 nodeCount equals 1000 processingUnits if 1000*update.NodeCount > update.ProcessingUnits { obj.ProcessingUnits = 1000 * update.NodeCount obj.NodeCount = update.NodeCount diff --git a/pkg/cli/outputsink/sink_test.go b/pkg/cli/outputsink/sink_test.go index 233302211c..f75e412c3f 100644 --- a/pkg/cli/outputsink/sink_test.go +++ b/pkg/cli/outputsink/sink_test.go @@ -321,7 +321,7 @@ func testParentPathIsFileShouldError(t *testing.T, resourceFormat outputsink.Res output := filepath.Join(f.Name(), "my-file") sink, err := outputsink.New(tfprovider.NewOrLogFatal(tfprovider.UnitTestConfig()), output, resourceFormat) if err == nil { - t.Fatalf("exepcted an error, instead got 'nil'") + t.Fatalf("expected an error, instead got 'nil'") } expectedMessage := fmt.Sprintf("cannot use output parameter '%v': parent path '%v' exists, but is not a directory", output, f.Name()) diff --git a/pkg/controller/direct/directbase/operations.go b/pkg/controller/direct/directbase/operations.go index a921b640ca..d93a5803ec 100644 --- a/pkg/controller/direct/directbase/operations.go +++ b/pkg/controller/direct/directbase/operations.go @@ -35,7 +35,7 @@ type operationBase struct { object *unstructured.Unstructured - // HasSetReadyCondition tracks whether the controller explcitly set the ready condition + // HasSetReadyCondition tracks whether the controller explicitly set the ready condition HasSetReadyCondition bool // RequeueRequested tracks whether we need a re-reconciliation diff --git a/pkg/controller/direct/monitoring/changedetection.go b/pkg/controller/direct/monitoring/changedetection.go index 9cc330e3b1..ba0e297c7b 100644 --- a/pkg/controller/direct/monitoring/changedetection.go +++ b/pkg/controller/direct/monitoring/changedetection.go @@ -27,10 +27,10 @@ import ( // objectWithEtag holds the fields that are relevant to an etag-based change detection. type objectWithEtag struct { - Status objectWithEtagtatus `json:"status"` + Status objectWithEtagStatus `json:"status"` } -type objectWithEtagtatus struct { +type objectWithEtagStatus struct { Conditions []v1alpha1.Condition `json:"conditions,omitempty"` // Used if status.observedState.etag is not set diff --git a/pkg/controller/dynamic/dynamic_controller_integration_test.go b/pkg/controller/dynamic/dynamic_controller_integration_test.go index 07e6b34998..bde9850272 100644 --- a/pkg/controller/dynamic/dynamic_controller_integration_test.go +++ b/pkg/controller/dynamic/dynamic_controller_integration_test.go @@ -454,7 +454,7 @@ func testUpdate(ctx context.Context, t *testing.T, testContext testrunner.TestCo t.Fatalf("GCP resource has a nil spec even though it was created using a resource with a non-nil spec") } changedSpecFields := getChangedFields(initialUnstruct.Object, reconciledUnstruct.Object, "spec") - removeSensitiveFeilds(reconciledUnstruct, changedSpecFields) // remove sensitive fields which are reacted by the GCP API + removeSensitiveFields(reconciledUnstruct, changedSpecFields) // remove sensitive fields which are reacted by the GCP API assertObjectContains(t, gcpUnstruct.Object["spec"].(map[string]interface{}), changedSpecFields) } @@ -890,7 +890,7 @@ func containsResourceIDTestVar(t *testing.T, u *unstructured.Unstructured) bool return strings.Contains(string(b), resourceIDTestVar) } -func removeSensitiveFeilds(unstruct *unstructured.Unstructured, changedSpecFields map[string]interface{}) { +func removeSensitiveFields(unstruct *unstructured.Unstructured, changedSpecFields map[string]interface{}) { switch unstruct.GetKind() { case "BigQueryDataTransferConfig": // remove these fields which are reacted by the GCP API when reading. diff --git a/pkg/resourceoverrides/utils.go b/pkg/resourceoverrides/utils.go index 146bb9c349..0b296609c5 100644 --- a/pkg/resourceoverrides/utils.go +++ b/pkg/resourceoverrides/utils.go @@ -133,7 +133,7 @@ func PreserveMutuallyExclusiveNonReferenceField(crd *apiextensions.CustomResourc } // TODO(b/223688758): Handle multiple oneOf rules. if oneOfRule != nil { - return fmt.Errorf("can't handle multiple pairs of required mutually exclustive fields under %s for field %s and %s in CRD %s", parentPath, referenceFieldName, referenceFieldName, crd.Name) + return fmt.Errorf("can't handle multiple pairs of required mutually exclusive fields under %s for field %s and %s in CRD %s", parentPath, referenceFieldName, referenceFieldName, crd.Name) } oneOfRule = []*apiextensions.JSONSchemaProps{ @@ -164,7 +164,7 @@ func PreserveMutuallyExclusiveNonReferenceField(crd *apiextensions.CustomResourc } // TODO(b/223688758): Handle multiple not rules. if notRule != nil { - return fmt.Errorf("can't handling multiple pairs of optional mutually exclustive fields for %s in %s", referenceFieldName, crd.Name) + return fmt.Errorf("can't handling multiple pairs of optional mutually exclusive fields for %s in %s", referenceFieldName, crd.Name) } notRule = &apiextensions.JSONSchemaProps{ diff --git a/pkg/resourceskeleton/resourceskeleton.go b/pkg/resourceskeleton/resourceskeleton.go index 0b24ac791f..8164f00689 100644 --- a/pkg/resourceskeleton/resourceskeleton.go +++ b/pkg/resourceskeleton/resourceskeleton.go @@ -215,7 +215,7 @@ type iamCustomRoleID struct { func parseIAMCustomRoleID(id string) (*iamCustomRoleID, error) { partitions := strings.Split(id, "/") if len(partitions) != 4 { - return nil, fmt.Errorf("expected 4 partitions split by '/' for for '%v'", id) + return nil, fmt.Errorf("expected 4 partitions split by '/' for '%v'", id) } value := iamCustomRoleID{ parentID: partitions[1], diff --git a/pkg/test/controller/k8s.go b/pkg/test/controller/k8s.go index f4e84ecb82..0f7cf1e6a2 100644 --- a/pkg/test/controller/k8s.go +++ b/pkg/test/controller/k8s.go @@ -197,7 +197,7 @@ func CollectEvents(t *testing.T, config *rest.Config, namespace string, expected listOptions := metav1.ListOptions{} watcher, err := clientSet.CoreV1().Events(namespace).Watch(context.Background(), listOptions) if err != nil { - t.Fatalf("errror creating event watch: %v", err) + t.Fatalf("error creating event watch: %v", err) } defer watcher.Stop() results := make([]v1.Event, 0) diff --git a/pkg/test/resourcefixture/contexts/dataflow_context.go b/pkg/test/resourcefixture/contexts/dataflow_context.go index 1161a40ff0..1dccc2e590 100644 --- a/pkg/test/resourcefixture/contexts/dataflow_context.go +++ b/pkg/test/resourcefixture/contexts/dataflow_context.go @@ -33,14 +33,14 @@ func init() { resourceContextMap["streamingdataflowjobupdateparameters"] = ResourceContext{ ResourceKind: "DataflowJob", - // The streamingdataflowjob has been flakey, which seems to be attributed + // The streamingdataflowjob has been flaky, which seems to be attributed // to the dataflow jobs themselves. see b/166669646 SkipUpdate: true, } resourceContextMap["streamingdataflowjobupdatetemplate"] = ResourceContext{ ResourceKind: "DataflowJob", - // The streamingdataflowjob has been flakey, which seems to be attributed + // The streamingdataflowjob has been flaky, which seems to be attributed // to the dataflow jobs themselves. see b/166669646 SkipUpdate: true, } diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy-direct/create.yaml index aa2d113da9..88273f92df 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy-direct/create.yaml @@ -26,7 +26,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy-direct/update.yaml index 67c236630f..2b8d7ad1bd 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy-direct/update.yaml @@ -26,7 +26,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy/create.yaml index 7ab44520fc..911ffff1eb 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy/create.yaml @@ -24,7 +24,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy/update.yaml index 64eff8338f..b7f7cb701b 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-activationpolicy/update.yaml @@ -24,7 +24,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig-direct/create.yaml index 067f49c31b..0e84059508 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig-direct/create.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a sqlServerAuditConfig: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig-direct/update.yaml index b0351b575c..4731681272 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig-direct/update.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a sqlServerAuditConfig: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig/create.yaml index 1979a42281..106a143510 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig/create.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a sqlServerAuditConfig: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig/update.yaml index b09925ec8a..afe2d43f71 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-auditconfig/update.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a sqlServerAuditConfig: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks-direct/create.yaml index 36773579ef..bc8344cae1 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks-direct/create.yaml @@ -30,7 +30,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks-direct/update.yaml index 3182d23ffe..643372b414 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks-direct/update.yaml @@ -33,7 +33,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks/create.yaml index a2acdbff68..6abce19e51 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks/create.yaml @@ -28,7 +28,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks/update.yaml index b879c8de5d..3e72356b84 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-authorizednetworks/update.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog-direct/create.yaml index b2577fa981..f7c2bf8032 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog-direct/create.yaml @@ -35,7 +35,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog-direct/update.yaml index 6b0d900d99..24983f9eca 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog-direct/update.yaml @@ -37,7 +37,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog/create.yaml index 9568cd92f7..65ef8be627 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog/create.yaml @@ -33,7 +33,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog/update.yaml index fc684bfe45..2670751c00 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-binarylog/update.yaml @@ -35,7 +35,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr-direct/create.yaml index 076d02f774..146a963844 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr-direct/create.yaml @@ -35,7 +35,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr-direct/update.yaml index b2e7fe3107..1c2fcb0c96 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr-direct/update.yaml @@ -37,7 +37,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr/create.yaml index 0ab76eb26f..5ef0f29692 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr/create.yaml @@ -33,7 +33,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr/update.yaml index 33d5fcc1eb..46384e37b9 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-backupconfiguration-pitr/update.yaml @@ -35,7 +35,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-clone-minimal-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-clone-minimal-direct/create.yaml index 5965600497..583ae73e28 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-clone-minimal-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-clone-minimal-direct/create.yaml @@ -37,7 +37,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-clone-minimal-direct/dependencies.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-clone-minimal-direct/dependencies.yaml index 58f03eba56..0bb99083d8 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-clone-minimal-direct/dependencies.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-clone-minimal-direct/dependencies.yaml @@ -34,7 +34,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement-direct/create.yaml index f4c00d2734..024fd9f87e 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement-direct/create.yaml @@ -26,7 +26,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement-direct/update.yaml index 87ffef7a21..496c0284ba 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement-direct/update.yaml @@ -26,7 +26,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement/create.yaml index cde09e604d..ab85644c45 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement/create.yaml @@ -24,7 +24,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement/update.yaml index 1a9bc54b3a..3d7ec0a6e7 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-connectorenforcement/update.yaml @@ -24,7 +24,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags-direct/create.yaml index 105edb292f..871cbed56f 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags-direct/create.yaml @@ -28,7 +28,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags-direct/update.yaml index 7daf23678c..5584619236 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags-direct/update.yaml @@ -30,7 +30,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags/create.yaml index fdfd006b56..477e96b02f 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags/create.yaml @@ -26,7 +26,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags/update.yaml index 68a47f5504..50059be5a7 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-databaseflags/update.yaml @@ -28,7 +28,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig-direct/create.yaml index 99b04768ee..4256db3636 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig-direct/create.yaml @@ -32,7 +32,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig-direct/update.yaml index cb09aaaf6d..da1fa91817 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig-direct/update.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a # ENTERPRISE_PLUS edition requires using preset (non-custom) tiers. diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig/create.yaml index ced8caf5a1..14863a6a35 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig/create.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a # ENTERPRISE_PLUS edition requires using preset (non-custom) tiers. diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig/update.yaml index 5d09b01614..9a55587d48 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig/update.yaml @@ -27,7 +27,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a # ENTERPRISE_PLUS edition requires using preset (non-custom) tiers. diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection-direct/create.yaml index 6132d5ef1c..ab76666497 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection-direct/create.yaml @@ -26,7 +26,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection-direct/update.yaml index caf10ad097..f98da0a80d 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection-direct/update.yaml @@ -26,7 +26,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection/create.yaml index 99d5d1310a..5af3378a92 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection/create.yaml @@ -24,7 +24,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection/update.yaml index 8117e8afbe..ba253c4c57 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-deletionprotection/update.yaml @@ -24,7 +24,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod-direct/create.yaml index 0819457ac5..201a6898b0 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod-direct/create.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod-direct/update.yaml index 6b4ea02837..2c90fc6827 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod-direct/update.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod/create.yaml index 83d8822bc6..5c7cd0d0f4 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod/create.yaml @@ -27,7 +27,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod/update.yaml index 8dcf274a99..2be0196047 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-denymaintenanceperiod/update.yaml @@ -27,7 +27,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig-direct/create.yaml index 1434d81665..5b01f8aa29 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig-direct/create.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig-direct/update.yaml index 9632448436..998608cbde 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig-direct/update.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig/create.yaml index cb45108427..01e39d8ce2 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig/create.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig/update.yaml index be926cfc32..fa2abcffcf 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-insightsconfig/update.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow-direct/create.yaml index 352438f5cd..919c50ae30 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow-direct/create.yaml @@ -25,7 +25,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a maintenanceWindow: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow-direct/update.yaml index e3aea84028..a216a0f115 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow-direct/update.yaml @@ -25,7 +25,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a maintenanceWindow: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow/create.yaml index a403ad604a..2c3e2f2d9f 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow/create.yaml @@ -23,7 +23,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a maintenanceWindow: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow/update.yaml index 5efb6122be..b23dcfbbaf 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-maintenancewindow/update.yaml @@ -23,7 +23,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a maintenanceWindow: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading-direct/create.yaml index 6262258d7e..0f32be1b7d 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading-direct/create.yaml @@ -34,7 +34,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-6-16384 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading-direct/update.yaml index 9a5e6ba754..45e0e6a83f 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading-direct/update.yaml @@ -34,7 +34,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-6-16384 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading/create.yaml index 7171aeab30..41f7434971 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading/create.yaml @@ -32,7 +32,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-6-16384 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading/update.yaml index 991cd352a3..958dcaca9b 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-multithreading/update.yaml @@ -32,7 +32,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-6-16384 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-direct/create.yaml index 8710845c39..43e1669734 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-direct/create.yaml @@ -30,7 +30,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-b tier: db-n1-standard-1 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-direct/update.yaml index 7c78fc6ef8..e41c34adeb 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-direct/update.yaml @@ -30,7 +30,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-b tier: db-n1-standard-1 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal-direct/create.yaml index cdc31023c9..05c7d7c1f1 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal-direct/create.yaml @@ -25,7 +25,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal-direct/update.yaml index e404f02cef..18a1cced85 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal-direct/update.yaml @@ -25,7 +25,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-2-7680 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal/create.yaml index 67b51cfaee..d69611d1d2 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal/create.yaml @@ -23,7 +23,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal/update.yaml index 67317b82af..0dad8827e8 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-mysql-minimal/update.yaml @@ -23,7 +23,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-2-7680 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy-direct/create.yaml index c8f8058dbe..33e9de2ffd 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy-direct/create.yaml @@ -25,7 +25,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a passwordValidationPolicy: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy-direct/update.yaml index 7a3ead3bcd..49a6a452d2 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy-direct/update.yaml @@ -25,7 +25,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a passwordValidationPolicy: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy/create.yaml index c512033d7e..c17ced039c 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy/create.yaml @@ -23,7 +23,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a passwordValidationPolicy: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy/update.yaml index 80d87d3c90..855570c132 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-passwordvalidationpolicy/update.yaml @@ -23,7 +23,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a passwordValidationPolicy: diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-direct/create.yaml index 5ab7c4e5b2..011d316195 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-direct/create.yaml @@ -57,7 +57,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-b tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-direct/update.yaml index 8aa5087619..75b5427e3b 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-direct/update.yaml @@ -57,7 +57,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-b tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal-direct/create.yaml index 20b825766f..cec6784416 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal-direct/create.yaml @@ -25,7 +25,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal-direct/update.yaml index 6e55fd0603..f9ebd875e6 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal-direct/update.yaml @@ -25,7 +25,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-2-7680 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal/create.yaml index 40d72d022d..e13c15dd61 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal/create.yaml @@ -23,7 +23,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal/update.yaml index 6f25c6006c..aa93418ca3 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-postgres-minimal/update.yaml @@ -23,7 +23,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-2-7680 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-direct/create.yaml index 03a2b39950..70cda5a903 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-direct/create.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-direct/update.yaml index 59533140d5..045bfd47a1 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-direct/update.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref-direct/create.yaml index eb01eb6f41..4e7d330469 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref-direct/create.yaml @@ -32,7 +32,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref-direct/update.yaml index 4ef71cd2dd..1871adbb81 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref-direct/update.yaml @@ -32,7 +32,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref/create.yaml index e431df71a8..5f205a6da8 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref/create.yaml @@ -30,7 +30,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref/update.yaml index 763f99e87e..0e65daebcf 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork-legacyref/update.yaml @@ -30,7 +30,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork/create.yaml index 93beb55031..5daba59302 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork/create.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork/update.yaml index 1f39820f10..911b7e96a4 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-privatenetwork/update.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica-direct/create.yaml index a639404064..5f7f240318 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica-direct/create.yaml @@ -30,7 +30,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-b tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica-direct/dependencies.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica-direct/dependencies.yaml index 3b930c3437..8294b165d7 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica-direct/dependencies.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica-direct/dependencies.yaml @@ -28,7 +28,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica/create.yaml index 9b8d830d04..2c9f07b02b 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica/create.yaml @@ -28,7 +28,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-b tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica/dependencies.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica/dependencies.yaml index 15ad97710a..89d1b061eb 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica/dependencies.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-replica/dependencies.yaml @@ -26,7 +26,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-direct/create.yaml index 27ca064a8b..caf787a6e5 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-direct/create.yaml @@ -32,7 +32,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal-direct/create.yaml index a8fb56e1b7..18ce2a63ec 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal-direct/create.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal-direct/update.yaml index 3032f20c22..c4071cd17b 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal-direct/update.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-2-7680 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal/create.yaml index ed2a850688..3d29046b45 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal/create.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal/update.yaml index 3b93a1d45a..0e1b08814a 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver-minimal/update.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-2-7680 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver/create.yaml index f9824e300c..5b5f44424d 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-sqlserver/create.yaml @@ -30,7 +30,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl-direct/create.yaml index ba67d74592..5ad0f2da80 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl-direct/create.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl-direct/update.yaml index 7cd6eab600..76990da555 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl-direct/update.yaml @@ -31,7 +31,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl/create.yaml index 9f66ee9303..14c5643c9d 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl/create.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl/update.yaml index 4da1ed6547..8c8d47eef6 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-ssl/update.yaml @@ -29,7 +29,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage-direct/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage-direct/create.yaml index ec2fb65514..4e803865a6 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage-direct/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage-direct/create.yaml @@ -28,7 +28,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage-direct/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage-direct/update.yaml index 1dd49eb608..50fa5d0268 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage-direct/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage-direct/update.yaml @@ -30,7 +30,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage/create.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage/create.yaml index f6231e1631..08a261bc87 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage/create.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage/create.yaml @@ -26,7 +26,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840 diff --git a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage/update.yaml b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage/update.yaml index 55512d83b2..b54cd8a0df 100644 --- a/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage/update.yaml +++ b/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-storage/update.yaml @@ -28,7 +28,7 @@ spec: # Location preference is not actually a required field. However, setting it for tests # helps with with normalizing the GCP responses, because otherwise GCP chooses a zone # preference based on availability. Therefore it could potentially vary if not - # explicity specified. + # explicitly specified. locationPreference: zone: us-central1-a tier: db-custom-1-3840