v1

package
v1.3.660 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2018 License: Apache-2.0 Imports: 4 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppLister

type AppLister interface {
	// List lists all Apps in the indexer.
	List(selector labels.Selector) (ret []*v1.App, err error)
	// Apps returns an object that can list and get Apps.
	Apps(namespace string) AppNamespaceLister
	AppListerExpansion
}

AppLister helps list Apps.

func NewAppLister

func NewAppLister(indexer cache.Indexer) AppLister

NewAppLister returns a new AppLister.

type AppListerExpansion

type AppListerExpansion interface{}

AppListerExpansion allows custom methods to be added to AppLister.

type AppNamespaceLister

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

AppNamespaceLister helps list and get Apps.

type AppNamespaceListerExpansion

type AppNamespaceListerExpansion interface{}

AppNamespaceListerExpansion allows custom methods to be added to AppNamespaceLister.

type BuildPackLister

type BuildPackLister interface {
	// List lists all BuildPacks in the indexer.
	List(selector labels.Selector) (ret []*v1.BuildPack, err error)
	// BuildPacks returns an object that can list and get BuildPacks.
	BuildPacks(namespace string) BuildPackNamespaceLister
	BuildPackListerExpansion
}

BuildPackLister helps list BuildPacks.

func NewBuildPackLister

func NewBuildPackLister(indexer cache.Indexer) BuildPackLister

NewBuildPackLister returns a new BuildPackLister.

type BuildPackListerExpansion

type BuildPackListerExpansion interface{}

BuildPackListerExpansion allows custom methods to be added to BuildPackLister.

type BuildPackNamespaceLister

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

BuildPackNamespaceLister helps list and get BuildPacks.

type BuildPackNamespaceListerExpansion

type BuildPackNamespaceListerExpansion interface{}

BuildPackNamespaceListerExpansion allows custom methods to be added to BuildPackNamespaceLister.

type CommitStatusLister

type CommitStatusLister interface {
	// List lists all CommitStatuses in the indexer.
	List(selector labels.Selector) (ret []*v1.CommitStatus, err error)
	// CommitStatuses returns an object that can list and get CommitStatuses.
	CommitStatuses(namespace string) CommitStatusNamespaceLister
	CommitStatusListerExpansion
}

CommitStatusLister helps list CommitStatuses.

func NewCommitStatusLister

func NewCommitStatusLister(indexer cache.Indexer) CommitStatusLister

NewCommitStatusLister returns a new CommitStatusLister.

type CommitStatusListerExpansion

type CommitStatusListerExpansion interface{}

CommitStatusListerExpansion allows custom methods to be added to CommitStatusLister.

type CommitStatusNamespaceLister

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

CommitStatusNamespaceLister helps list and get CommitStatuses.

type CommitStatusNamespaceListerExpansion

type CommitStatusNamespaceListerExpansion interface{}

CommitStatusNamespaceListerExpansion allows custom methods to be added to CommitStatusNamespaceLister.

type EnvironmentLister

type EnvironmentLister interface {
	// List lists all Environments in the indexer.
	List(selector labels.Selector) (ret []*v1.Environment, err error)
	// Environments returns an object that can list and get Environments.
	Environments(namespace string) EnvironmentNamespaceLister
	EnvironmentListerExpansion
}

EnvironmentLister helps list Environments.

func NewEnvironmentLister

func NewEnvironmentLister(indexer cache.Indexer) EnvironmentLister

NewEnvironmentLister returns a new EnvironmentLister.

type EnvironmentListerExpansion

type EnvironmentListerExpansion interface{}

EnvironmentListerExpansion allows custom methods to be added to EnvironmentLister.

type EnvironmentNamespaceLister

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

EnvironmentNamespaceLister helps list and get Environments.

type EnvironmentNamespaceListerExpansion

type EnvironmentNamespaceListerExpansion interface{}

EnvironmentNamespaceListerExpansion allows custom methods to be added to EnvironmentNamespaceLister.

type EnvironmentRoleBindingLister

type EnvironmentRoleBindingLister interface {
	// List lists all EnvironmentRoleBindings in the indexer.
	List(selector labels.Selector) (ret []*v1.EnvironmentRoleBinding, err error)
	// EnvironmentRoleBindings returns an object that can list and get EnvironmentRoleBindings.
	EnvironmentRoleBindings(namespace string) EnvironmentRoleBindingNamespaceLister
	EnvironmentRoleBindingListerExpansion
}

