Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoServer ¶
type InfoServer struct {
Version string
}
func (InfoServer) Info ¶
func (s InfoServer) Info(_ context.Context, _ *hooksInfo.InfoParams) (*hooksInfo.InfoResult, error)
type V1alpha2Server ¶
type V1alpha2Server struct {
SearchDomains []string
}
func (V1alpha2Server) OnDefineDomain ¶
func (s V1alpha2Server) OnDefineDomain(_ context.Context, params *hooksV1alpha2.OnDefineDomainParams) (*hooksV1alpha2.OnDefineDomainResult, error)
func (V1alpha2Server) PreCloudInitIso ¶
func (s V1alpha2Server) PreCloudInitIso(_ context.Context, params *hooksV1alpha2.PreCloudInitIsoParams) (*hooksV1alpha2.PreCloudInitIsoResult, error)
Click to show internal directories.
Click to hide internal directories.