We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327c1b1 commit 3a627d7Copy full SHA for 3a627d7
internal/namespaces/inference/v1beta1/custom_endpoint.go
@@ -40,7 +40,6 @@ func endpointCreateBuilder(c *core.Command) *core.Command {
40
if endpoint.IsPublic {
41
publicEndpoint := &inference.EndpointSpecPublic{}
42
endpointToCreate.Public = publicEndpoint
43
-
44
}
45
if endpoint.PrivateNetwork != nil && endpoint.PrivateNetwork.PrivateNetworkID != "" {
46
endpointToCreate.PrivateNetwork = &inference.EndpointSpecPrivateNetwork{PrivateNetworkID: endpoint.PrivateNetwork.PrivateNetworkID}
0 commit comments