Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Version of the program, set via ldflags by godel during build
Version = "unspecified"
)
Functions ¶
func InitServerWithClients ¶ added in v0.62.0
func InitServerWithClients(ctx context.Context, info witchcraft.InitInfo, allClient AllClient) (*extender.SparkSchedulerExtender, error)
InitServerWithClients is exported for end to end testing
Types ¶
type AllClient ¶ added in v0.62.0
type AllClient struct { APIExtensionsClient apiextensionsclientset.Interface SparkSchedulerClient clientset.Interface KubeClient kubernetes.Interface }
AllClient holds all the k8s clients used
Click to show internal directories.
Click to hide internal directories.