Documentation ¶
Index ¶
- type KogitoBuildLister
- type KogitoBuildListerExpansion
- type KogitoBuildNamespaceLister
- type KogitoBuildNamespaceListerExpansion
- type KogitoInfraLister
- type KogitoInfraListerExpansion
- type KogitoInfraNamespaceLister
- type KogitoInfraNamespaceListerExpansion
- type KogitoRuntimeLister
- type KogitoRuntimeListerExpansion
- type KogitoRuntimeNamespaceLister
- type KogitoRuntimeNamespaceListerExpansion
- type KogitoSupportingServiceLister
- type KogitoSupportingServiceListerExpansion
- type KogitoSupportingServiceNamespaceLister
- type KogitoSupportingServiceNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KogitoBuildLister ¶
type KogitoBuildLister interface { // List lists all KogitoBuilds in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KogitoBuild, err error) // KogitoBuilds returns an object that can list and get KogitoBuilds. KogitoBuilds(namespace string) KogitoBuildNamespaceLister KogitoBuildListerExpansion }
KogitoBuildLister helps list KogitoBuilds. All objects returned here must be treated as read-only.
func NewKogitoBuildLister ¶
func NewKogitoBuildLister(indexer cache.Indexer) KogitoBuildLister
NewKogitoBuildLister returns a new KogitoBuildLister.
type KogitoBuildListerExpansion ¶
type KogitoBuildListerExpansion interface{}
KogitoBuildListerExpansion allows custom methods to be added to KogitoBuildLister.
type KogitoBuildNamespaceLister ¶
type KogitoBuildNamespaceLister interface { // List lists all KogitoBuilds in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KogitoBuild, err error) // Get retrieves the KogitoBuild from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1beta1.KogitoBuild, error) KogitoBuildNamespaceListerExpansion }
KogitoBuildNamespaceLister helps list and get KogitoBuilds. All objects returned here must be treated as read-only.
type KogitoBuildNamespaceListerExpansion ¶
type KogitoBuildNamespaceListerExpansion interface{}
KogitoBuildNamespaceListerExpansion allows custom methods to be added to KogitoBuildNamespaceLister.
type KogitoInfraLister ¶
type KogitoInfraLister interface { // List lists all KogitoInfras in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KogitoInfra, err error) // KogitoInfras returns an object that can list and get KogitoInfras. KogitoInfras(namespace string) KogitoInfraNamespaceLister KogitoInfraListerExpansion }
KogitoInfraLister helps list KogitoInfras. All objects returned here must be treated as read-only.
func NewKogitoInfraLister ¶
func NewKogitoInfraLister(indexer cache.Indexer) KogitoInfraLister
NewKogitoInfraLister returns a new KogitoInfraLister.
type KogitoInfraListerExpansion ¶
type KogitoInfraListerExpansion interface{}
KogitoInfraListerExpansion allows custom methods to be added to KogitoInfraLister.
type KogitoInfraNamespaceLister ¶
type KogitoInfraNamespaceLister interface { // List lists all KogitoInfras in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KogitoInfra, err error) // Get retrieves the KogitoInfra from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1beta1.KogitoInfra, error) KogitoInfraNamespaceListerExpansion }
KogitoInfraNamespaceLister helps list and get KogitoInfras. All objects returned here must be treated as read-only.
type KogitoInfraNamespaceListerExpansion ¶
type KogitoInfraNamespaceListerExpansion interface{}
KogitoInfraNamespaceListerExpansion allows custom methods to be added to KogitoInfraNamespaceLister.
type KogitoRuntimeLister ¶
type KogitoRuntimeLister interface { // List lists all KogitoRuntimes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KogitoRuntime, err error) // KogitoRuntimes returns an object that can list and get KogitoRuntimes. KogitoRuntimes(namespace string) KogitoRuntimeNamespaceLister KogitoRuntimeListerExpansion }
KogitoRuntimeLister helps list KogitoRuntimes. All objects returned here must be treated as read-only.
func NewKogitoRuntimeLister ¶
func NewKogitoRuntimeLister(indexer cache.Indexer) KogitoRuntimeLister
NewKogitoRuntimeLister returns a new KogitoRuntimeLister.
type KogitoRuntimeListerExpansion ¶
type KogitoRuntimeListerExpansion interface{}
KogitoRuntimeListerExpansion allows custom methods to be added to KogitoRuntimeLister.
type KogitoRuntimeNamespaceLister ¶
type KogitoRuntimeNamespaceLister interface { // List lists all KogitoRuntimes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KogitoRuntime, err error) // Get retrieves the KogitoRuntime from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1beta1.KogitoRuntime, error) KogitoRuntimeNamespaceListerExpansion }
KogitoRuntimeNamespaceLister helps list and get KogitoRuntimes. All objects returned here must be treated as read-only.
type KogitoRuntimeNamespaceListerExpansion ¶
type KogitoRuntimeNamespaceListerExpansion interface{}
KogitoRuntimeNamespaceListerExpansion allows custom methods to be added to KogitoRuntimeNamespaceLister.
type KogitoSupportingServiceLister ¶
type KogitoSupportingServiceLister interface { // List lists all KogitoSupportingServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KogitoSupportingService, err error) // KogitoSupportingServices returns an object that can list and get KogitoSupportingServices. KogitoSupportingServices(namespace string) KogitoSupportingServiceNamespaceLister KogitoSupportingServiceListerExpansion }
KogitoSupportingServiceLister helps list KogitoSupportingServices. All objects returned here must be treated as read-only.
func NewKogitoSupportingServiceLister ¶
func NewKogitoSupportingServiceLister(indexer cache.Indexer) KogitoSupportingServiceLister
NewKogitoSupportingServiceLister returns a new KogitoSupportingServiceLister.
type KogitoSupportingServiceListerExpansion ¶
type KogitoSupportingServiceListerExpansion interface{}
KogitoSupportingServiceListerExpansion allows custom methods to be added to KogitoSupportingServiceLister.
type KogitoSupportingServiceNamespaceLister ¶
type KogitoSupportingServiceNamespaceLister interface { // List lists all KogitoSupportingServices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.KogitoSupportingService, err error) // Get retrieves the KogitoSupportingService from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1beta1.KogitoSupportingService, error) KogitoSupportingServiceNamespaceListerExpansion }
KogitoSupportingServiceNamespaceLister helps list and get KogitoSupportingServices. All objects returned here must be treated as read-only.
type KogitoSupportingServiceNamespaceListerExpansion ¶
type KogitoSupportingServiceNamespaceListerExpansion interface{}
KogitoSupportingServiceNamespaceListerExpansion allows custom methods to be added to KogitoSupportingServiceNamespaceLister.