Skip to content

Commit 4931f78

Browse files
committed
Add docstring
1 parent 5264ff4 commit 4931f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perfkitbenchmarker/providers/azure/azure_kubernetes_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ def GetNodePoolNames(self) -> list[str]:
462462
return [nodepool['name'] for nodepool in nodepools]
463463

464464
def AddNodepool(self, batch_name, pool_id):
465+
"""Add a Karpenter NodePool and AKSNodeClass to the AKS cluster."""
465466
self.ApplyManifest(
466467
'provision_node_pools/aks/nodepool.yaml.j2',
467468
batch=batch_name,

0 commit comments

Comments
 (0)