Skip to content

Commit 992a5ff

Browse files
committed
fixed lint
1 parent a557cb3 commit 992a5ff

File tree

10 files changed

+64
-1
lines changed

10 files changed

+64
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker_generate_docs:
8383
-e ENABLE_BPMETADATA=1 \
8484
-v "$(CURDIR)":/workspace \
8585
$(REGISTRY_URL)/${DOCKER_IMAGE_DEVELOPER_TOOLS}:${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} \
86-
/bin/bash -c 'source /usr/local/bin/task_helper_functions.sh && generate_docs --per-module-requirements'
86+
/bin/bash -c 'source /usr/local/bin/task_helper_functions.sh && generate_docs'
8787

8888
# Generate files from autogen
8989
.PHONY: docker_generate_modules

metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,13 @@ spec:
597597
description: The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes
598598
varType: bool
599599
defaultValue: false
600+
- name: lustre_csi_driver
601+
description: The status of the Lustre CSI driver addon, which allows the usage of a Lustre instances as volumes
602+
varType: bool
603+
- name: enable_legacy_lustre_port
604+
description: Set it to true for GKE cluster runs a version earlier than 1.33.2-gke.4780000. Allows the Lustre CSI driver to initialize LNet (the virtual network layer for Lustre kernel module) using port 6988. This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes
605+
varType: bool
606+
defaultValue: false
600607
- name: network_policy
601608
description: Enable network policy addon
602609
varType: bool

modules/beta-autopilot-private-cluster/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,13 @@ spec:
422422
description: The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes
423423
varType: bool
424424
defaultValue: false
425+
- name: lustre_csi_driver
426+
description: The status of the Lustre CSI driver addon, which allows the usage of a Lustre instances as volumes
427+
varType: bool
428+
- name: enable_legacy_lustre_port
429+
description: Set it to true for GKE cluster runs a version earlier than 1.33.2-gke.4780000. Allows the Lustre CSI driver to initialize LNet (the virtual network layer for Lustre kernel module) using port 6988. This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes
430+
varType: bool
431+
defaultValue: false
425432
- name: database_encryption
426433
description: "Application-layer Secrets Encryption settings. The object format is {state = string, key_name = string}. Valid values of state are: \"ENCRYPTED\"; \"DECRYPTED\". key_name is the name of a CloudKMS key."
427434
varType: list(object({ state = string, key_name = string }))

modules/beta-autopilot-public-cluster/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,13 @@ spec:
400400
description: The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes
401401
varType: bool
402402
defaultValue: false
403+
- name: lustre_csi_driver
404+
description: The status of the Lustre CSI driver addon, which allows the usage of a Lustre instances as volumes
405+
varType: bool
406+
- name: enable_legacy_lustre_port
407+
description: Set it to true for GKE cluster runs a version earlier than 1.33.2-gke.4780000. Allows the Lustre CSI driver to initialize LNet (the virtual network layer for Lustre kernel module) using port 6988. This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes
408+
varType: bool
409+
defaultValue: false
403410
- name: database_encryption
404411
description: "Application-layer Secrets Encryption settings. The object format is {state = string, key_name = string}. Valid values of state are: \"ENCRYPTED\"; \"DECRYPTED\". key_name is the name of a CloudKMS key."
405412
varType: list(object({ state = string, key_name = string }))

modules/beta-private-cluster-update-variant/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,13 @@ spec:
590590
description: The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes
591591
varType: bool
592592
defaultValue: false
593+
- name: lustre_csi_driver
594+
description: The status of the Lustre CSI driver addon, which allows the usage of a Lustre instances as volumes
595+
varType: bool
596+
- name: enable_legacy_lustre_port
597+
description: Set it to true for GKE cluster runs a version earlier than 1.33.2-gke.4780000. Allows the Lustre CSI driver to initialize LNet (the virtual network layer for Lustre kernel module) using port 6988. This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes
598+
varType: bool
599+
defaultValue: false
593600
- name: network_policy
594601
description: Enable network policy addon
595602
varType: bool

modules/beta-private-cluster/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,13 @@ spec:
590590
description: The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes
591591
varType: bool
592592
defaultValue: false
593+
- name: lustre_csi_driver
594+
description: The status of the Lustre CSI driver addon, which allows the usage of a Lustre instances as volumes
595+
varType: bool
596+
- name: enable_legacy_lustre_port
597+
description: Set it to true for GKE cluster runs a version earlier than 1.33.2-gke.4780000. Allows the Lustre CSI driver to initialize LNet (the virtual network layer for Lustre kernel module) using port 6988. This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes
598+
varType: bool
599+
defaultValue: false
593600
- name: network_policy
594601
description: Enable network policy addon
595602
varType: bool

modules/beta-public-cluster-update-variant/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,13 @@ spec:
568568
description: The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes
569569
varType: bool
570570
defaultValue: false
571+
- name: lustre_csi_driver
572+
description: The status of the Lustre CSI driver addon, which allows the usage of a Lustre instances as volumes
573+
varType: bool
574+
- name: enable_legacy_lustre_port
575+
description: Set it to true for GKE cluster runs a version earlier than 1.33.2-gke.4780000. Allows the Lustre CSI driver to initialize LNet (the virtual network layer for Lustre kernel module) using port 6988. This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes
576+
varType: bool
577+
defaultValue: false
571578
- name: network_policy
572579
description: Enable network policy addon
573580
varType: bool

modules/beta-public-cluster/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,13 @@ spec:
568568
description: The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes
569569
varType: bool
570570
defaultValue: false
571+
- name: lustre_csi_driver
572+
description: The status of the Lustre CSI driver addon, which allows the usage of a Lustre instances as volumes
573+
varType: bool
574+
- name: enable_legacy_lustre_port
575+
description: Set it to true for GKE cluster runs a version earlier than 1.33.2-gke.4780000. Allows the Lustre CSI driver to initialize LNet (the virtual network layer for Lustre kernel module) using port 6988. This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes
576+
varType: bool
577+
defaultValue: false
571578
- name: network_policy
572579
description: Enable network policy addon
573580
varType: bool

modules/private-cluster-update-variant/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,13 @@ spec:
579579
description: The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes
580580
varType: bool
581581
defaultValue: false
582+
- name: lustre_csi_driver
583+
description: The status of the Lustre CSI driver addon, which allows the usage of a Lustre instances as volumes
584+
varType: bool
585+
- name: enable_legacy_lustre_port
586+
description: Set it to true for GKE cluster runs a version earlier than 1.33.2-gke.4780000. Allows the Lustre CSI driver to initialize LNet (the virtual network layer for Lustre kernel module) using port 6988. This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes
587+
varType: bool
588+
defaultValue: false
582589
- name: network_policy
583590
description: Enable network policy addon
584591
varType: bool

modules/private-cluster/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,13 @@ spec:
579579
description: The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes
580580
varType: bool
581581
defaultValue: false
582+
- name: lustre_csi_driver
583+
description: The status of the Lustre CSI driver addon, which allows the usage of a Lustre instances as volumes
584+
varType: bool
585+
- name: enable_legacy_lustre_port
586+
description: Set it to true for GKE cluster runs a version earlier than 1.33.2-gke.4780000. Allows the Lustre CSI driver to initialize LNet (the virtual network layer for Lustre kernel module) using port 6988. This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes
587+
varType: bool
588+
defaultValue: false
582589
- name: network_policy
583590
description: Enable network policy addon
584591
varType: bool

0 commit comments

Comments
 (0)