From 8869a6f0d514dede60f811aafbeb4951391892f0 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Thu, 22 Aug 2024 13:32:42 +0200 Subject: [PATCH] apis: typo Signed-off-by: Dr. Stefan Schimanski --- config/crds/tenancy.kcp.io_workspacetypes.yaml | 2 +- config/root-phase0/apiexport-tenancy.kcp.io.yaml | 2 +- .../apiresourceschema-workspacetypes.tenancy.kcp.io.yaml | 4 ++-- pkg/openapi/zz_generated.openapi.go | 2 +- sdk/apis/tenancy/v1alpha1/types_workspacetype.go | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/crds/tenancy.kcp.io_workspacetypes.yaml b/config/crds/tenancy.kcp.io_workspacetypes.yaml index 3bbd3a04651c..997ab7f36f9d 100644 --- a/config/crds/tenancy.kcp.io_workspacetypes.yaml +++ b/config/crds/tenancy.kcp.io_workspacetypes.yaml @@ -150,7 +150,7 @@ spec: for this initializer will be a colon-delimited string using the workspace in which the WorkspaceType is defined, and the type's name. For example, if a WorkspaceType `example` is created in the `root:org` workspace, the implicit - initializer name is `root:org:Example`. + initializer name is `root:org:example`. type: boolean limitAllowedChildren: description: |- diff --git a/config/root-phase0/apiexport-tenancy.kcp.io.yaml b/config/root-phase0/apiexport-tenancy.kcp.io.yaml index c8abcc10547e..fc31a4e9ec88 100644 --- a/config/root-phase0/apiexport-tenancy.kcp.io.yaml +++ b/config/root-phase0/apiexport-tenancy.kcp.io.yaml @@ -5,8 +5,8 @@ metadata: name: tenancy.kcp.io spec: latestResourceSchemas: - - v240715-7835dfb5a.workspacetypes.tenancy.kcp.io - v240731-370e3c746.workspaces.tenancy.kcp.io + - v240822-12b4ee2f.workspacetypes.tenancy.kcp.io maximalPermissionPolicy: local: {} status: {} diff --git a/config/root-phase0/apiresourceschema-workspacetypes.tenancy.kcp.io.yaml b/config/root-phase0/apiresourceschema-workspacetypes.tenancy.kcp.io.yaml index 1f35d67a18d1..e14daa82be71 100644 --- a/config/root-phase0/apiresourceschema-workspacetypes.tenancy.kcp.io.yaml +++ b/config/root-phase0/apiresourceschema-workspacetypes.tenancy.kcp.io.yaml @@ -2,7 +2,7 @@ apiVersion: apis.kcp.io/v1alpha1 kind: APIResourceSchema metadata: creationTimestamp: null - name: v240715-7835dfb5a.workspacetypes.tenancy.kcp.io + name: v240822-12b4ee2f.workspacetypes.tenancy.kcp.io spec: group: tenancy.kcp.io names: @@ -148,7 +148,7 @@ spec: for this initializer will be a colon-delimited string using the workspace in which the WorkspaceType is defined, and the type's name. For example, if a WorkspaceType `example` is created in the `root:org` workspace, the implicit - initializer name is `root:org:Example`. + initializer name is `root:org:example`. type: boolean limitAllowedChildren: description: |- diff --git a/pkg/openapi/zz_generated.openapi.go b/pkg/openapi/zz_generated.openapi.go index 244b23d3559e..2bc5319f37b1 100644 --- a/pkg/openapi/zz_generated.openapi.go +++ b/pkg/openapi/zz_generated.openapi.go @@ -2775,7 +2775,7 @@ func schema_sdk_apis_tenancy_v1alpha1_WorkspaceTypeSpec(ref common.ReferenceCall Properties: map[string]spec.Schema{ "initializer": { SchemaProps: spec.SchemaProps{ - Description: "initializer determines if this WorkspaceType has an associated initializing controller. These controllers are used to add functionality to a Workspace; all controllers must finish their work before the Workspace becomes ready for use.\n\nOne initializing controller is supported per WorkspaceType; the identifier for this initializer will be a colon-delimited string using the workspace in which the WorkspaceType is defined, and the type's name. For example, if a WorkspaceType `example` is created in the `root:org` workspace, the implicit initializer name is `root:org:Example`.", + Description: "initializer determines if this WorkspaceType has an associated initializing controller. These controllers are used to add functionality to a Workspace; all controllers must finish their work before the Workspace becomes ready for use.\n\nOne initializing controller is supported per WorkspaceType; the identifier for this initializer will be a colon-delimited string using the workspace in which the WorkspaceType is defined, and the type's name. For example, if a WorkspaceType `example` is created in the `root:org` workspace, the implicit initializer name is `root:org:example`.", Type: []string{"boolean"}, Format: "", }, diff --git a/sdk/apis/tenancy/v1alpha1/types_workspacetype.go b/sdk/apis/tenancy/v1alpha1/types_workspacetype.go index 496833effc7b..e5fad626f33c 100644 --- a/sdk/apis/tenancy/v1alpha1/types_workspacetype.go +++ b/sdk/apis/tenancy/v1alpha1/types_workspacetype.go @@ -64,7 +64,7 @@ type WorkspaceTypeSpec struct { // for this initializer will be a colon-delimited string using the workspace in which // the WorkspaceType is defined, and the type's name. For example, if a // WorkspaceType `example` is created in the `root:org` workspace, the implicit - // initializer name is `root:org:Example`. + // initializer name is `root:org:example`. // // +optional Initializer bool `json:"initializer,omitempty"`