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 ConnectNetworkAttachmentLister

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

ConnectNetworkAttachmentLister helps list ConnectNetworkAttachments. All objects returned here must be treated as read-only.

func NewConnectNetworkAttachmentLister

func NewConnectNetworkAttachmentLister(indexer cache.Indexer) ConnectNetworkAttachmentLister

NewConnectNetworkAttachmentLister returns a new ConnectNetworkAttachmentLister.

type ConnectNetworkAttachmentListerExpansion

type ConnectNetworkAttachmentListerExpansion interface{}

ConnectNetworkAttachmentListerExpansion allows custom methods to be added to ConnectNetworkAttachmentLister.

type ConnectNetworkAttachmentNamespaceLister

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

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

type ConnectNetworkAttachmentNamespaceListerExpansion

type ConnectNetworkAttachmentNamespaceListerExpansion interface{}

ConnectNetworkAttachmentNamespaceListerExpansion allows custom methods to be added to ConnectNetworkAttachmentNamespaceLister.

type ConnectNetworkGrantLister

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

ConnectNetworkGrantLister helps list ConnectNetworkGrants. All objects returned here must be treated as read-only.

func NewConnectNetworkGrantLister

func NewConnectNetworkGrantLister(indexer cache.Indexer) ConnectNetworkGrantLister

NewConnectNetworkGrantLister returns a new ConnectNetworkGrantLister.

type ConnectNetworkGrantListerExpansion

type ConnectNetworkGrantListerExpansion interface{}

ConnectNetworkGrantListerExpansion allows custom methods to be added to ConnectNetworkGrantLister.

type ConnectNetworkGrantNamespaceLister

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

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

type ConnectNetworkGrantNamespaceListerExpansion

type ConnectNetworkGrantNamespaceListerExpansion interface{}

ConnectNetworkGrantNamespaceListerExpansion allows custom methods to be added to ConnectNetworkGrantNamespaceLister.

type ConnectNetworkLister

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

ConnectNetworkLister helps list ConnectNetworks. All objects returned here must be treated as read-only.

func NewConnectNetworkLister

func NewConnectNetworkLister(indexer cache.Indexer) ConnectNetworkLister

NewConnectNetworkLister returns a new ConnectNetworkLister.

type ConnectNetworkListerExpansion

type ConnectNetworkListerExpansion interface{}

ConnectNetworkListerExpansion allows custom methods to be added to ConnectNetworkLister.

type ConnectNetworkNamespaceLister

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

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

type ConnectNetworkNamespaceListerExpansion

type ConnectNetworkNamespaceListerExpansion interface{}

ConnectNetworkNamespaceListerExpansion allows custom methods to be added to ConnectNetworkNamespaceLister.

type FirewallControlPolicyLister added in v0.4.0

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

FirewallControlPolicyLister helps list FirewallControlPolicies. All objects returned here must be treated as read-only.

func NewFirewallControlPolicyLister added in v0.4.0

func NewFirewallControlPolicyLister(indexer cache.Indexer) FirewallControlPolicyLister

NewFirewallControlPolicyLister returns a new FirewallControlPolicyLister.

type FirewallControlPolicyListerExpansion added in v0.4.0

type FirewallControlPolicyListerExpansion interface{}

FirewallControlPolicyListerExpansion allows custom methods to be added to FirewallControlPolicyLister.

type FirewallControlPolicyNamespaceLister added in v0.4.0

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

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

type FirewallControlPolicyNamespaceListerExpansion added in v0.4.0

type FirewallControlPolicyNamespaceListerExpansion interface{}

FirewallControlPolicyNamespaceListerExpansion allows custom methods to be added to FirewallControlPolicyNamespaceLister.

type FirewallControlPolicyOrderLister added in v0.4.0

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

FirewallControlPolicyOrderLister helps list FirewallControlPolicyOrders. All objects returned here must be treated as read-only.

func NewFirewallControlPolicyOrderLister added in v0.4.0

func NewFirewallControlPolicyOrderLister(indexer cache.Indexer) FirewallControlPolicyOrderLister

