File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
docs/book/src/developer/providers Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ maintainers of providers and consumers of our Go API.
24
24
- ` MachineHealthCheckSuccededCondition ` condition type has been removed.
25
25
- ` CloneTemplate ` and ` CloneTemplateInput ` has been removed.
26
26
- The option ` --list-images ` from ` init ` subcommand has been removed.
27
+ - ` exp/runtime/server.NewServer ` has been removed.
27
28
28
29
### API Changes
29
30
Original file line number Diff line number Diff line change @@ -70,13 +70,6 @@ type Options struct {
70
70
CertDir string
71
71
}
72
72
73
- // NewServer creates a new runtime webhook server based on the given Options.
74
- //
75
- // Deprecated: use New instead.
76
- func NewServer (options Options ) (* Server , error ) {
77
- return New (options )
78
- }
79
-
80
73
// New creates a new runtime webhook server based on the given Options.
81
74
func New (options Options ) (* Server , error ) {
82
75
if options .Catalog == nil {
You can’t perform that action at this time.
0 commit comments