Documentation ¶
Overview ¶
Package test contains a set of test helper functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWatermarkPodAutoscaler ¶
func NewWatermarkPodAutoscaler(ns, name string, options *NewWatermarkPodAutoscalerOptions) *v1alpha1.WatermarkPodAutoscaler
NewWatermarkPodAutoscaler return new instance of *v1alpha1.WatermarkPodAutoscaler
Types ¶
type NewWatermarkPodAutoscalerOptions ¶
type NewWatermarkPodAutoscalerOptions struct { Status *v1alpha1.WatermarkPodAutoscalerStatus Spec *v1alpha1.WatermarkPodAutoscalerSpec CreationTime *time.Time Labels map[string]string Annotations map[string]string }
NewWatermarkPodAutoscalerOptions used to provide initiation options for NewWatermarkPodAutoscaler method
Click to show internal directories.
Click to hide internal directories.