NewFirewallControlPolicyOrderLister returns a new FirewallControlPolicyOrderLister.

type FirewallControlPolicyOrderListerExpansion added in v0.4.0

type FirewallControlPolicyOrderListerExpansion interface{}

FirewallControlPolicyOrderListerExpansion allows custom methods to be added to FirewallControlPolicyOrderLister.

type FirewallControlPolicyOrderNamespaceLister added in v0.4.0

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

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

type FirewallControlPolicyOrderNamespaceListerExpansion added in v0.4.0

type FirewallControlPolicyOrderNamespaceListerExpansion interface{}

FirewallControlPolicyOrderNamespaceListerExpansion allows custom methods to be added to FirewallControlPolicyOrderNamespaceLister.

type FirewallInstanceLister added in v0.4.0

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

FirewallInstanceLister helps list FirewallInstances. All objects returned here must be treated as read-only.

func NewFirewallInstanceLister added in v0.4.0

func NewFirewallInstanceLister(indexer cache.Indexer) FirewallInstanceLister

NewFirewallInstanceLister returns a new FirewallInstanceLister.

type FirewallInstanceListerExpansion added in v0.4.0

type FirewallInstanceListerExpansion interface{}

FirewallInstanceListerExpansion allows custom methods to be added to FirewallInstanceLister.

type FirewallInstanceNamespaceLister added in v0.4.0

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

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

type FirewallInstanceNamespaceListerExpansion added in v0.4.0

type FirewallInstanceNamespaceListerExpansion interface{}

FirewallInstanceNamespaceListerExpansion allows custom methods to be added to FirewallInstanceNamespaceLister.

type SsoAccessAssignmentLister added in v0.5.0

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

SsoAccessAssignmentLister helps list SsoAccessAssignments. All objects returned here must be treated as read-only.

func NewSsoAccessAssignmentLister added in v0.5.0

func NewSsoAccessAssignmentLister(indexer cache.Indexer) SsoAccessAssignmentLister

NewSsoAccessAssignmentLister returns a new SsoAccessAssignmentLister.

type SsoAccessAssignmentListerExpansion added in v0.5.0

type SsoAccessAssignmentListerExpansion interface{}

SsoAccessAssignmentListerExpansion allows custom methods to be added to SsoAccessAssignmentLister.

type SsoAccessAssignmentNamespaceLister added in v0.5.0

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

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

type SsoAccessAssignmentNamespaceListerExpansion added in v0.5.0

type SsoAccessAssignmentNamespaceListerExpansion interface{}

SsoAccessAssignmentNamespaceListerExpansion allows custom methods to be added to SsoAccessAssignmentNamespaceLister.

type SsoAccessConfigurationLister added in v0.4.0

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

SsoAccessConfigurationLister helps list SsoAccessConfigurations. All objects returned here must be treated as read-only.

func NewSsoAccessConfigurationLister added in v0.4.0

func NewSsoAccessConfigurationLister(indexer cache.Indexer) SsoAccessConfigurationLister

NewSsoAccessConfigurationLister returns a new SsoAccessConfigurationLister.

type SsoAccessConfigurationListerExpansion added in v0.4.0

type SsoAccessConfigurationListerExpansion interface{}

SsoAccessConfigurationListerExpansion allows custom methods to be added to SsoAccessConfigurationLister.

type SsoAccessConfigurationNamespaceLister added in v0.4.0

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

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

type SsoAccessConfigurationNamespaceListerExpansion added in v0.4.0

type SsoAccessConfigurationNamespaceListerExpansion interface{}

SsoAccessConfigurationNamespaceListerExpansion allows custom methods to be added to SsoAccessConfigurationNamespaceLister.

type SsoAccessConfigurationProvisioningLister added in v0.5.0

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

SsoAccessConfigurationProvisioningLister helps list SsoAccessConfigurationProvisionings. All objects returned here must be treated as read-only.

func NewSsoAccessConfigurationProvisioningLister added in v0.5.0

func NewSsoAccessConfigurationProvisioningLister(indexer cache.Indexer) SsoAccessConfigurationProvisioningLister

