v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 DesktopApplicationGroupLister

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

DesktopApplicationGroupLister helps list DesktopApplicationGroups. All objects returned here must be treated as read-only.

func NewDesktopApplicationGroupLister

func NewDesktopApplicationGroupLister(indexer cache.Indexer) DesktopApplicationGroupLister

NewDesktopApplicationGroupLister returns a new DesktopApplicationGroupLister.

type DesktopApplicationGroupListerExpansion

type DesktopApplicationGroupListerExpansion interface{}

DesktopApplicationGroupListerExpansion allows custom methods to be added to DesktopApplicationGroupLister.

type DesktopApplicationGroupNamespaceLister

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

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

type DesktopApplicationGroupNamespaceListerExpansion

type DesktopApplicationGroupNamespaceListerExpansion interface{}

DesktopApplicationGroupNamespaceListerExpansion allows custom methods to be added to DesktopApplicationGroupNamespaceLister.

type DesktopApplicationLister

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

DesktopApplicationLister helps list DesktopApplications. All objects returned here must be treated as read-only.

func NewDesktopApplicationLister

func NewDesktopApplicationLister(indexer cache.Indexer) DesktopApplicationLister

NewDesktopApplicationLister returns a new DesktopApplicationLister.

type DesktopApplicationListerExpansion

type DesktopApplicationListerExpansion interface{}

DesktopApplicationListerExpansion allows custom methods to be added to DesktopApplicationLister.

type DesktopApplicationNamespaceLister

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

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

type DesktopApplicationNamespaceListerExpansion

type DesktopApplicationNamespaceListerExpansion interface{}

DesktopApplicationNamespaceListerExpansion allows custom methods to be added to DesktopApplicationNamespaceLister.

type DesktopHostPoolLister

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

DesktopHostPoolLister helps list DesktopHostPools. All objects returned here must be treated as read-only.

func NewDesktopHostPoolLister

func NewDesktopHostPoolLister(indexer cache.Indexer) DesktopHostPoolLister

NewDesktopHostPoolLister returns a new DesktopHostPoolLister.

type DesktopHostPoolListerExpansion

type DesktopHostPoolListerExpansion interface{}

DesktopHostPoolListerExpansion allows custom methods to be added to DesktopHostPoolLister.

type DesktopHostPoolNamespaceLister

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

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

type DesktopHostPoolNamespaceListerExpansion

type DesktopHostPoolNamespaceListerExpansion interface{}

DesktopHostPoolNamespaceListerExpansion allows custom methods to be added to DesktopHostPoolNamespaceLister.

type DesktopHostPoolRegistrationInfoLister added in v0.5.0

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

DesktopHostPoolRegistrationInfoLister helps list DesktopHostPoolRegistrationInfos. All objects returned here must be treated as read-only.

func NewDesktopHostPoolRegistrationInfoLister added in v0.5.0

func NewDesktopHostPoolRegistrationInfoLister(indexer cache.Indexer) DesktopHostPoolRegistrationInfoLister

NewDesktopHostPoolRegistrationInfoLister returns a new DesktopHostPoolRegistrationInfoLister.

type DesktopHostPoolRegistrationInfoListerExpansion added in v0.5.0

type DesktopHostPoolRegistrationInfoListerExpansion interface{}

DesktopHostPoolRegistrationInfoListerExpansion allows custom methods to be added to DesktopHostPoolRegistrationInfoLister.

type DesktopHostPoolRegistrationInfoNamespaceLister added in v0.5.0

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

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

type DesktopHostPoolRegistrationInfoNamespaceListerExpansion added in v0.5.0

type DesktopHostPoolRegistrationInfoNamespaceListerExpansion interface{}

DesktopHostPoolRegistrationInfoNamespaceListerExpansion allows custom methods to be added to DesktopHostPoolRegistrationInfoNamespaceLister.

type DesktopScalingPlanLister added in v0.5.0

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

DesktopScalingPlanLister helps list DesktopScalingPlans. All objects returned here must be treated as read-only.

func NewDesktopScalingPlanLister added in v0.5.0

func NewDesktopScalingPlanLister(indexer cache.Indexer) DesktopScalingPlanLister

NewDesktopScalingPlanLister returns a new DesktopScalingPlanLister.

type DesktopScalingPlanListerExpansion added in v0.5.0

type DesktopScalingPlanListerExpansion interface{}

DesktopScalingPlanListerExpansion allows custom methods to be added to DesktopScalingPlanLister.

