kubernetes-fluent-client 3.7.0-nightly.1 → 3.8.0-nightly.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -89,7 +89,7 @@ export declare function updateBraceBalance(line: string, braceBalance: number):
89
89
  * @param name The name of the schema.
90
90
  * @param crd The CustomResourceDefinition object.
91
91
  * @param version The version of the CRD.
92
- * @param opts the options for the generation process.
92
+ * @param opts The options for the generation process.
93
93
  * @returns The processed TypeScript lines.
94
94
  */
95
95
  export declare function wrapWithFluentClient(lines: string[], name: string, crd: CustomResourceDefinition, version: string, opts: GenerateOptions): string[];
@@ -187,7 +187,7 @@ export function updateBraceBalance(line, braceBalance) {
187
187
  * @param name The name of the schema.
188
188
  * @param crd The CustomResourceDefinition object.
189
189
  * @param version The version of the CRD.
190
- * @param opts the options for the generation process.
190
+ * @param opts The options for the generation process.
191
191
  * @returns The processed TypeScript lines.
192
192
  */
193
193
  export function wrapWithFluentClient(lines, name, crd, version, opts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubernetes-fluent-client",
3
- "version": "3.7.0-nightly.1",
3
+ "version": "3.8.0-nightly.0",
4
4
  "description": "A @kubernetes/client-node fluent API wrapper that leverages K8s Server Side Apply.",
5
5
  "bin": "./dist/cli.js",
6
6
  "main": "dist/index.js",
@@ -242,7 +242,7 @@ export function updateBraceBalance(line: string, braceBalance: number): number {
242
242
  * @param name The name of the schema.
243
243
  * @param crd The CustomResourceDefinition object.
244
244
  * @param version The version of the CRD.
245
- * @param opts the options for the generation process.
245
+ * @param opts The options for the generation process.
246
246
  * @returns The processed TypeScript lines.
247
247
  */
248
248
  export function wrapWithFluentClient(