NewSsoAccessConfigurationProvisioningLister returns a new SsoAccessConfigurationProvisioningLister.

type SsoAccessConfigurationProvisioningListerExpansion added in v0.5.0

type SsoAccessConfigurationProvisioningListerExpansion interface{}

SsoAccessConfigurationProvisioningListerExpansion allows custom methods to be added to SsoAccessConfigurationProvisioningLister.

type SsoAccessConfigurationProvisioningNamespaceLister added in v0.5.0

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

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

type SsoAccessConfigurationProvisioningNamespaceListerExpansion added in v0.5.0

type SsoAccessConfigurationProvisioningNamespaceListerExpansion interface{}

SsoAccessConfigurationProvisioningNamespaceListerExpansion allows custom methods to be added to SsoAccessConfigurationProvisioningNamespaceLister.

type SsoDirectoryLister added in v0.4.0

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

SsoDirectoryLister helps list SsoDirectories. All objects returned here must be treated as read-only.

func NewSsoDirectoryLister added in v0.4.0

func NewSsoDirectoryLister(indexer cache.Indexer) SsoDirectoryLister

NewSsoDirectoryLister returns a new SsoDirectoryLister.

type SsoDirectoryListerExpansion added in v0.4.0

type SsoDirectoryListerExpansion interface{}

SsoDirectoryListerExpansion allows custom methods to be added to SsoDirectoryLister.

type SsoDirectoryNamespaceLister added in v0.4.0

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

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

type SsoDirectoryNamespaceListerExpansion added in v0.4.0

type SsoDirectoryNamespaceListerExpansion interface{}

SsoDirectoryNamespaceListerExpansion allows custom methods to be added to SsoDirectoryNamespaceLister.

type SsoGroupLister added in v0.4.0

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

SsoGroupLister helps list SsoGroups. All objects returned here must be treated as read-only.

func NewSsoGroupLister added in v0.4.0

func NewSsoGroupLister(indexer cache.Indexer) SsoGroupLister

NewSsoGroupLister returns a new SsoGroupLister.

type SsoGroupListerExpansion added in v0.4.0

type SsoGroupListerExpansion interface{}

SsoGroupListerExpansion allows custom methods to be added to SsoGroupLister.

type SsoGroupNamespaceLister added in v0.4.0

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

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

type SsoGroupNamespaceListerExpansion added in v0.4.0

type SsoGroupNamespaceListerExpansion interface{}

SsoGroupNamespaceListerExpansion allows custom methods to be added to SsoGroupNamespaceLister.

type SsoScimServerCredentialLister added in v0.4.0

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

SsoScimServerCredentialLister helps list SsoScimServerCredentials. All objects returned here must be treated as read-only.

func NewSsoScimServerCredentialLister added in v0.4.0

func NewSsoScimServerCredentialLister(indexer cache.Indexer) SsoScimServerCredentialLister

NewSsoScimServerCredentialLister returns a new SsoScimServerCredentialLister.

type SsoScimServerCredentialListerExpansion added in v0.4.0

type SsoScimServerCredentialListerExpansion interface{}

SsoScimServerCredentialListerExpansion allows custom methods to be added to SsoScimServerCredentialLister.

type SsoScimServerCredentialNamespaceLister added in v0.4.0

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

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

type SsoScimServerCredentialNamespaceListerExpansion added in v0.4.0

type SsoScimServerCredentialNamespaceListerExpansion interface{}

SsoScimServerCredentialNamespaceListerExpansion allows custom methods to be added to SsoScimServerCredentialNamespaceLister.

type SsoUserAttachmentLister added in v0.5.0

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

SsoUserAttachmentLister helps list SsoUserAttachments. All objects returned here must be treated as read-only.

func NewSsoUserAttachmentLister added in v0.5.0

func NewSsoUserAttachmentLister(indexer cache.Indexer) SsoUserAttachmentLister

NewSsoUserAttachmentLister returns a new SsoUserAttachmentLister.

type SsoUserAttachmentListerExpansion added in v0.5.0

