v1beta2

package
v0.0.0-...-0416c83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewControllerRevisionClusterInformer

func NewControllerRevisionClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer

NewControllerRevisionClusterInformer constructs a new informer for ControllerRevision type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewDaemonSetClusterInformer

func NewDaemonSetClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer

NewDaemonSetClusterInformer constructs a new informer for DaemonSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewDeploymentClusterInformer

func NewDeploymentClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer

NewDeploymentClusterInformer constructs a new informer for Deployment type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredControllerRevisionClusterInformer

func NewFilteredControllerRevisionClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer

NewFilteredControllerRevisionClusterInformer constructs a new informer for ControllerRevision type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredDaemonSetClusterInformer

func NewFilteredDaemonSetClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer

NewFilteredDaemonSetClusterInformer constructs a new informer for DaemonSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredDeploymentClusterInformer

func NewFilteredDeploymentClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer

NewFilteredDeploymentClusterInformer constructs a new informer for Deployment type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredReplicaSetClusterInformer

func NewFilteredReplicaSetClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer

NewFilteredReplicaSetClusterInformer constructs a new informer for ReplicaSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredStatefulSetClusterInformer

func NewFilteredStatefulSetClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer

NewFilteredStatefulSetClusterInformer constructs a new informer for StatefulSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewReplicaSetClusterInformer

func NewReplicaSetClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer

NewReplicaSetClusterInformer constructs a new informer for ReplicaSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewStatefulSetClusterInformer

func NewStatefulSetClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer

NewStatefulSetClusterInformer constructs a new informer for StatefulSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

Types

type ClusterInterface

type ClusterInterface interface {
	// StatefulSets returns a StatefulSetClusterInformer
	StatefulSets() StatefulSetClusterInformer
	// Deployments returns a DeploymentClusterInformer
	Deployments() DeploymentClusterInformer
	// DaemonSets returns a DaemonSetClusterInformer
	DaemonSets() DaemonSetClusterInformer
	// ReplicaSets returns a ReplicaSetClusterInformer
	ReplicaSets() ReplicaSetClusterInformer
	// ControllerRevisions returns a ControllerRevisionClusterInformer
	ControllerRevisions() ControllerRevisionClusterInformer
}

func New

New returns a new ClusterInterface.

type ControllerRevisionClusterInformer

type ControllerRevisionClusterInformer interface {
	Cluster(logicalcluster.Name) upstreamappsv1beta2informers.ControllerRevisionInformer
	Informer() kcpcache.ScopeableSharedIndexInformer
	Lister() appsv1beta2listers.ControllerRevisionClusterLister
}

ControllerRevisionClusterInformer provides access to a shared informer and lister for ControllerRevisions.

type DaemonSetClusterInformer

type DaemonSetClusterInformer interface {
	Cluster(logicalcluster.Name) upstreamappsv1beta2informers.DaemonSetInformer
	Informer() kcpcache.ScopeableSharedIndexInformer
	Lister() appsv1beta2listers.DaemonSetClusterLister
}

DaemonSetClusterInformer provides access to a shared informer and lister for DaemonSets.

type DeploymentClusterInformer

type DeploymentClusterInformer interface {
	Cluster(logicalcluster.Name) upstreamappsv1beta2informers.DeploymentInformer
	Informer() kcpcache.ScopeableSharedIndexInformer
	Lister() appsv1beta2listers.DeploymentClusterLister
}

DeploymentClusterInformer provides access to a shared informer and lister for Deployments.

type ReplicaSetClusterInformer

type ReplicaSetClusterInformer interface {
	Cluster(logicalcluster.Name) upstreamappsv1beta2informers.ReplicaSetInformer
	Informer() kcpcache.ScopeableSharedIndexInformer
	Lister() appsv1beta2listers.ReplicaSetClusterLister
}

ReplicaSetClusterInformer provides access to a shared informer and lister for ReplicaSets.

type StatefulSetClusterInformer

type StatefulSetClusterInformer interface {
	Cluster(logicalcluster.Name) upstreamappsv1beta2informers.StatefulSetInformer
	Informer() kcpcache.ScopeableSharedIndexInformer
	Lister() appsv1beta2listers.StatefulSetClusterLister
}

StatefulSetClusterInformer provides access to a shared informer and lister for StatefulSets.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL