We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec65d19 commit 5d3919fCopy full SHA for 5d3919f
src/components/ExampleScroller/index.tsx
@@ -22,7 +22,7 @@ const getTopByIndex = (m: number[], index: 1 | 2 | 3 | 4): number => {
22
return scale[index] ?? 0;
23
};
24
25
-const configExample = `import base.pkg.kusion_models.kube.frontend
+const configExample = `import konfig.models.kube.frontend
26
27
server: frontend.Server {
28
image = "nginx"
@@ -42,7 +42,7 @@ const schemaExample = `schema Server:
42
labels?: {str:str}
43
`;
44
45
-const LambdaExample = `import base.pkg.kusion_models.kube.frontend
+const LambdaExample = `import konfig.models.kube.frontend
46
47
genLocalityLabels = lambda cluster: str, app: str -> {str:str} {
48
{
0 commit comments