v1

package
v0.0.0-...-432d548 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CarbonJobLister

type CarbonJobLister interface {
	// List lists all CarbonJobs in the indexer.
	List(selector labels.Selector) (ret []*v1.CarbonJob, err error)
	// CarbonJobs returns an object that can list and get CarbonJobs.
	CarbonJobs(namespace string) CarbonJobNamespaceLister
	CarbonJobListerExpansion
}

CarbonJobLister helps list CarbonJobs.

func NewCarbonJobLister

func NewCarbonJobLister(indexer cache.Indexer) CarbonJobLister

NewCarbonJobLister returns a new CarbonJobLister.

type CarbonJobListerExpansion

type CarbonJobListerExpansion interface{}

CarbonJobListerExpansion allows custom methods to be added to CarbonJobLister.

type CarbonJobNamespaceLister

type CarbonJobNamespaceLister interface {
	// List lists all CarbonJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CarbonJob, err error)
	// Get retrieves the CarbonJob from the indexer for a given namespace and name.
	Get(name string) (*v1.CarbonJob, error)
	CarbonJobNamespaceListerExpansion
}

CarbonJobNamespaceLister helps list and get CarbonJobs.

type CarbonJobNamespaceListerExpansion

type CarbonJobNamespaceListerExpansion interface{}

CarbonJobNamespaceListerExpansion allows custom methods to be added to CarbonJobNamespaceLister.

type RollingSetLister

type RollingSetLister interface {
	// List lists all RollingSets in the indexer.
	List(selector labels.Selector) (ret []*v1.RollingSet, err error)
	// RollingSets returns an object that can list and get RollingSets.
	RollingSets(namespace string) RollingSetNamespaceLister
	RollingSetListerExpansion
}

RollingSetLister helps list RollingSets.

func NewRollingSetLister

func NewRollingSetLister(indexer cache.Indexer) RollingSetLister

NewRollingSetLister returns a new RollingSetLister.

type RollingSetListerExpansion

type RollingSetListerExpansion interface{}

RollingSetListerExpansion allows custom methods to be added to RollingSetLister.

type RollingSetNamespaceLister

type RollingSetNamespaceLister interface {
	// List lists all RollingSets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.RollingSet, err error)
	// Get retrieves the RollingSet from the indexer for a given namespace and name.
	Get(name string) (*v1.RollingSet, error)
	RollingSetNamespaceListerExpansion
}

RollingSetNamespaceLister helps list and get RollingSets.

type RollingSetNamespaceListerExpansion

type RollingSetNamespaceListerExpansion interface{}

RollingSetNamespaceListerExpansion allows custom methods to be added to RollingSetNamespaceLister.

type ServicePublisherLister

type ServicePublisherLister interface {
	// List lists all ServicePublishers in the indexer.
	List(selector labels.Selector) (ret []*v1.ServicePublisher, err error)
	// ServicePublishers returns an object that can list and get ServicePublishers.
	ServicePublishers(namespace string) ServicePublisherNamespaceLister
	ServicePublisherListerExpansion
}

ServicePublisherLister helps list ServicePublishers.

func NewServicePublisherLister

func NewServicePublisherLister(indexer cache.Indexer) ServicePublisherLister

NewServicePublisherLister returns a new ServicePublisherLister.

type ServicePublisherListerExpansion

type ServicePublisherListerExpansion interface{}

ServicePublisherListerExpansion allows custom methods to be added to ServicePublisherLister.

type ServicePublisherNamespaceLister

type ServicePublisherNamespaceLister interface {
	// List lists all ServicePublishers in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.ServicePublisher, err error)
	// Get retrieves the ServicePublisher from the indexer for a given namespace and name.
	Get(name string) (*v1.ServicePublisher, error)
	ServicePublisherNamespaceListerExpansion
}

ServicePublisherNamespaceLister helps list and get ServicePublishers.

type ServicePublisherNamespaceListerExpansion

type ServicePublisherNamespaceListerExpansion interface{}

ServicePublisherNamespaceListerExpansion allows custom methods to be added to ServicePublisherNamespaceLister.

type ShardGroupLister

type ShardGroupLister interface {
	// List lists all ShardGroups in the indexer.
	List(selector labels.Selector) (ret []*v1.ShardGroup, err error)
	// ShardGroups returns an object that can list and get ShardGroups.
	ShardGroups(namespace string) ShardGroupNamespaceLister
	ShardGroupListerExpansion
}

ShardGroupLister helps list ShardGroups.

func NewShardGroupLister

func NewShardGroupLister(indexer cache.Indexer) ShardGroupLister

NewShardGroupLister returns a new ShardGroupLister.

type ShardGroupListerExpansion

type ShardGroupListerExpansion interface{}

ShardGroupListerExpansion allows custom methods to be added to ShardGroupLister.

type ShardGroupNamespaceLister

type ShardGroupNamespaceLister interface {
	// List lists all ShardGroups in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.ShardGroup, err error)
	// Get retrieves the ShardGroup from the indexer for a given namespace and name.
	Get(name string) (*v1.ShardGroup, error)
	ShardGroupNamespaceListerExpansion
}

ShardGroupNamespaceLister helps list and get ShardGroups.