EnvironmentRoleBindingLister helps list EnvironmentRoleBindings.

func NewEnvironmentRoleBindingLister

func NewEnvironmentRoleBindingLister(indexer cache.Indexer) EnvironmentRoleBindingLister

NewEnvironmentRoleBindingLister returns a new EnvironmentRoleBindingLister.

type EnvironmentRoleBindingListerExpansion

type EnvironmentRoleBindingListerExpansion interface{}

EnvironmentRoleBindingListerExpansion allows custom methods to be added to EnvironmentRoleBindingLister.

type EnvironmentRoleBindingNamespaceLister

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

EnvironmentRoleBindingNamespaceLister helps list and get EnvironmentRoleBindings.

type EnvironmentRoleBindingNamespaceListerExpansion

type EnvironmentRoleBindingNamespaceListerExpansion interface{}

EnvironmentRoleBindingNamespaceListerExpansion allows custom methods to be added to EnvironmentRoleBindingNamespaceLister.

type ExtensionLister

type ExtensionLister interface {
	// List lists all Extensions in the indexer.
	List(selector labels.Selector) (ret []*v1.Extension, err error)
	// Extensions returns an object that can list and get Extensions.
	Extensions(namespace string) ExtensionNamespaceLister
	ExtensionListerExpansion
}

ExtensionLister helps list Extensions.

func NewExtensionLister

func NewExtensionLister(indexer cache.Indexer) ExtensionLister

NewExtensionLister returns a new ExtensionLister.

type ExtensionListerExpansion

type ExtensionListerExpansion interface{}

ExtensionListerExpansion allows custom methods to be added to ExtensionLister.

type ExtensionNamespaceLister

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

ExtensionNamespaceLister helps list and get Extensions.

type ExtensionNamespaceListerExpansion

type ExtensionNamespaceListerExpansion interface{}

ExtensionNamespaceListerExpansion allows custom methods to be added to ExtensionNamespaceLister.

type GitServiceLister

type GitServiceLister interface {
	// List lists all GitServices in the indexer.
	List(selector labels.Selector) (ret []*v1.GitService, err error)
	// GitServices returns an object that can list and get GitServices.
	GitServices(namespace string) GitServiceNamespaceLister
	GitServiceListerExpansion
}

GitServiceLister helps list GitServices.

func NewGitServiceLister

func NewGitServiceLister(indexer cache.Indexer) GitServiceLister

NewGitServiceLister returns a new GitServiceLister.

type GitServiceListerExpansion

type GitServiceListerExpansion interface{}

GitServiceListerExpansion allows custom methods to be added to GitServiceLister.

type GitServiceNamespaceLister

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

GitServiceNamespaceLister helps list and get GitServices.

type GitServiceNamespaceListerExpansion

type GitServiceNamespaceListerExpansion interface{}

GitServiceNamespaceListerExpansion allows custom methods to be added to GitServiceNamespaceLister.

type PipelineActivityLister

type PipelineActivityLister interface {
	// List lists all PipelineActivities in the indexer.
	List(selector labels.Selector) (ret []*v1.PipelineActivity, err error)
	// PipelineActivities returns an object that can list and get PipelineActivities.
	PipelineActivities(namespace string) PipelineActivityNamespaceLister
	PipelineActivityListerExpansion
}

PipelineActivityLister helps list PipelineActivities.

func NewPipelineActivityLister

func NewPipelineActivityLister(indexer cache.Indexer) PipelineActivityLister

NewPipelineActivityLister returns a new PipelineActivityLister.

type PipelineActivityListerExpansion

type PipelineActivityListerExpansion interface{}

PipelineActivityListerExpansion allows custom methods to be added to PipelineActivityLister.

type PipelineActivityNamespaceLister

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

PipelineActivityNamespaceLister helps list and get PipelineActivities.

type PipelineActivityNamespaceListerExpansion

type PipelineActivityNamespaceListerExpansion interface{}

PipelineActivityNamespaceListerExpansion allows custom methods to be added to PipelineActivityNamespaceLister.

type PluginLister

