Skip to content

Commit

Permalink
apis: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
  • Loading branch information
sttts committed Aug 22, 2024
1 parent 8c86e3b commit 8869a6f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/crds/tenancy.kcp.io_workspacetypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
2 changes: 1 addition & 1 deletion config/root-phase0/apiexport-tenancy.kcp.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |-
Expand Down
2 changes: 1 addition & 1 deletion pkg/openapi/zz_generated.openapi.go

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

2 changes: 1 addition & 1 deletion sdk/apis/tenancy/v1alpha1/types_workspacetype.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 8869a6f

Please sign in to comment.