type SsoUserAttachmentListerExpansion interface{}

SsoUserAttachmentListerExpansion allows custom methods to be added to SsoUserAttachmentLister.

type SsoUserAttachmentNamespaceLister added in v0.5.0

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

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

type SsoUserAttachmentNamespaceListerExpansion added in v0.5.0

type SsoUserAttachmentNamespaceListerExpansion interface{}

SsoUserAttachmentNamespaceListerExpansion allows custom methods to be added to SsoUserAttachmentNamespaceLister.

type SsoUserLister added in v0.4.0

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

SsoUserLister helps list SsoUsers. All objects returned here must be treated as read-only.

func NewSsoUserLister added in v0.4.0

func NewSsoUserLister(indexer cache.Indexer) SsoUserLister

NewSsoUserLister returns a new SsoUserLister.

type SsoUserListerExpansion added in v0.4.0

type SsoUserListerExpansion interface{}

SsoUserListerExpansion allows custom methods to be added to SsoUserLister.

type SsoUserNamespaceLister added in v0.4.0

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

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

type SsoUserNamespaceListerExpansion added in v0.4.0

type SsoUserNamespaceListerExpansion interface{}

SsoUserNamespaceListerExpansion allows custom methods to be added to SsoUserNamespaceLister.

type StorageGatewayExpressSyncLister added in v0.5.0

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

StorageGatewayExpressSyncLister helps list StorageGatewayExpressSyncs. All objects returned here must be treated as read-only.

func NewStorageGatewayExpressSyncLister added in v0.5.0

func NewStorageGatewayExpressSyncLister(indexer cache.Indexer) StorageGatewayExpressSyncLister

NewStorageGatewayExpressSyncLister returns a new StorageGatewayExpressSyncLister.

type StorageGatewayExpressSyncListerExpansion added in v0.5.0

type StorageGatewayExpressSyncListerExpansion interface{}

StorageGatewayExpressSyncListerExpansion allows custom methods to be added to StorageGatewayExpressSyncLister.

type StorageGatewayExpressSyncNamespaceLister added in v0.5.0

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

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

type StorageGatewayExpressSyncNamespaceListerExpansion added in v0.5.0

type StorageGatewayExpressSyncNamespaceListerExpansion interface{}

StorageGatewayExpressSyncNamespaceListerExpansion allows custom methods to be added to StorageGatewayExpressSyncNamespaceLister.

type StorageGatewayExpressSyncShareAttachmentLister added in v0.5.0

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

StorageGatewayExpressSyncShareAttachmentLister helps list StorageGatewayExpressSyncShareAttachments. All objects returned here must be treated as read-only.

func NewStorageGatewayExpressSyncShareAttachmentLister added in v0.5.0

func NewStorageGatewayExpressSyncShareAttachmentLister(indexer cache.Indexer) StorageGatewayExpressSyncShareAttachmentLister

NewStorageGatewayExpressSyncShareAttachmentLister returns a new StorageGatewayExpressSyncShareAttachmentLister.

type StorageGatewayExpressSyncShareAttachmentListerExpansion added in v0.5.0

type StorageGatewayExpressSyncShareAttachmentListerExpansion interface{}

StorageGatewayExpressSyncShareAttachmentListerExpansion allows custom methods to be added to StorageGatewayExpressSyncShareAttachmentLister.

type StorageGatewayExpressSyncShareAttachmentNamespaceLister added in v0.5.0

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

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

type StorageGatewayExpressSyncShareAttachmentNamespaceListerExpansion added in v0.5.0

type StorageGatewayExpressSyncShareAttachmentNamespaceListerExpansion interface{}

StorageGatewayExpressSyncShareAttachmentNamespaceListerExpansion allows custom methods to be added to StorageGatewayExpressSyncShareAttachmentNamespaceLister.

type StorageGatewayGatewayBlockVolumeLister added in v0.5.0

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

StorageGatewayGatewayBlockVolumeLister helps list StorageGatewayGatewayBlockVolumes. All objects returned here must be treated as read-only.

