Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { G8sClient versioned.Interface Logger micrologger.Logger Provider string }
Config represents the configuration used to create a new service object.
type ProviderSpec ¶
type ProviderSpec struct {
Workers []Worker
}
type Request ¶
type Request struct {
ClusterID string
}
Request is the configuration for the service action.
type Response ¶
type Response struct { Endpoint string `json:"endpoint"` Status v1alpha1.StatusCluster `json:"cluster"` Spec ProviderSpec `json:"provider_spec"` }
Response holds the data returned from the cluster searcher endpoint.
Click to show internal directories.
Click to hide internal directories.