Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for MetricSourceType (0.43 sec)

  1. pkg/controller/podautoscaler/monitor/monitor.go

    type Monitor interface {
    	ObserveReconciliationResult(action ActionLabel, err ErrorLabel, duration time.Duration)
    	ObserveMetricComputationResult(action ActionLabel, err ErrorLabel, duration time.Duration, metricType v2.MetricSourceType)
    }
    
    type monitor struct{}
    
    func New() Monitor {
    	return &monitor{}
    }
    
    // ObserveReconciliationResult observes some metrics from a reconciliation result.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 22:47:24 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricstatus.go

    )
    
    // MetricStatusApplyConfiguration represents an declarative configuration of the MetricStatus type for use
    // with apply.
    type MetricStatusApplyConfiguration struct {
    	Type              *v2beta2.MetricSourceType                        `json:"type,omitempty"`
    	Object            *ObjectMetricStatusApplyConfiguration            `json:"object,omitempty"`
    	Pods              *PodsMetricStatusApplyConfiguration              `json:"pods,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricspec.go

    )
    
    // MetricSpecApplyConfiguration represents an declarative configuration of the MetricSpec type for use
    // with apply.
    type MetricSpecApplyConfiguration struct {
    	Type              *v2beta2.MetricSourceType                        `json:"type,omitempty"`
    	Object            *ObjectMetricSourceApplyConfiguration            `json:"object,omitempty"`
    	Pods              *PodsMetricSourceApplyConfiguration              `json:"pods,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2/metricspec.go

    )
    
    // MetricSpecApplyConfiguration represents an declarative configuration of the MetricSpec type for use
    // with apply.
    type MetricSpecApplyConfiguration struct {
    	Type              *v2.MetricSourceType                             `json:"type,omitempty"`
    	Object            *ObjectMetricSourceApplyConfiguration            `json:"object,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 4.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricspec.go

    )
    
    // MetricSpecApplyConfiguration represents an declarative configuration of the MetricSpec type for use
    // with apply.
    type MetricSpecApplyConfiguration struct {
    	Type              *v2beta1.MetricSourceType                        `json:"type,omitempty"`
    	Object            *ObjectMetricSourceApplyConfiguration            `json:"object,omitempty"`
    	Pods              *PodsMetricSourceApplyConfiguration              `json:"pods,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2/metricstatus.go

    )
    
    // MetricStatusApplyConfiguration represents an declarative configuration of the MetricStatus type for use
    // with apply.
    type MetricStatusApplyConfiguration struct {
    	Type              *v2.MetricSourceType                             `json:"type,omitempty"`
    	Object            *ObjectMetricStatusApplyConfiguration            `json:"object,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 4.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricstatus.go

    )
    
    // MetricStatusApplyConfiguration represents an declarative configuration of the MetricStatus type for use
    // with apply.
    type MetricStatusApplyConfiguration struct {
    	Type              *v2beta1.MetricSourceType                        `json:"type,omitempty"`
    	Object            *ObjectMetricStatusApplyConfiguration            `json:"object,omitempty"`
    	Pods              *PodsMetricStatusApplyConfiguration              `json:"pods,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4.2K bytes
    - Viewed (0)
Back to top