Documentation ¶
Index ¶
- type AutoScalingConfigurationVersionLister
- type AutoScalingConfigurationVersionListerExpansion
- type AutoScalingConfigurationVersionNamespaceLister
- type AutoScalingConfigurationVersionNamespaceListerExpansion
- type ConnectionLister
- type ConnectionListerExpansion
- type ConnectionNamespaceLister
- type ConnectionNamespaceListerExpansion
- type CustomDomainAssociationLister
- type CustomDomainAssociationListerExpansion
- type CustomDomainAssociationNamespaceLister
- type CustomDomainAssociationNamespaceListerExpansion
- type ServiceLister
- type ServiceListerExpansion
- type ServiceNamespaceLister
- type ServiceNamespaceListerExpansion
- type VpcConnectorLister
- type VpcConnectorListerExpansion
- type VpcConnectorNamespaceLister
- type VpcConnectorNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoScalingConfigurationVersionLister ¶
type AutoScalingConfigurationVersionLister interface { // List lists all AutoScalingConfigurationVersions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoScalingConfigurationVersion, err error) // AutoScalingConfigurationVersions returns an object that can list and get AutoScalingConfigurationVersions. AutoScalingConfigurationVersions(namespace string) AutoScalingConfigurationVersionNamespaceLister AutoScalingConfigurationVersionListerExpansion }
AutoScalingConfigurationVersionLister helps list AutoScalingConfigurationVersions. All objects returned here must be treated as read-only.
func NewAutoScalingConfigurationVersionLister ¶
func NewAutoScalingConfigurationVersionLister(indexer cache.Indexer) AutoScalingConfigurationVersionLister
NewAutoScalingConfigurationVersionLister returns a new AutoScalingConfigurationVersionLister.
type AutoScalingConfigurationVersionListerExpansion ¶
type AutoScalingConfigurationVersionListerExpansion interface{}
AutoScalingConfigurationVersionListerExpansion allows custom methods to be added to AutoScalingConfigurationVersionLister.
type AutoScalingConfigurationVersionNamespaceLister ¶
type AutoScalingConfigurationVersionNamespaceLister interface { // List lists all AutoScalingConfigurationVersions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoScalingConfigurationVersion, err error) // Get retrieves the AutoScalingConfigurationVersion from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AutoScalingConfigurationVersion, error) AutoScalingConfigurationVersionNamespaceListerExpansion }
AutoScalingConfigurationVersionNamespaceLister helps list and get AutoScalingConfigurationVersions. All objects returned here must be treated as read-only.
type AutoScalingConfigurationVersionNamespaceListerExpansion ¶
type AutoScalingConfigurationVersionNamespaceListerExpansion interface{}
AutoScalingConfigurationVersionNamespaceListerExpansion allows custom methods to be added to AutoScalingConfigurationVersionNamespaceLister.
type ConnectionLister ¶
type ConnectionLister interface { // List lists all Connections in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Connection, err error) // Connections returns an object that can list and get Connections. Connections(namespace string) ConnectionNamespaceLister ConnectionListerExpansion }
ConnectionLister helps list Connections. All objects returned here must be treated as read-only.
func NewConnectionLister ¶
func NewConnectionLister(indexer cache.Indexer) ConnectionLister
NewConnectionLister returns a new ConnectionLister.
type ConnectionListerExpansion ¶
type ConnectionListerExpansion interface{}
ConnectionListerExpansion allows custom methods to be added to ConnectionLister.
type ConnectionNamespaceLister ¶
type ConnectionNamespaceLister interface { // List lists all Connections in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Connection, err error) // Get retrieves the Connection from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Connection, error) ConnectionNamespaceListerExpansion }
ConnectionNamespaceLister helps list and get Connections. All objects returned here must be treated as read-only.
type ConnectionNamespaceListerExpansion ¶
type ConnectionNamespaceListerExpansion interface{}
ConnectionNamespaceListerExpansion allows custom methods to be added to ConnectionNamespaceLister.
type CustomDomainAssociationLister ¶
type CustomDomainAssociationLister interface { // List lists all CustomDomainAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CustomDomainAssociation, err error) // CustomDomainAssociations returns an object that can list and get CustomDomainAssociations. CustomDomainAssociations(namespace string) CustomDomainAssociationNamespaceLister CustomDomainAssociationListerExpansion }
CustomDomainAssociationLister helps list CustomDomainAssociations. All objects returned here must be treated as read-only.
func NewCustomDomainAssociationLister ¶
func NewCustomDomainAssociationLister(indexer cache.Indexer) CustomDomainAssociationLister
NewCustomDomainAssociationLister returns a new CustomDomainAssociationLister.
type CustomDomainAssociationListerExpansion ¶
type CustomDomainAssociationListerExpansion interface{}
CustomDomainAssociationListerExpansion allows custom methods to be added to CustomDomainAssociationLister.
type CustomDomainAssociationNamespaceLister ¶
type CustomDomainAssociationNamespaceLister interface { // List lists all CustomDomainAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CustomDomainAssociation, err error) // Get retrieves the CustomDomainAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CustomDomainAssociation, error) CustomDomainAssociationNamespaceListerExpansion }
CustomDomainAssociationNamespaceLister helps list and get CustomDomainAssociations. All objects returned here must be treated as read-only.
type CustomDomainAssociationNamespaceListerExpansion ¶
type CustomDomainAssociationNamespaceListerExpansion interface{}
CustomDomainAssociationNamespaceListerExpansion allows custom methods to be added to CustomDomainAssociationNamespaceLister.
type ServiceLister ¶
type ServiceLister interface { // List lists all Services in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Service, err error) // Services returns an object that can list and get Services. Services(namespace string) ServiceNamespaceLister ServiceListerExpansion }
ServiceLister helps list Services. All objects returned here must be treated as read-only.
func NewServiceLister ¶
func NewServiceLister(indexer cache.Indexer) ServiceLister
NewServiceLister returns a new ServiceLister.
type ServiceListerExpansion ¶
type ServiceListerExpansion interface{}
ServiceListerExpansion allows custom methods to be added to ServiceLister.
type ServiceNamespaceLister ¶
type ServiceNamespaceLister interface { // List lists all Services in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Service, err error) // Get retrieves the Service from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Service, error) ServiceNamespaceListerExpansion }
ServiceNamespaceLister helps list and get Services. All objects returned here must be treated as read-only.
type ServiceNamespaceListerExpansion ¶
type ServiceNamespaceListerExpansion interface{}
ServiceNamespaceListerExpansion allows custom methods to be added to ServiceNamespaceLister.
type VpcConnectorLister ¶ added in v0.5.0
type VpcConnectorLister interface { // List lists all VpcConnectors in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VpcConnector, err error) // VpcConnectors returns an object that can list and get VpcConnectors. VpcConnectors(namespace string) VpcConnectorNamespaceLister VpcConnectorListerExpansion }
VpcConnectorLister helps list VpcConnectors. All objects returned here must be treated as read-only.
func NewVpcConnectorLister ¶ added in v0.5.0
func NewVpcConnectorLister(indexer cache.Indexer) VpcConnectorLister
NewVpcConnectorLister returns a new VpcConnectorLister.
type VpcConnectorListerExpansion ¶ added in v0.5.0
type VpcConnectorListerExpansion interface{}
VpcConnectorListerExpansion allows custom methods to be added to VpcConnectorLister.
type VpcConnectorNamespaceLister ¶ added in v0.5.0
type VpcConnectorNamespaceLister interface { // List lists all VpcConnectors in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VpcConnector, err error) // Get retrieves the VpcConnector from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VpcConnector, error) VpcConnectorNamespaceListerExpansion }
VpcConnectorNamespaceLister helps list and get VpcConnectors. All objects returned here must be treated as read-only.
type VpcConnectorNamespaceListerExpansion ¶ added in v0.5.0
type VpcConnectorNamespaceListerExpansion interface{}
VpcConnectorNamespaceListerExpansion allows custom methods to be added to VpcConnectorNamespaceLister.