type DesktopScalingPlanNamespaceLister added in v0.5.0

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

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

type DesktopScalingPlanNamespaceListerExpansion added in v0.5.0

type DesktopScalingPlanNamespaceListerExpansion interface{}

DesktopScalingPlanNamespaceListerExpansion allows custom methods to be added to DesktopScalingPlanNamespaceLister.

type DesktopWorkspaceApplicationGroupAssociationLister

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

DesktopWorkspaceApplicationGroupAssociationLister helps list DesktopWorkspaceApplicationGroupAssociations. All objects returned here must be treated as read-only.

func NewDesktopWorkspaceApplicationGroupAssociationLister

func NewDesktopWorkspaceApplicationGroupAssociationLister(indexer cache.Indexer) DesktopWorkspaceApplicationGroupAssociationLister

NewDesktopWorkspaceApplicationGroupAssociationLister returns a new DesktopWorkspaceApplicationGroupAssociationLister.

type DesktopWorkspaceApplicationGroupAssociationListerExpansion

type DesktopWorkspaceApplicationGroupAssociationListerExpansion interface{}

DesktopWorkspaceApplicationGroupAssociationListerExpansion allows custom methods to be added to DesktopWorkspaceApplicationGroupAssociationLister.

type DesktopWorkspaceApplicationGroupAssociationNamespaceLister

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

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

type DesktopWorkspaceApplicationGroupAssociationNamespaceListerExpansion

type DesktopWorkspaceApplicationGroupAssociationNamespaceListerExpansion interface{}

DesktopWorkspaceApplicationGroupAssociationNamespaceListerExpansion allows custom methods to be added to DesktopWorkspaceApplicationGroupAssociationNamespaceLister.

type DesktopWorkspaceLister

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

DesktopWorkspaceLister helps list DesktopWorkspaces. All objects returned here must be treated as read-only.

func NewDesktopWorkspaceLister

func NewDesktopWorkspaceLister(indexer cache.Indexer) DesktopWorkspaceLister

NewDesktopWorkspaceLister returns a new DesktopWorkspaceLister.

type DesktopWorkspaceListerExpansion

type DesktopWorkspaceListerExpansion interface{}

DesktopWorkspaceListerExpansion allows custom methods to be added to DesktopWorkspaceLister.

type DesktopWorkspaceNamespaceLister

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

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

type DesktopWorkspaceNamespaceListerExpansion

type DesktopWorkspaceNamespaceListerExpansion interface{}

DesktopWorkspaceNamespaceListerExpansion allows custom methods to be added to DesktopWorkspaceNamespaceLister.

type HubBGPConnectionLister

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

HubBGPConnectionLister helps list HubBGPConnections. All objects returned here must be treated as read-only.

func NewHubBGPConnectionLister

func NewHubBGPConnectionLister(indexer cache.Indexer) HubBGPConnectionLister

NewHubBGPConnectionLister returns a new HubBGPConnectionLister.

type HubBGPConnectionListerExpansion

type HubBGPConnectionListerExpansion interface{}

HubBGPConnectionListerExpansion allows custom methods to be added to HubBGPConnectionLister.

type HubBGPConnectionNamespaceLister

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

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

type HubBGPConnectionNamespaceListerExpansion

type HubBGPConnectionNamespaceListerExpansion interface{}

HubBGPConnectionNamespaceListerExpansion allows custom methods to be added to HubBGPConnectionNamespaceLister.

type HubConnectionLister

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

HubConnectionLister helps list HubConnections. All objects returned here must be treated as read-only.

func NewHubConnectionLister

func NewHubConnectionLister(indexer cache.Indexer) HubConnectionLister

NewHubConnectionLister returns a new HubConnectionLister.

type HubConnectionListerExpansion

type HubConnectionListerExpansion interface{}

HubConnectionListerExpansion allows custom methods to be added to HubConnectionLister.

type HubConnectionNamespaceLister

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

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

type HubConnectionNamespaceListerExpansion

type HubConnectionNamespaceListerExpansion interface{}

HubConnectionNamespaceListerExpansion allows custom methods to be added to HubConnectionNamespaceLister.

type HubIPLister

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

HubIPLister helps list HubIPs. All objects returned here must be treated as read-only.

func NewHubIPLister

func NewHubIPLister(indexer cache.Indexer) HubIPLister

NewHubIPLister returns a new HubIPLister.

type HubIPListerExpansion

type HubIPListerExpansion interface{}

HubIPListerExpansion allows custom methods to be added to HubIPLister.