func NewStorageGatewayGatewayBlockVolumeLister added in v0.5.0

func NewStorageGatewayGatewayBlockVolumeLister(indexer cache.Indexer) StorageGatewayGatewayBlockVolumeLister

NewStorageGatewayGatewayBlockVolumeLister returns a new StorageGatewayGatewayBlockVolumeLister.

type StorageGatewayGatewayBlockVolumeListerExpansion added in v0.5.0

type StorageGatewayGatewayBlockVolumeListerExpansion interface{}

StorageGatewayGatewayBlockVolumeListerExpansion allows custom methods to be added to StorageGatewayGatewayBlockVolumeLister.

type StorageGatewayGatewayBlockVolumeNamespaceLister added in v0.5.0

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

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

type StorageGatewayGatewayBlockVolumeNamespaceListerExpansion added in v0.5.0

type StorageGatewayGatewayBlockVolumeNamespaceListerExpansion interface{}

StorageGatewayGatewayBlockVolumeNamespaceListerExpansion allows custom methods to be added to StorageGatewayGatewayBlockVolumeNamespaceLister.

type StorageGatewayGatewayCacheDiskLister added in v0.5.0

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

StorageGatewayGatewayCacheDiskLister helps list StorageGatewayGatewayCacheDisks. All objects returned here must be treated as read-only.

func NewStorageGatewayGatewayCacheDiskLister added in v0.5.0

func NewStorageGatewayGatewayCacheDiskLister(indexer cache.Indexer) StorageGatewayGatewayCacheDiskLister

NewStorageGatewayGatewayCacheDiskLister returns a new StorageGatewayGatewayCacheDiskLister.

type StorageGatewayGatewayCacheDiskListerExpansion added in v0.5.0

type StorageGatewayGatewayCacheDiskListerExpansion interface{}

StorageGatewayGatewayCacheDiskListerExpansion allows custom methods to be added to StorageGatewayGatewayCacheDiskLister.

type StorageGatewayGatewayCacheDiskNamespaceLister added in v0.5.0

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

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

type StorageGatewayGatewayCacheDiskNamespaceListerExpansion added in v0.5.0

type StorageGatewayGatewayCacheDiskNamespaceListerExpansion interface{}

StorageGatewayGatewayCacheDiskNamespaceListerExpansion allows custom methods to be added to StorageGatewayGatewayCacheDiskNamespaceLister.

type StorageGatewayGatewayFileShareLister added in v0.5.0

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

StorageGatewayGatewayFileShareLister helps list StorageGatewayGatewayFileShares. All objects returned here must be treated as read-only.

func NewStorageGatewayGatewayFileShareLister added in v0.5.0

func NewStorageGatewayGatewayFileShareLister(indexer cache.Indexer) StorageGatewayGatewayFileShareLister

NewStorageGatewayGatewayFileShareLister returns a new StorageGatewayGatewayFileShareLister.

type StorageGatewayGatewayFileShareListerExpansion added in v0.5.0

type StorageGatewayGatewayFileShareListerExpansion interface{}

StorageGatewayGatewayFileShareListerExpansion allows custom methods to be added to StorageGatewayGatewayFileShareLister.

type StorageGatewayGatewayFileShareNamespaceLister added in v0.5.0

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

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

type StorageGatewayGatewayFileShareNamespaceListerExpansion added in v0.5.0

type StorageGatewayGatewayFileShareNamespaceListerExpansion interface{}

StorageGatewayGatewayFileShareNamespaceListerExpansion allows custom methods to be added to StorageGatewayGatewayFileShareNamespaceLister.

type StorageGatewayGatewayLister added in v0.4.0

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

StorageGatewayGatewayLister helps list StorageGatewayGateways. All objects returned here must be treated as read-only.

func NewStorageGatewayGatewayLister added in v0.4.0

func NewStorageGatewayGatewayLister(indexer cache.Indexer) StorageGatewayGatewayLister

NewStorageGatewayGatewayLister returns a new StorageGatewayGatewayLister.

type StorageGatewayGatewayListerExpansion added in v0.4.0

