Documentation
¶
Index ¶
Constants ¶
View Source
const ( MasterRole = "master" BatchJob = "Job" // TrialKind is the name of Trial kind TrialKind = "Trial" // TrialAPIVersion is the name of Trial API Version TrialAPIVersion = "kubeflow.org/v1beta1" )
Variables ¶
View Source
var ( NeedWrapWorkerMetricsCollectorList = [...]common.CollectorKind{ common.StdOutCollector, common.TfEventCollector, common.FileCollector, } )
Functions ¶
This section is empty.
Types ¶
type SidecarInjector ¶ added in v0.11.0
type SidecarInjector struct {
// contains filtered or unexported fields
}
SidecarInjector injects metrics collect sidecar to the primary pod.
func NewSidecarInjector ¶
func NewSidecarInjector(c client.Client, d *admission.Decoder) *SidecarInjector
NewSidecarInjector returns a new sidecar injector with the given client.
func (*SidecarInjector) MutationRequired ¶ added in v0.11.0
Click to show internal directories.
Click to hide internal directories.