Skip to content

Commit 3bd7cdb

Browse files
Fix LauncherConfig shortname from "ist" to "lcfg" (#406)
The old shortname "ist" was a leftover abbreviation from a previous resource name. Change it to "lcfg" as agreed in Slack discussion. Also remove the now-unnecessary typo-checker exception for "ist". Fixes #405 Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fe5deda commit 3bd7cdb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

_typos.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
ded = "ded"
33

44
[default.extend-identifiers]
5-
ist = "ist"
65
nd = "nd"
76

87
[type.drawio_svg]

api/fma/v1alpha1/launcherconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type LauncherConfigStatus struct {
4040
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
4141
// +kubebuilder:object:root=true
4242
// +kubebuilder:subresource:status
43-
// +kubebuilder:resource:shortName=ist
43+
// +kubebuilder:resource:shortName=lcfg
4444

4545
// LauncherConfig is the Schema for the LauncherConfigs API.
4646
// It represents the configuration to manage the nominal server-providing pod definition.

config/crd/fma.llm-d.ai_launcherconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
listKind: LauncherConfigList
1313
plural: launcherconfigs
1414
shortNames:
15-
- ist
15+
- lcfg
1616
singular: launcherconfig
1717
scope: Namespaced
1818
versions:

0 commit comments

Comments
 (0)