type HubIPNamespaceLister

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

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

type HubIPNamespaceListerExpansion

type HubIPNamespaceListerExpansion interface{}

HubIPNamespaceListerExpansion allows custom methods to be added to HubIPNamespaceLister.

type HubLister

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

HubLister helps list Hubs. All objects returned here must be treated as read-only.

func NewHubLister

func NewHubLister(indexer cache.Indexer) HubLister

NewHubLister returns a new HubLister.

type HubListerExpansion

type HubListerExpansion interface{}

HubListerExpansion allows custom methods to be added to HubLister.

type HubNamespaceLister

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

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

type HubNamespaceListerExpansion

type HubNamespaceListerExpansion interface{}

HubNamespaceListerExpansion allows custom methods to be added to HubNamespaceLister.

type HubRouteTableLister

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

HubRouteTableLister helps list HubRouteTables. All objects returned here must be treated as read-only.

func NewHubRouteTableLister

func NewHubRouteTableLister(indexer cache.Indexer) HubRouteTableLister

NewHubRouteTableLister returns a new HubRouteTableLister.

type HubRouteTableListerExpansion

type HubRouteTableListerExpansion interface{}

HubRouteTableListerExpansion allows custom methods to be added to HubRouteTableLister.

type HubRouteTableNamespaceLister

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

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

type HubRouteTableNamespaceListerExpansion

type HubRouteTableNamespaceListerExpansion interface{}

HubRouteTableNamespaceListerExpansion allows custom methods to be added to HubRouteTableNamespaceLister.

type HubRouteTableRouteLister added in v0.5.0

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

HubRouteTableRouteLister helps list HubRouteTableRoutes. All objects returned here must be treated as read-only.

func NewHubRouteTableRouteLister added in v0.5.0

func NewHubRouteTableRouteLister(indexer cache.Indexer) HubRouteTableRouteLister

NewHubRouteTableRouteLister returns a new HubRouteTableRouteLister.

type HubRouteTableRouteListerExpansion added in v0.5.0

type HubRouteTableRouteListerExpansion interface{}

HubRouteTableRouteListerExpansion allows custom methods to be added to HubRouteTableRouteLister.

type HubRouteTableRouteNamespaceLister added in v0.5.0

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

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

type HubRouteTableRouteNamespaceListerExpansion added in v0.5.0

type HubRouteTableRouteNamespaceListerExpansion interface{}

HubRouteTableRouteNamespaceListerExpansion allows custom methods to be added to HubRouteTableRouteNamespaceLister.

type HubSecurityPartnerProviderLister

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

HubSecurityPartnerProviderLister helps list HubSecurityPartnerProviders. All objects returned here must be treated as read-only.

func NewHubSecurityPartnerProviderLister

func NewHubSecurityPartnerProviderLister(indexer cache.Indexer) HubSecurityPartnerProviderLister

NewHubSecurityPartnerProviderLister returns a new HubSecurityPartnerProviderLister.

type HubSecurityPartnerProviderListerExpansion

type HubSecurityPartnerProviderListerExpansion interface{}

HubSecurityPartnerProviderListerExpansion allows custom methods to be added to HubSecurityPartnerProviderLister.

type HubSecurityPartnerProviderNamespaceLister

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

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

type HubSecurityPartnerProviderNamespaceListerExpansion

type HubSecurityPartnerProviderNamespaceListerExpansion interface{}

HubSecurityPartnerProviderNamespaceListerExpansion allows custom methods to be added to HubSecurityPartnerProviderNamespaceLister.

type MachineConfigurationPolicyAssignmentLister

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

MachineConfigurationPolicyAssignmentLister helps list MachineConfigurationPolicyAssignments. All objects returned here must be treated as read-only.

func NewMachineConfigurationPolicyAssignmentLister

func NewMachineConfigurationPolicyAssignmentLister(indexer cache.Indexer) MachineConfigurationPolicyAssignmentLister

NewMachineConfigurationPolicyAssignmentLister returns a new MachineConfigurationPolicyAssignmentLister.

type MachineConfigurationPolicyAssignmentListerExpansion

type MachineConfigurationPolicyAssignmentListerExpansion interface{}

MachineConfigurationPolicyAssignmentListerExpansion allows custom methods to be added to MachineConfigurationPolicyAssignmentLister.

type MachineConfigurationPolicyAssignmentNamespaceLister

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

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

type MachineConfigurationPolicyAssignmentNamespaceListerExpansion

type MachineConfigurationPolicyAssignmentNamespaceListerExpansion interface{}

