Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nebius/mk8s/v1/cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ message ControlPlaneSpec {
// Also will be default NodeGroup subnet.
string subnet_id = 2 [(buf.validate.field).required = true, (field_behavior) = IMMUTABLE];

// Specification of endpoints of cluster control plane.
ControlPlaneEndpointsSpec endpoints = 3;

// Number of instances in etcd cluster.
Expand All @@ -45,8 +46,7 @@ message ControlPlaneSpec {
}

message ControlPlaneEndpointsSpec {
// Specification of public endpoint for control plane.
// Set value to empty, to enable it.
// Public endpoint specification. When set, a public endpoint is created.
PublicEndpointSpec public_endpoint = 1 [(field_behavior) = MEANINGFUL_EMPTY_VALUE];
}

Expand Down