type StorageGatewayGatewayListerExpansion interface{}

StorageGatewayGatewayListerExpansion allows custom methods to be added to StorageGatewayGatewayLister.

type StorageGatewayGatewayLoggingLister added in v0.5.0

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

StorageGatewayGatewayLoggingLister helps list StorageGatewayGatewayLoggings. All objects returned here must be treated as read-only.

func NewStorageGatewayGatewayLoggingLister added in v0.5.0

func NewStorageGatewayGatewayLoggingLister(indexer cache.Indexer) StorageGatewayGatewayLoggingLister

NewStorageGatewayGatewayLoggingLister returns a new StorageGatewayGatewayLoggingLister.

type StorageGatewayGatewayLoggingListerExpansion added in v0.5.0

type StorageGatewayGatewayLoggingListerExpansion interface{}

StorageGatewayGatewayLoggingListerExpansion allows custom methods to be added to StorageGatewayGatewayLoggingLister.

type StorageGatewayGatewayLoggingNamespaceLister added in v0.5.0

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

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

type StorageGatewayGatewayLoggingNamespaceListerExpansion added in v0.5.0

type StorageGatewayGatewayLoggingNamespaceListerExpansion interface{}

StorageGatewayGatewayLoggingNamespaceListerExpansion allows custom methods to be added to StorageGatewayGatewayLoggingNamespaceLister.

type StorageGatewayGatewayNamespaceLister added in v0.4.0

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

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

type StorageGatewayGatewayNamespaceListerExpansion added in v0.4.0

type StorageGatewayGatewayNamespaceListerExpansion interface{}

StorageGatewayGatewayNamespaceListerExpansion allows custom methods to be added to StorageGatewayGatewayNamespaceLister.

type StorageGatewayGatewaySmbUserLister added in v0.5.0

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

StorageGatewayGatewaySmbUserLister helps list StorageGatewayGatewaySmbUsers. All objects returned here must be treated as read-only.

func NewStorageGatewayGatewaySmbUserLister added in v0.5.0

func NewStorageGatewayGatewaySmbUserLister(indexer cache.Indexer) StorageGatewayGatewaySmbUserLister

NewStorageGatewayGatewaySmbUserLister returns a new StorageGatewayGatewaySmbUserLister.

type StorageGatewayGatewaySmbUserListerExpansion added in v0.5.0

type StorageGatewayGatewaySmbUserListerExpansion interface{}

StorageGatewayGatewaySmbUserListerExpansion allows custom methods to be added to StorageGatewayGatewaySmbUserLister.

type StorageGatewayGatewaySmbUserNamespaceLister added in v0.5.0

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

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

type StorageGatewayGatewaySmbUserNamespaceListerExpansion added in v0.5.0

type StorageGatewayGatewaySmbUserNamespaceListerExpansion interface{}

StorageGatewayGatewaySmbUserNamespaceListerExpansion allows custom methods to be added to StorageGatewayGatewaySmbUserNamespaceLister.

type StorageGatewayStorageBundleLister

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

StorageGatewayStorageBundleLister helps list StorageGatewayStorageBundles. All objects returned here must be treated as read-only.

func NewStorageGatewayStorageBundleLister

func NewStorageGatewayStorageBundleLister(indexer cache.Indexer) StorageGatewayStorageBundleLister

NewStorageGatewayStorageBundleLister returns a new StorageGatewayStorageBundleLister.

type StorageGatewayStorageBundleListerExpansion

type StorageGatewayStorageBundleListerExpansion interface{}

StorageGatewayStorageBundleListerExpansion allows custom methods to be added to StorageGatewayStorageBundleLister.

type StorageGatewayStorageBundleNamespaceLister

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

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

type StorageGatewayStorageBundleNamespaceListerExpansion

type StorageGatewayStorageBundleNamespaceListerExpansion interface{}

StorageGatewayStorageBundleNamespaceListerExpansion allows custom methods to be added to StorageGatewayStorageBundleNamespaceLister.

Jump to

Keyboard shortcuts

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