v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2021 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 OperatingSystemConfigLister

type OperatingSystemConfigLister interface {
	// List lists all OperatingSystemConfigs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.OperatingSystemConfig, err error)
	// OperatingSystemConfigs returns an object that can list and get OperatingSystemConfigs.
	OperatingSystemConfigs(namespace string) OperatingSystemConfigNamespaceLister
	OperatingSystemConfigListerExpansion
}

OperatingSystemConfigLister helps list OperatingSystemConfigs. All objects returned here must be treated as read-only.

func NewOperatingSystemConfigLister

func NewOperatingSystemConfigLister(indexer cache.Indexer) OperatingSystemConfigLister

NewOperatingSystemConfigLister returns a new OperatingSystemConfigLister.

type OperatingSystemConfigListerExpansion

type OperatingSystemConfigListerExpansion interface{}

OperatingSystemConfigListerExpansion allows custom methods to be added to OperatingSystemConfigLister.

type OperatingSystemConfigNamespaceLister

type OperatingSystemConfigNamespaceLister interface {
	// List lists all OperatingSystemConfigs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.OperatingSystemConfig, err error)
	// Get retrieves the OperatingSystemConfig from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.OperatingSystemConfig, error)
	OperatingSystemConfigNamespaceListerExpansion
}

OperatingSystemConfigNamespaceLister helps list and get OperatingSystemConfigs. All objects returned here must be treated as read-only.

type OperatingSystemConfigNamespaceListerExpansion

type OperatingSystemConfigNamespaceListerExpansion interface{}

OperatingSystemConfigNamespaceListerExpansion allows custom methods to be added to OperatingSystemConfigNamespaceLister.

type OperatingSystemProfileLister

type OperatingSystemProfileLister interface {
	// List lists all OperatingSystemProfiles in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.OperatingSystemProfile, err error)
	// OperatingSystemProfiles returns an object that can list and get OperatingSystemProfiles.
	OperatingSystemProfiles(namespace string) OperatingSystemProfileNamespaceLister
	OperatingSystemProfileListerExpansion
}

OperatingSystemProfileLister helps list OperatingSystemProfiles. All objects returned here must be treated as read-only.

func NewOperatingSystemProfileLister

func NewOperatingSystemProfileLister(indexer cache.Indexer) OperatingSystemProfileLister

NewOperatingSystemProfileLister returns a new OperatingSystemProfileLister.

type OperatingSystemProfileListerExpansion

type OperatingSystemProfileListerExpansion interface{}

OperatingSystemProfileListerExpansion allows custom methods to be added to OperatingSystemProfileLister.

type OperatingSystemProfileNamespaceLister

type OperatingSystemProfileNamespaceLister interface {
	// List lists all OperatingSystemProfiles in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.OperatingSystemProfile, err error)
	// Get retrieves the OperatingSystemProfile from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.OperatingSystemProfile, error)
	OperatingSystemProfileNamespaceListerExpansion
}

OperatingSystemProfileNamespaceLister helps list and get OperatingSystemProfiles. All objects returned here must be treated as read-only.

type OperatingSystemProfileNamespaceListerExpansion

type OperatingSystemProfileNamespaceListerExpansion interface{}

OperatingSystemProfileNamespaceListerExpansion allows custom methods to be added to OperatingSystemProfileNamespaceLister.

Jump to

Keyboard shortcuts

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