type ShardGroupNamespaceListerExpansion

type ShardGroupNamespaceListerExpansion interface{}

ShardGroupNamespaceListerExpansion allows custom methods to be added to ShardGroupNamespaceLister.

type TemporaryConstraintLister

type TemporaryConstraintLister interface {
	// List lists all TemporaryConstraints in the indexer.
	List(selector labels.Selector) (ret []*v1.TemporaryConstraint, err error)
	// TemporaryConstraints returns an object that can list and get TemporaryConstraints.
	TemporaryConstraints(namespace string) TemporaryConstraintNamespaceLister
	TemporaryConstraintListerExpansion
}

TemporaryConstraintLister helps list TemporaryConstraints.

func NewTemporaryConstraintLister

func NewTemporaryConstraintLister(indexer cache.Indexer) TemporaryConstraintLister

NewTemporaryConstraintLister returns a new TemporaryConstraintLister.

type TemporaryConstraintListerExpansion

type TemporaryConstraintListerExpansion interface{}

TemporaryConstraintListerExpansion allows custom methods to be added to TemporaryConstraintLister.

type TemporaryConstraintNamespaceLister

type TemporaryConstraintNamespaceLister interface {
	// List lists all TemporaryConstraints in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.TemporaryConstraint, err error)
	// Get retrieves the TemporaryConstraint from the indexer for a given namespace and name.
	Get(name string) (*v1.TemporaryConstraint, error)
	TemporaryConstraintNamespaceListerExpansion
}

TemporaryConstraintNamespaceLister helps list and get TemporaryConstraints.

type TemporaryConstraintNamespaceListerExpansion

type TemporaryConstraintNamespaceListerExpansion interface{}

TemporaryConstraintNamespaceListerExpansion allows custom methods to be added to TemporaryConstraintNamespaceLister.

type WorkerNodeEvictionLister

type WorkerNodeEvictionLister interface {
	// List lists all WorkerNodeEvictions in the indexer.
	List(selector labels.Selector) (ret []*v1.WorkerNodeEviction, err error)
	// WorkerNodeEvictions returns an object that can list and get WorkerNodeEvictions.
	WorkerNodeEvictions(namespace string) WorkerNodeEvictionNamespaceLister
	WorkerNodeEvictionListerExpansion
}

WorkerNodeEvictionLister helps list WorkerNodeEvictions.

func NewWorkerNodeEvictionLister

func NewWorkerNodeEvictionLister(indexer cache.Indexer) WorkerNodeEvictionLister

NewWorkerNodeEvictionLister returns a new WorkerNodeEvictionLister.

type WorkerNodeEvictionListerExpansion

type WorkerNodeEvictionListerExpansion interface{}

WorkerNodeEvictionListerExpansion allows custom methods to be added to WorkerNodeEvictionLister.

type WorkerNodeEvictionNamespaceLister

type WorkerNodeEvictionNamespaceLister interface {
	// List lists all WorkerNodeEvictions in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.WorkerNodeEviction, err error)
	// Get retrieves the WorkerNodeEviction from the indexer for a given namespace and name.
	Get(name string) (*v1.WorkerNodeEviction, error)
	WorkerNodeEvictionNamespaceListerExpansion
}

WorkerNodeEvictionNamespaceLister helps list and get WorkerNodeEvictions.

type WorkerNodeEvictionNamespaceListerExpansion

type WorkerNodeEvictionNamespaceListerExpansion interface{}

WorkerNodeEvictionNamespaceListerExpansion allows custom methods to be added to WorkerNodeEvictionNamespaceLister.

type WorkerNodeLister

type WorkerNodeLister interface {
	// List lists all WorkerNodes in the indexer.
	List(selector labels.Selector) (ret []*v1.WorkerNode, err error)
	// WorkerNodes returns an object that can list and get WorkerNodes.
	WorkerNodes(namespace string) WorkerNodeNamespaceLister
	WorkerNodeListerExpansion
}

WorkerNodeLister helps list WorkerNodes.

func NewWorkerNodeLister

func NewWorkerNodeLister(indexer cache.Indexer) WorkerNodeLister

NewWorkerNodeLister returns a new WorkerNodeLister.

type WorkerNodeListerExpansion

type WorkerNodeListerExpansion interface{}

WorkerNodeListerExpansion allows custom methods to be added to WorkerNodeLister.

type WorkerNodeNamespaceLister

type WorkerNodeNamespaceLister interface {
	// List lists all WorkerNodes in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.WorkerNode, err error)
	// Get retrieves the WorkerNode from the indexer for a given namespace and name.
	Get(name string) (*v1.WorkerNode, error)
	WorkerNodeNamespaceListerExpansion
}

WorkerNodeNamespaceLister helps list and get WorkerNodes.

type WorkerNodeNamespaceListerExpansion

type WorkerNodeNamespaceListerExpansion interface{}

WorkerNodeNamespaceListerExpansion allows custom methods to be added to WorkerNodeNamespaceLister.

Directories

Path Synopsis
Package mock_v1 is a generated GoMock package.
Package mock_v1 is a generated GoMock package.

Jump to

Keyboard shortcuts

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