Skip to content

Commit 98970ba

Browse files
authored
remove duplicate GCPPrivateClusterConfig class (#2786)
2 parents eb0c01f + 487a6fa commit 98970ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/_nebari/stages/infrastructure/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,6 @@ class GCPMasterAuthorizedNetworksConfig(schema.Base):
338338
cidr_blocks: List[GCPCIDRBlock]
339339

340340

341-
class GCPPrivateClusterConfig(schema.Base):
342-
enable_private_endpoint: bool
343-
enable_private_nodes: bool
344-
master_ipv4_cidr_block: str
345-
346-
347341
class GCPGuestAccelerator(schema.Base):
348342
"""
349343
See general information regarding GPU support at:

0 commit comments

Comments
 (0)