Documentation ¶
Index ¶
- Constants
- Variables
- type ActionRecorder
- type ActionRecorderList
- type Ctor
- type Factory
- type FakeClock
- type HookResult
- type Listers
- func (l *Listers) GetBuildObjects() []runtime.Object
- func (l *Listers) GetCachingObjects() []runtime.Object
- func (l *Listers) GetClusterIngressLister() networkinglisters.ClusterIngressLister
- func (l *Listers) GetConfigMapLister() corev1listers.ConfigMapLister
- func (l *Listers) GetConfigurationLister() servinglisters.ConfigurationLister
- func (l *Listers) GetDeploymentLister() appsv1listers.DeploymentLister
- func (l *Listers) GetEndpointsLister() corev1listers.EndpointsLister
- func (l *Listers) GetImageLister() cachinglisters.ImageLister
- func (l *Listers) GetK8sServiceLister() corev1listers.ServiceLister
- func (l *Listers) GetKPALister() kpalisters.PodAutoscalerLister
- func (l *Listers) GetKubeObjects() []runtime.Object
- func (l *Listers) GetRevisionLister() servinglisters.RevisionLister
- func (l *Listers) GetRouteLister() servinglisters.RouteLister
- func (l *Listers) GetServiceLister() servinglisters.ServiceLister
- func (l *Listers) GetServingObjects() []runtime.Object
- func (l *Listers) GetSharedObjects() []runtime.Object
- func (l *Listers) GetVirtualServiceLister() istiolisters.VirtualServiceLister
- type TableRow
- type TableTest
Constants ¶
View Source
const (
HookComplete = testing.HookComplete
)
Variables ¶
View Source
var ( InduceFailure = testing.InduceFailure KeyOrDie = testing.KeyOrDie NewHooks = testing.NewHooks ExpectNormalEventDelivery = testing.ExpectNormalEventDelivery ValidateCreates = testing.ValidateCreates ValidateUpdates = testing.ValidateUpdates ConfigMapFromTestFile = testing.ConfigMapFromTestFile TestLogger = logtesting.TestLogger )
Functions ¶
This section is empty.
Types ¶
type ActionRecorder ¶
type ActionRecorder = testing.ActionRecorder
type ActionRecorderList ¶
type ActionRecorderList = testing.ActionRecorderList
type Ctor ¶
type Ctor func(*Listers, reconciler.Options) controller.Reconciler
type Factory ¶
func MakeFactory ¶
type HookResult ¶
type HookResult = testing.HookResult
type Listers ¶
type Listers struct {
// contains filtered or unexported fields
}
func NewListers ¶
func (*Listers) GetBuildObjects ¶
func (*Listers) GetCachingObjects ¶
func (*Listers) GetClusterIngressLister ¶
func (l *Listers) GetClusterIngressLister() networkinglisters.ClusterIngressLister
GetClusterIngressLister get lister for ClusterIngress resource.
func (*Listers) GetConfigMapLister ¶
func (l *Listers) GetConfigMapLister() corev1listers.ConfigMapLister
func (*Listers) GetConfigurationLister ¶
func (l *Listers) GetConfigurationLister() servinglisters.ConfigurationLister
func (*Listers) GetDeploymentLister ¶
func (l *Listers) GetDeploymentLister() appsv1listers.DeploymentLister
func (*Listers) GetEndpointsLister ¶
func (l *Listers) GetEndpointsLister() corev1listers.EndpointsLister
func (*Listers) GetImageLister ¶
func (l *Listers) GetImageLister() cachinglisters.ImageLister
func (*Listers) GetK8sServiceLister ¶
func (l *Listers) GetK8sServiceLister() corev1listers.ServiceLister
func (*Listers) GetKPALister ¶
func (l *Listers) GetKPALister() kpalisters.PodAutoscalerLister
func (*Listers) GetKubeObjects ¶
func (*Listers) GetRevisionLister ¶
func (l *Listers) GetRevisionLister() servinglisters.RevisionLister
func (*Listers) GetRouteLister ¶
func (l *Listers) GetRouteLister() servinglisters.RouteLister
func (*Listers) GetServiceLister ¶
func (l *Listers) GetServiceLister() servinglisters.ServiceLister
func (*Listers) GetServingObjects ¶
func (*Listers) GetSharedObjects ¶
func (*Listers) GetVirtualServiceLister ¶
func (l *Listers) GetVirtualServiceLister() istiolisters.VirtualServiceLister
Click to show internal directories.
Click to hide internal directories.