Skip to content

Commit f2d2e7d

Browse files
authored
feat(applesilicon): remove support for RunnerConfiguration (#2754)
1 parent df19612 commit f2d2e7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/applesilicon/v1alpha1/applesilicon_sdk.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,9 +1093,6 @@ type ReinstallServerRequest struct {
10931093

10941094
// OsID: reinstall the server with the target OS, when no os_id provided the default OS for the server type is used.
10951095
OsID *string `json:"os_id,omitempty"`
1096-
1097-
// RunnerConfiguration: specify the configuration to install an optional CICD runner on the server during installation.
1098-
RunnerConfiguration *RunnerConfiguration `json:"runner_configuration,omitempty"`
10991096
}
11001097

11011098
// SetServerPrivateNetworksResponse: set server private networks response.

0 commit comments

Comments
 (0)