Skip to content

Commit

Permalink
remove duplicate GCPPrivateClusterConfig class (#2786)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand authored Oct 22, 2024
2 parents eb0c01f + 487a6fa commit 98970ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/_nebari/stages/infrastructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,6 @@ class GCPMasterAuthorizedNetworksConfig(schema.Base):
cidr_blocks: List[GCPCIDRBlock]


class GCPPrivateClusterConfig(schema.Base):
enable_private_endpoint: bool
enable_private_nodes: bool
master_ipv4_cidr_block: str


class GCPGuestAccelerator(schema.Base):
"""
See general information regarding GPU support at:
Expand Down

0 comments on commit 98970ba

Please sign in to comment.