MachineConfigurationPolicyAssignmentNamespaceListerExpansion allows custom methods to be added to MachineConfigurationPolicyAssignmentNamespaceLister.

type MachineDataDiskAttachmentLister

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

MachineDataDiskAttachmentLister helps list MachineDataDiskAttachments. All objects returned here must be treated as read-only.

func NewMachineDataDiskAttachmentLister

func NewMachineDataDiskAttachmentLister(indexer cache.Indexer) MachineDataDiskAttachmentLister

NewMachineDataDiskAttachmentLister returns a new MachineDataDiskAttachmentLister.

type MachineDataDiskAttachmentListerExpansion

type MachineDataDiskAttachmentListerExpansion interface{}

MachineDataDiskAttachmentListerExpansion allows custom methods to be added to MachineDataDiskAttachmentLister.

type MachineDataDiskAttachmentNamespaceLister

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

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

type MachineDataDiskAttachmentNamespaceListerExpansion

type MachineDataDiskAttachmentNamespaceListerExpansion interface{}

MachineDataDiskAttachmentNamespaceListerExpansion allows custom methods to be added to MachineDataDiskAttachmentNamespaceLister.

type MachineExtensionLister

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

MachineExtensionLister helps list MachineExtensions. All objects returned here must be treated as read-only.

func NewMachineExtensionLister

func NewMachineExtensionLister(indexer cache.Indexer) MachineExtensionLister

NewMachineExtensionLister returns a new MachineExtensionLister.

type MachineExtensionListerExpansion

type MachineExtensionListerExpansion interface{}

MachineExtensionListerExpansion allows custom methods to be added to MachineExtensionLister.

type MachineExtensionNamespaceLister

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

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

type MachineExtensionNamespaceListerExpansion

type MachineExtensionNamespaceListerExpansion interface{}

MachineExtensionNamespaceListerExpansion allows custom methods to be added to MachineExtensionNamespaceLister.

type MachineLister

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

MachineLister helps list Machines. All objects returned here must be treated as read-only.

func NewMachineLister

func NewMachineLister(indexer cache.Indexer) MachineLister

NewMachineLister returns a new MachineLister.

type MachineListerExpansion

type MachineListerExpansion interface{}

MachineListerExpansion allows custom methods to be added to MachineLister.

type MachineNamespaceLister

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

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

type MachineNamespaceListerExpansion

type MachineNamespaceListerExpansion interface{}

MachineNamespaceListerExpansion allows custom methods to be added to MachineNamespaceLister.

type MachineScaleSetExtensionLister

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

MachineScaleSetExtensionLister helps list MachineScaleSetExtensions. All objects returned here must be treated as read-only.

func NewMachineScaleSetExtensionLister

func NewMachineScaleSetExtensionLister(indexer cache.Indexer) MachineScaleSetExtensionLister

NewMachineScaleSetExtensionLister returns a new MachineScaleSetExtensionLister.

type MachineScaleSetExtensionListerExpansion

type MachineScaleSetExtensionListerExpansion interface{}

MachineScaleSetExtensionListerExpansion allows custom methods to be added to MachineScaleSetExtensionLister.

type MachineScaleSetExtensionNamespaceLister

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

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

type MachineScaleSetExtensionNamespaceListerExpansion

type MachineScaleSetExtensionNamespaceListerExpansion interface{}

MachineScaleSetExtensionNamespaceListerExpansion allows custom methods to be added to MachineScaleSetExtensionNamespaceLister.

type MachineScaleSetLister

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

MachineScaleSetLister helps list MachineScaleSets. All objects returned here must be treated as read-only.

func NewMachineScaleSetLister

func NewMachineScaleSetLister(indexer cache.Indexer) MachineScaleSetLister

NewMachineScaleSetLister returns a new MachineScaleSetLister.

type MachineScaleSetListerExpansion

type MachineScaleSetListerExpansion interface{}

MachineScaleSetListerExpansion allows custom methods to be added to MachineScaleSetLister.

type MachineScaleSetNamespaceLister

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

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

type MachineScaleSetNamespaceListerExpansion

type MachineScaleSetNamespaceListerExpansion interface{}

MachineScaleSetNamespaceListerExpansion allows custom methods to be added to MachineScaleSetNamespaceLister.

type NetworkDNSServersLister added in v0.5.0

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

NetworkDNSServersLister helps list NetworkDNSServerses. All objects returned here must be treated as read-only.

func NewNetworkDNSServersLister added in v0.5.0