type PluginLister interface {
	// List lists all Plugins in the indexer.
	List(selector labels.Selector) (ret []*v1.Plugin, err error)
	// Plugins returns an object that can list and get Plugins.
	Plugins(namespace string) PluginNamespaceLister
	PluginListerExpansion
}

PluginLister helps list Plugins.

func NewPluginLister

func NewPluginLister(indexer cache.Indexer) PluginLister

NewPluginLister returns a new PluginLister.

type PluginListerExpansion

type PluginListerExpansion interface{}

PluginListerExpansion allows custom methods to be added to PluginLister.

type PluginNamespaceLister

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

PluginNamespaceLister helps list and get Plugins.

type PluginNamespaceListerExpansion

type PluginNamespaceListerExpansion interface{}

PluginNamespaceListerExpansion allows custom methods to be added to PluginNamespaceLister.

type ReleaseLister

type ReleaseLister interface {
	// List lists all Releases in the indexer.
	List(selector labels.Selector) (ret []*v1.Release, err error)
	// Releases returns an object that can list and get Releases.
	Releases(namespace string) ReleaseNamespaceLister
	ReleaseListerExpansion
}

ReleaseLister helps list Releases.

func NewReleaseLister

func NewReleaseLister(indexer cache.Indexer) ReleaseLister

NewReleaseLister returns a new ReleaseLister.

type ReleaseListerExpansion

type ReleaseListerExpansion interface{}

ReleaseListerExpansion allows custom methods to be added to ReleaseLister.

type ReleaseNamespaceLister

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

ReleaseNamespaceLister helps list and get Releases.

type ReleaseNamespaceListerExpansion

type ReleaseNamespaceListerExpansion interface{}

ReleaseNamespaceListerExpansion allows custom methods to be added to ReleaseNamespaceLister.

type TeamLister

type TeamLister interface {
	// List lists all Teams in the indexer.
	List(selector labels.Selector) (ret []*v1.Team, err error)
	// Teams returns an object that can list and get Teams.
	Teams(namespace string) TeamNamespaceLister
	TeamListerExpansion
}

TeamLister helps list Teams.

func NewTeamLister

func NewTeamLister(indexer cache.Indexer) TeamLister

NewTeamLister returns a new TeamLister.

type TeamListerExpansion

type TeamListerExpansion interface{}

TeamListerExpansion allows custom methods to be added to TeamLister.

type TeamNamespaceLister

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

TeamNamespaceLister helps list and get Teams.

type TeamNamespaceListerExpansion

type TeamNamespaceListerExpansion interface{}

TeamNamespaceListerExpansion allows custom methods to be added to TeamNamespaceLister.

type UserLister

type UserLister interface {
	// List lists all Users in the indexer.
	List(selector labels.Selector) (ret []*v1.User, err error)
	// Users returns an object that can list and get Users.
	Users(namespace string) UserNamespaceLister
	UserListerExpansion
}

UserLister helps list Users.

func NewUserLister

func NewUserLister(indexer cache.Indexer) UserLister

NewUserLister returns a new UserLister.

type UserListerExpansion

type UserListerExpansion interface{}

UserListerExpansion allows custom methods to be added to UserLister.

type UserNamespaceLister

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

UserNamespaceLister helps list and get Users.

type UserNamespaceListerExpansion

type UserNamespaceListerExpansion interface{}

UserNamespaceListerExpansion allows custom methods to be added to UserNamespaceLister.

type WorkflowLister

type WorkflowLister interface {
	// List lists all Workflows in the indexer.
	List(selector labels.Selector) (ret []*v1.Workflow, err error)
	// Workflows returns an object that can list and get Workflows.
	Workflows(namespace string) WorkflowNamespaceLister
	WorkflowListerExpansion
}

WorkflowLister helps list Workflows.

func NewWorkflowLister

func NewWorkflowLister(indexer cache.Indexer) WorkflowLister

NewWorkflowLister returns a new WorkflowLister.

type WorkflowListerExpansion

type WorkflowListerExpansion interface{}

WorkflowListerExpansion allows custom methods to be added to WorkflowLister.

type WorkflowNamespaceLister

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

WorkflowNamespaceLister helps list and get Workflows.

type WorkflowNamespaceListerExpansion

type WorkflowNamespaceListerExpansion interface{}

WorkflowNamespaceListerExpansion allows custom methods to be added to WorkflowNamespaceLister.

Jump to

Keyboard shortcuts

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