Documentation ¶
Index ¶
- type AppImageLister
- type AppImageListerExpansion
- type ClusterDomainRouteLister
- type ClusterDomainRouteListerExpansion
- type DomainAppImageLister
- type DomainAppImageListerExpansion
- type DomainAppImageNamespaceLister
- type DomainAppImageNamespaceListerExpansion
- type DomainDataGrantLister
- type DomainDataGrantListerExpansion
- type DomainDataGrantNamespaceLister
- type DomainDataGrantNamespaceListerExpansion
- type DomainDataLister
- type DomainDataListerExpansion
- type DomainDataNamespaceLister
- type DomainDataNamespaceListerExpansion
- type DomainDataSourceLister
- type DomainDataSourceListerExpansion
- type DomainDataSourceNamespaceLister
- type DomainDataSourceNamespaceListerExpansion
- type DomainLister
- type DomainListerExpansion
- type DomainRouteLister
- type DomainRouteListerExpansion
- type DomainRouteNamespaceLister
- type DomainRouteNamespaceListerExpansion
- type GatewayLister
- type GatewayListerExpansion
- type GatewayNamespaceLister
- type GatewayNamespaceListerExpansion
- type InteropConfigLister
- type InteropConfigListerExpansion
- type KusciaDeploymentLister
- type KusciaDeploymentListerExpansion
- type KusciaDeploymentNamespaceLister
- type KusciaDeploymentNamespaceListerExpansion
- type KusciaDeploymentSummaryLister
- type KusciaDeploymentSummaryListerExpansion
- type KusciaDeploymentSummaryNamespaceLister
- type KusciaDeploymentSummaryNamespaceListerExpansion
- type KusciaJobLister
- type KusciaJobListerExpansion
- type KusciaJobNamespaceLister
- type KusciaJobNamespaceListerExpansion
- type KusciaJobSummaryLister
- type KusciaJobSummaryListerExpansion
- type KusciaJobSummaryNamespaceLister
- type KusciaJobSummaryNamespaceListerExpansion
- type KusciaTaskLister
- type KusciaTaskListerExpansion
- type KusciaTaskNamespaceLister
- type KusciaTaskNamespaceListerExpansion
- type KusciaTaskSummaryLister
- type KusciaTaskSummaryListerExpansion
- type KusciaTaskSummaryNamespaceLister
- type KusciaTaskSummaryNamespaceListerExpansion
- type TaskResourceGroupLister
- type TaskResourceGroupListerExpansion
- type TaskResourceLister
- type TaskResourceListerExpansion
- type TaskResourceNamespaceLister
- type TaskResourceNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppImageLister ¶
type AppImageLister interface { // List lists all AppImages in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AppImage, err error) // Get retrieves the AppImage from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AppImage, error) AppImageListerExpansion }
AppImageLister helps list AppImages. All objects returned here must be treated as read-only.
func NewAppImageLister ¶
func NewAppImageLister(indexer cache.Indexer) AppImageLister
NewAppImageLister returns a new AppImageLister.
type AppImageListerExpansion ¶
type AppImageListerExpansion interface{}
AppImageListerExpansion allows custom methods to be added to AppImageLister.
type ClusterDomainRouteLister ¶
type ClusterDomainRouteLister interface { // List lists all ClusterDomainRoutes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterDomainRoute, err error) // Get retrieves the ClusterDomainRoute from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterDomainRoute, error) ClusterDomainRouteListerExpansion }
ClusterDomainRouteLister helps list ClusterDomainRoutes. All objects returned here must be treated as read-only.
func NewClusterDomainRouteLister ¶
func NewClusterDomainRouteLister(indexer cache.Indexer) ClusterDomainRouteLister
NewClusterDomainRouteLister returns a new ClusterDomainRouteLister.
type ClusterDomainRouteListerExpansion ¶
type ClusterDomainRouteListerExpansion interface{}
ClusterDomainRouteListerExpansion allows custom methods to be added to ClusterDomainRouteLister.
type DomainAppImageLister ¶
type DomainAppImageLister interface { // List lists all DomainAppImages in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainAppImage, err error) // DomainAppImages returns an object that can list and get DomainAppImages. DomainAppImages(namespace string) DomainAppImageNamespaceLister DomainAppImageListerExpansion }
DomainAppImageLister helps list DomainAppImages. All objects returned here must be treated as read-only.
func NewDomainAppImageLister ¶
func NewDomainAppImageLister(indexer cache.Indexer) DomainAppImageLister
NewDomainAppImageLister returns a new DomainAppImageLister.
type DomainAppImageListerExpansion ¶
type DomainAppImageListerExpansion interface{}
DomainAppImageListerExpansion allows custom methods to be added to DomainAppImageLister.
type DomainAppImageNamespaceLister ¶
type DomainAppImageNamespaceLister interface { // List lists all DomainAppImages in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainAppImage, err error) // Get retrieves the DomainAppImage from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DomainAppImage, error) DomainAppImageNamespaceListerExpansion }
DomainAppImageNamespaceLister helps list and get DomainAppImages. All objects returned here must be treated as read-only.
type DomainAppImageNamespaceListerExpansion ¶
type DomainAppImageNamespaceListerExpansion interface{}
DomainAppImageNamespaceListerExpansion allows custom methods to be added to DomainAppImageNamespaceLister.
type DomainDataGrantLister ¶
type DomainDataGrantLister interface { // List lists all DomainDataGrants in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainDataGrant, err error) // DomainDataGrants returns an object that can list and get DomainDataGrants. DomainDataGrants(namespace string) DomainDataGrantNamespaceLister DomainDataGrantListerExpansion }
DomainDataGrantLister helps list DomainDataGrants. All objects returned here must be treated as read-only.
func NewDomainDataGrantLister ¶
func NewDomainDataGrantLister(indexer cache.Indexer) DomainDataGrantLister
NewDomainDataGrantLister returns a new DomainDataGrantLister.
type DomainDataGrantListerExpansion ¶
type DomainDataGrantListerExpansion interface{}
DomainDataGrantListerExpansion allows custom methods to be added to DomainDataGrantLister.
type DomainDataGrantNamespaceLister ¶
type DomainDataGrantNamespaceLister interface { // List lists all DomainDataGrants in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainDataGrant, err error) // Get retrieves the DomainDataGrant from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DomainDataGrant, error) DomainDataGrantNamespaceListerExpansion }
DomainDataGrantNamespaceLister helps list and get DomainDataGrants. All objects returned here must be treated as read-only.
type DomainDataGrantNamespaceListerExpansion ¶
type DomainDataGrantNamespaceListerExpansion interface{}
DomainDataGrantNamespaceListerExpansion allows custom methods to be added to DomainDataGrantNamespaceLister.
type DomainDataLister ¶
type DomainDataLister interface { // List lists all DomainDatas in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainData, err error) // DomainDatas returns an object that can list and get DomainDatas. DomainDatas(namespace string) DomainDataNamespaceLister DomainDataListerExpansion }
DomainDataLister helps list DomainDatas. All objects returned here must be treated as read-only.
func NewDomainDataLister ¶
func NewDomainDataLister(indexer cache.Indexer) DomainDataLister
NewDomainDataLister returns a new DomainDataLister.
type DomainDataListerExpansion ¶
type DomainDataListerExpansion interface{}
DomainDataListerExpansion allows custom methods to be added to DomainDataLister.
type DomainDataNamespaceLister ¶
type DomainDataNamespaceLister interface { // List lists all DomainDatas in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainData, err error) // Get retrieves the DomainData from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DomainData, error) DomainDataNamespaceListerExpansion }
DomainDataNamespaceLister helps list and get DomainDatas. All objects returned here must be treated as read-only.
type DomainDataNamespaceListerExpansion ¶
type DomainDataNamespaceListerExpansion interface{}
DomainDataNamespaceListerExpansion allows custom methods to be added to DomainDataNamespaceLister.
type DomainDataSourceLister ¶
type DomainDataSourceLister interface { // List lists all DomainDataSources in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainDataSource, err error) // DomainDataSources returns an object that can list and get DomainDataSources. DomainDataSources(namespace string) DomainDataSourceNamespaceLister DomainDataSourceListerExpansion }
DomainDataSourceLister helps list DomainDataSources. All objects returned here must be treated as read-only.
func NewDomainDataSourceLister ¶
func NewDomainDataSourceLister(indexer cache.Indexer) DomainDataSourceLister
NewDomainDataSourceLister returns a new DomainDataSourceLister.
type DomainDataSourceListerExpansion ¶
type DomainDataSourceListerExpansion interface{}
DomainDataSourceListerExpansion allows custom methods to be added to DomainDataSourceLister.
type DomainDataSourceNamespaceLister ¶
type DomainDataSourceNamespaceLister interface { // List lists all DomainDataSources in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainDataSource, err error) // Get retrieves the DomainDataSource from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DomainDataSource, error) DomainDataSourceNamespaceListerExpansion }
DomainDataSourceNamespaceLister helps list and get DomainDataSources. All objects returned here must be treated as read-only.
type DomainDataSourceNamespaceListerExpansion ¶
type DomainDataSourceNamespaceListerExpansion interface{}
DomainDataSourceNamespaceListerExpansion allows custom methods to be added to DomainDataSourceNamespaceLister.
type DomainLister ¶
type DomainLister interface { // List lists all Domains in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Domain, err error) // Get retrieves the Domain from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Domain, error) DomainListerExpansion }
DomainLister helps list Domains. All objects returned here must be treated as read-only.
func NewDomainLister ¶
func NewDomainLister(indexer cache.Indexer) DomainLister
NewDomainLister returns a new DomainLister.
type DomainListerExpansion ¶
type DomainListerExpansion interface{}
DomainListerExpansion allows custom methods to be added to DomainLister.
type DomainRouteLister ¶
type DomainRouteLister interface { // List lists all DomainRoutes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainRoute, err error) // DomainRoutes returns an object that can list and get DomainRoutes. DomainRoutes(namespace string) DomainRouteNamespaceLister DomainRouteListerExpansion }
DomainRouteLister helps list DomainRoutes. All objects returned here must be treated as read-only.
func NewDomainRouteLister ¶
func NewDomainRouteLister(indexer cache.Indexer) DomainRouteLister
NewDomainRouteLister returns a new DomainRouteLister.
type DomainRouteListerExpansion ¶
type DomainRouteListerExpansion interface{}
DomainRouteListerExpansion allows custom methods to be added to DomainRouteLister.
type DomainRouteNamespaceLister ¶
type DomainRouteNamespaceLister interface { // List lists all DomainRoutes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DomainRoute, err error) // Get retrieves the DomainRoute from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DomainRoute, error) DomainRouteNamespaceListerExpansion }
DomainRouteNamespaceLister helps list and get DomainRoutes. All objects returned here must be treated as read-only.
type DomainRouteNamespaceListerExpansion ¶
type DomainRouteNamespaceListerExpansion interface{}
DomainRouteNamespaceListerExpansion allows custom methods to be added to DomainRouteNamespaceLister.
type GatewayLister ¶
type GatewayLister interface { // List lists all Gateways in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Gateway, err error) // Gateways returns an object that can list and get Gateways. Gateways(namespace string) GatewayNamespaceLister GatewayListerExpansion }
GatewayLister helps list Gateways. All objects returned here must be treated as read-only.
func NewGatewayLister ¶
func NewGatewayLister(indexer cache.Indexer) GatewayLister
NewGatewayLister returns a new GatewayLister.
type GatewayListerExpansion ¶
type GatewayListerExpansion interface{}
GatewayListerExpansion allows custom methods to be added to GatewayLister.
type GatewayNamespaceLister ¶
type GatewayNamespaceLister interface { // List lists all Gateways in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Gateway, err error) // Get retrieves the Gateway from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Gateway, error) GatewayNamespaceListerExpansion }
GatewayNamespaceLister helps list and get Gateways. All objects returned here must be treated as read-only.
type GatewayNamespaceListerExpansion ¶
type GatewayNamespaceListerExpansion interface{}
GatewayNamespaceListerExpansion allows custom methods to be added to GatewayNamespaceLister.
type InteropConfigLister ¶
type InteropConfigLister interface { // List lists all InteropConfigs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InteropConfig, err error) // Get retrieves the InteropConfig from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InteropConfig, error) InteropConfigListerExpansion }
InteropConfigLister helps list InteropConfigs. All objects returned here must be treated as read-only.
func NewInteropConfigLister ¶
func NewInteropConfigLister(indexer cache.Indexer) InteropConfigLister
NewInteropConfigLister returns a new InteropConfigLister.
type InteropConfigListerExpansion ¶
type InteropConfigListerExpansion interface{}
InteropConfigListerExpansion allows custom methods to be added to InteropConfigLister.
type KusciaDeploymentLister ¶
type KusciaDeploymentLister interface { // List lists all KusciaDeployments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaDeployment, err error) // KusciaDeployments returns an object that can list and get KusciaDeployments. KusciaDeployments(namespace string) KusciaDeploymentNamespaceLister KusciaDeploymentListerExpansion }
KusciaDeploymentLister helps list KusciaDeployments. All objects returned here must be treated as read-only.
func NewKusciaDeploymentLister ¶
func NewKusciaDeploymentLister(indexer cache.Indexer) KusciaDeploymentLister
NewKusciaDeploymentLister returns a new KusciaDeploymentLister.
type KusciaDeploymentListerExpansion ¶
type KusciaDeploymentListerExpansion interface{}
KusciaDeploymentListerExpansion allows custom methods to be added to KusciaDeploymentLister.
type KusciaDeploymentNamespaceLister ¶
type KusciaDeploymentNamespaceLister interface { // List lists all KusciaDeployments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaDeployment, err error) // Get retrieves the KusciaDeployment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KusciaDeployment, error) KusciaDeploymentNamespaceListerExpansion }
KusciaDeploymentNamespaceLister helps list and get KusciaDeployments. All objects returned here must be treated as read-only.
type KusciaDeploymentNamespaceListerExpansion ¶
type KusciaDeploymentNamespaceListerExpansion interface{}
KusciaDeploymentNamespaceListerExpansion allows custom methods to be added to KusciaDeploymentNamespaceLister.
type KusciaDeploymentSummaryLister ¶
type KusciaDeploymentSummaryLister interface { // List lists all KusciaDeploymentSummaries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaDeploymentSummary, err error) // KusciaDeploymentSummaries returns an object that can list and get KusciaDeploymentSummaries. KusciaDeploymentSummaries(namespace string) KusciaDeploymentSummaryNamespaceLister KusciaDeploymentSummaryListerExpansion }
KusciaDeploymentSummaryLister helps list KusciaDeploymentSummaries. All objects returned here must be treated as read-only.
func NewKusciaDeploymentSummaryLister ¶
func NewKusciaDeploymentSummaryLister(indexer cache.Indexer) KusciaDeploymentSummaryLister
NewKusciaDeploymentSummaryLister returns a new KusciaDeploymentSummaryLister.
type KusciaDeploymentSummaryListerExpansion ¶
type KusciaDeploymentSummaryListerExpansion interface{}
KusciaDeploymentSummaryListerExpansion allows custom methods to be added to KusciaDeploymentSummaryLister.
type KusciaDeploymentSummaryNamespaceLister ¶
type KusciaDeploymentSummaryNamespaceLister interface { // List lists all KusciaDeploymentSummaries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaDeploymentSummary, err error) // Get retrieves the KusciaDeploymentSummary from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KusciaDeploymentSummary, error) KusciaDeploymentSummaryNamespaceListerExpansion }
KusciaDeploymentSummaryNamespaceLister helps list and get KusciaDeploymentSummaries. All objects returned here must be treated as read-only.
type KusciaDeploymentSummaryNamespaceListerExpansion ¶
type KusciaDeploymentSummaryNamespaceListerExpansion interface{}
KusciaDeploymentSummaryNamespaceListerExpansion allows custom methods to be added to KusciaDeploymentSummaryNamespaceLister.
type KusciaJobLister ¶
type KusciaJobLister interface { // List lists all KusciaJobs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaJob, err error) // KusciaJobs returns an object that can list and get KusciaJobs. KusciaJobs(namespace string) KusciaJobNamespaceLister KusciaJobListerExpansion }
KusciaJobLister helps list KusciaJobs. All objects returned here must be treated as read-only.
func NewKusciaJobLister ¶
func NewKusciaJobLister(indexer cache.Indexer) KusciaJobLister
NewKusciaJobLister returns a new KusciaJobLister.
type KusciaJobListerExpansion ¶
type KusciaJobListerExpansion interface{}
KusciaJobListerExpansion allows custom methods to be added to KusciaJobLister.
type KusciaJobNamespaceLister ¶
type KusciaJobNamespaceLister interface { // List lists all KusciaJobs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaJob, err error) // Get retrieves the KusciaJob from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KusciaJob, error) KusciaJobNamespaceListerExpansion }
KusciaJobNamespaceLister helps list and get KusciaJobs. All objects returned here must be treated as read-only.
type KusciaJobNamespaceListerExpansion ¶
type KusciaJobNamespaceListerExpansion interface{}
KusciaJobNamespaceListerExpansion allows custom methods to be added to KusciaJobNamespaceLister.
type KusciaJobSummaryLister ¶
type KusciaJobSummaryLister interface { // List lists all KusciaJobSummaries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaJobSummary, err error) // KusciaJobSummaries returns an object that can list and get KusciaJobSummaries. KusciaJobSummaries(namespace string) KusciaJobSummaryNamespaceLister KusciaJobSummaryListerExpansion }
KusciaJobSummaryLister helps list KusciaJobSummaries. All objects returned here must be treated as read-only.
func NewKusciaJobSummaryLister ¶
func NewKusciaJobSummaryLister(indexer cache.Indexer) KusciaJobSummaryLister
NewKusciaJobSummaryLister returns a new KusciaJobSummaryLister.
type KusciaJobSummaryListerExpansion ¶
type KusciaJobSummaryListerExpansion interface{}
KusciaJobSummaryListerExpansion allows custom methods to be added to KusciaJobSummaryLister.
type KusciaJobSummaryNamespaceLister ¶
type KusciaJobSummaryNamespaceLister interface { // List lists all KusciaJobSummaries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaJobSummary, err error) // Get retrieves the KusciaJobSummary from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KusciaJobSummary, error) KusciaJobSummaryNamespaceListerExpansion }
KusciaJobSummaryNamespaceLister helps list and get KusciaJobSummaries. All objects returned here must be treated as read-only.
type KusciaJobSummaryNamespaceListerExpansion ¶
type KusciaJobSummaryNamespaceListerExpansion interface{}
KusciaJobSummaryNamespaceListerExpansion allows custom methods to be added to KusciaJobSummaryNamespaceLister.
type KusciaTaskLister ¶
type KusciaTaskLister interface { // List lists all KusciaTasks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaTask, err error) // KusciaTasks returns an object that can list and get KusciaTasks. KusciaTasks(namespace string) KusciaTaskNamespaceLister KusciaTaskListerExpansion }
KusciaTaskLister helps list KusciaTasks. All objects returned here must be treated as read-only.
func NewKusciaTaskLister ¶
func NewKusciaTaskLister(indexer cache.Indexer) KusciaTaskLister
NewKusciaTaskLister returns a new KusciaTaskLister.
type KusciaTaskListerExpansion ¶
type KusciaTaskListerExpansion interface{}
KusciaTaskListerExpansion allows custom methods to be added to KusciaTaskLister.
type KusciaTaskNamespaceLister ¶
type KusciaTaskNamespaceLister interface { // List lists all KusciaTasks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaTask, err error) // Get retrieves the KusciaTask from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KusciaTask, error) KusciaTaskNamespaceListerExpansion }
KusciaTaskNamespaceLister helps list and get KusciaTasks. All objects returned here must be treated as read-only.
type KusciaTaskNamespaceListerExpansion ¶
type KusciaTaskNamespaceListerExpansion interface{}
KusciaTaskNamespaceListerExpansion allows custom methods to be added to KusciaTaskNamespaceLister.
type KusciaTaskSummaryLister ¶
type KusciaTaskSummaryLister interface { // List lists all KusciaTaskSummaries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaTaskSummary, err error) // KusciaTaskSummaries returns an object that can list and get KusciaTaskSummaries. KusciaTaskSummaries(namespace string) KusciaTaskSummaryNamespaceLister KusciaTaskSummaryListerExpansion }
KusciaTaskSummaryLister helps list KusciaTaskSummaries. All objects returned here must be treated as read-only.
func NewKusciaTaskSummaryLister ¶
func NewKusciaTaskSummaryLister(indexer cache.Indexer) KusciaTaskSummaryLister
NewKusciaTaskSummaryLister returns a new KusciaTaskSummaryLister.
type KusciaTaskSummaryListerExpansion ¶
type KusciaTaskSummaryListerExpansion interface{}
KusciaTaskSummaryListerExpansion allows custom methods to be added to KusciaTaskSummaryLister.
type KusciaTaskSummaryNamespaceLister ¶
type KusciaTaskSummaryNamespaceLister interface { // List lists all KusciaTaskSummaries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KusciaTaskSummary, err error) // Get retrieves the KusciaTaskSummary from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KusciaTaskSummary, error) KusciaTaskSummaryNamespaceListerExpansion }
KusciaTaskSummaryNamespaceLister helps list and get KusciaTaskSummaries. All objects returned here must be treated as read-only.
type KusciaTaskSummaryNamespaceListerExpansion ¶
type KusciaTaskSummaryNamespaceListerExpansion interface{}
KusciaTaskSummaryNamespaceListerExpansion allows custom methods to be added to KusciaTaskSummaryNamespaceLister.
type TaskResourceGroupLister ¶
type TaskResourceGroupLister interface { // List lists all TaskResourceGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TaskResourceGroup, err error) // Get retrieves the TaskResourceGroup from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TaskResourceGroup, error) TaskResourceGroupListerExpansion }
TaskResourceGroupLister helps list TaskResourceGroups. All objects returned here must be treated as read-only.
func NewTaskResourceGroupLister ¶
func NewTaskResourceGroupLister(indexer cache.Indexer) TaskResourceGroupLister
NewTaskResourceGroupLister returns a new TaskResourceGroupLister.
type TaskResourceGroupListerExpansion ¶
type TaskResourceGroupListerExpansion interface{}
TaskResourceGroupListerExpansion allows custom methods to be added to TaskResourceGroupLister.
type TaskResourceLister ¶
type TaskResourceLister interface { // List lists all TaskResources in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TaskResource, err error) // TaskResources returns an object that can list and get TaskResources. TaskResources(namespace string) TaskResourceNamespaceLister TaskResourceListerExpansion }
TaskResourceLister helps list TaskResources. All objects returned here must be treated as read-only.
func NewTaskResourceLister ¶
func NewTaskResourceLister(indexer cache.Indexer) TaskResourceLister
NewTaskResourceLister returns a new TaskResourceLister.
type TaskResourceListerExpansion ¶
type TaskResourceListerExpansion interface{}
TaskResourceListerExpansion allows custom methods to be added to TaskResourceLister.
type TaskResourceNamespaceLister ¶
type TaskResourceNamespaceLister interface { // List lists all TaskResources in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TaskResource, err error) // Get retrieves the TaskResource from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TaskResource, error) TaskResourceNamespaceListerExpansion }
TaskResourceNamespaceLister helps list and get TaskResources. All objects returned here must be treated as read-only.
type TaskResourceNamespaceListerExpansion ¶
type TaskResourceNamespaceListerExpansion interface{}
TaskResourceNamespaceListerExpansion allows custom methods to be added to TaskResourceNamespaceLister.
Source Files ¶
- appimage.go
- clusterdomainroute.go
- domain.go
- domainappimage.go
- domaindata.go
- domaindatagrant.go
- domaindatasource.go
- domainroute.go
- expansion_generated.go
- gateway.go
- interopconfig.go
- kusciadeployment.go
- kusciadeploymentsummary.go
- kusciajob.go
- kusciajobsummary.go
- kusciatask.go
- kusciatasksummary.go
- taskresource.go
- taskresourcegroup.go