func NewNetworkDNSServersLister(indexer cache.Indexer) NetworkDNSServersLister

NewNetworkDNSServersLister returns a new NetworkDNSServersLister.

type NetworkDNSServersListerExpansion added in v0.5.0

type NetworkDNSServersListerExpansion interface{}

NetworkDNSServersListerExpansion allows custom methods to be added to NetworkDNSServersLister.

type NetworkDNSServersNamespaceLister added in v0.5.0

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

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

type NetworkDNSServersNamespaceListerExpansion added in v0.5.0

type NetworkDNSServersNamespaceListerExpansion interface{}

NetworkDNSServersNamespaceListerExpansion allows custom methods to be added to NetworkDNSServersNamespaceLister.

type NetworkGatewayConnectionLister

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

NetworkGatewayConnectionLister helps list NetworkGatewayConnections. All objects returned here must be treated as read-only.

func NewNetworkGatewayConnectionLister

func NewNetworkGatewayConnectionLister(indexer cache.Indexer) NetworkGatewayConnectionLister

NewNetworkGatewayConnectionLister returns a new NetworkGatewayConnectionLister.

type NetworkGatewayConnectionListerExpansion

type NetworkGatewayConnectionListerExpansion interface{}

NetworkGatewayConnectionListerExpansion allows custom methods to be added to NetworkGatewayConnectionLister.

type NetworkGatewayConnectionNamespaceLister

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

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

type NetworkGatewayConnectionNamespaceListerExpansion

type NetworkGatewayConnectionNamespaceListerExpansion interface{}

NetworkGatewayConnectionNamespaceListerExpansion allows custom methods to be added to NetworkGatewayConnectionNamespaceLister.

type NetworkGatewayLister

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

NetworkGatewayLister helps list NetworkGateways. All objects returned here must be treated as read-only.

func NewNetworkGatewayLister

func NewNetworkGatewayLister(indexer cache.Indexer) NetworkGatewayLister

NewNetworkGatewayLister returns a new NetworkGatewayLister.

type NetworkGatewayListerExpansion

type NetworkGatewayListerExpansion interface{}

NetworkGatewayListerExpansion allows custom methods to be added to NetworkGatewayLister.

type NetworkGatewayNamespaceLister

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

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

type NetworkGatewayNamespaceListerExpansion

type NetworkGatewayNamespaceListerExpansion interface{}

NetworkGatewayNamespaceListerExpansion allows custom methods to be added to NetworkGatewayNamespaceLister.

type NetworkLister

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

NetworkLister helps list Networks. All objects returned here must be treated as read-only.

func NewNetworkLister

func NewNetworkLister(indexer cache.Indexer) NetworkLister

NewNetworkLister returns a new NetworkLister.

type NetworkListerExpansion

type NetworkListerExpansion interface{}

NetworkListerExpansion allows custom methods to be added to NetworkLister.

type NetworkNamespaceLister

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

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

type NetworkNamespaceListerExpansion

type NetworkNamespaceListerExpansion interface{}

NetworkNamespaceListerExpansion allows custom methods to be added to NetworkNamespaceLister.

type NetworkPeeringLister

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

NetworkPeeringLister helps list NetworkPeerings. All objects returned here must be treated as read-only.

func NewNetworkPeeringLister

func NewNetworkPeeringLister(indexer cache.Indexer) NetworkPeeringLister

NewNetworkPeeringLister returns a new NetworkPeeringLister.

type NetworkPeeringListerExpansion

type NetworkPeeringListerExpansion interface{}

NetworkPeeringListerExpansion allows custom methods to be added to NetworkPeeringLister.

type NetworkPeeringNamespaceLister

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

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

type NetworkPeeringNamespaceListerExpansion

type NetworkPeeringNamespaceListerExpansion interface{}

NetworkPeeringNamespaceListerExpansion allows custom methods to be added to NetworkPeeringNamespaceLister.

type WanLister

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

WanLister helps list Wans. All objects returned here must be treated as read-only.

func NewWanLister

func NewWanLister(indexer cache.Indexer) WanLister

NewWanLister returns a new WanLister.

type WanListerExpansion

type WanListerExpansion interface{}

WanListerExpansion allows custom methods to be added to WanLister.

type WanNamespaceLister

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

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

type WanNamespaceListerExpansion

type WanNamespaceListerExpansion interface{}

WanNamespaceListerExpansion allows custom methods to be added to WanNamespaceLister.

Jump to

Keyboard shortcuts

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