Documentation ¶
Index ¶
- type FabricClusterLister
- type FabricClusterListerExpansion
- type FabricClusterNamespaceLister
- type FabricClusterNamespaceListerExpansion
- type FabricMeshApplicationLister
- type FabricMeshApplicationListerExpansion
- type FabricMeshApplicationNamespaceLister
- type FabricMeshApplicationNamespaceListerExpansion
- type FabricMeshLocalNetworkLister
- type FabricMeshLocalNetworkListerExpansion
- type FabricMeshLocalNetworkNamespaceLister
- type FabricMeshLocalNetworkNamespaceListerExpansion
- type FabricMeshSecretLister
- type FabricMeshSecretListerExpansion
- type FabricMeshSecretNamespaceLister
- type FabricMeshSecretNamespaceListerExpansion
- type FabricMeshSecretValueLister
- type FabricMeshSecretValueListerExpansion
- type FabricMeshSecretValueNamespaceLister
- type FabricMeshSecretValueNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FabricClusterLister ¶
type FabricClusterLister interface { // List lists all FabricClusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricCluster, err error) // FabricClusters returns an object that can list and get FabricClusters. FabricClusters(namespace string) FabricClusterNamespaceLister FabricClusterListerExpansion }
FabricClusterLister helps list FabricClusters. All objects returned here must be treated as read-only.
func NewFabricClusterLister ¶
func NewFabricClusterLister(indexer cache.Indexer) FabricClusterLister
NewFabricClusterLister returns a new FabricClusterLister.
type FabricClusterListerExpansion ¶
type FabricClusterListerExpansion interface{}
FabricClusterListerExpansion allows custom methods to be added to FabricClusterLister.
type FabricClusterNamespaceLister ¶
type FabricClusterNamespaceLister interface { // List lists all FabricClusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricCluster, err error) // Get retrieves the FabricCluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FabricCluster, error) FabricClusterNamespaceListerExpansion }
FabricClusterNamespaceLister helps list and get FabricClusters. All objects returned here must be treated as read-only.
type FabricClusterNamespaceListerExpansion ¶
type FabricClusterNamespaceListerExpansion interface{}
FabricClusterNamespaceListerExpansion allows custom methods to be added to FabricClusterNamespaceLister.
type FabricMeshApplicationLister ¶
type FabricMeshApplicationLister interface { // List lists all FabricMeshApplications in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricMeshApplication, err error) // FabricMeshApplications returns an object that can list and get FabricMeshApplications. FabricMeshApplications(namespace string) FabricMeshApplicationNamespaceLister FabricMeshApplicationListerExpansion }
FabricMeshApplicationLister helps list FabricMeshApplications. All objects returned here must be treated as read-only.
func NewFabricMeshApplicationLister ¶
func NewFabricMeshApplicationLister(indexer cache.Indexer) FabricMeshApplicationLister
NewFabricMeshApplicationLister returns a new FabricMeshApplicationLister.
type FabricMeshApplicationListerExpansion ¶
type FabricMeshApplicationListerExpansion interface{}
FabricMeshApplicationListerExpansion allows custom methods to be added to FabricMeshApplicationLister.
type FabricMeshApplicationNamespaceLister ¶
type FabricMeshApplicationNamespaceLister interface { // List lists all FabricMeshApplications in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricMeshApplication, err error) // Get retrieves the FabricMeshApplication from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FabricMeshApplication, error) FabricMeshApplicationNamespaceListerExpansion }
FabricMeshApplicationNamespaceLister helps list and get FabricMeshApplications. All objects returned here must be treated as read-only.
type FabricMeshApplicationNamespaceListerExpansion ¶
type FabricMeshApplicationNamespaceListerExpansion interface{}
FabricMeshApplicationNamespaceListerExpansion allows custom methods to be added to FabricMeshApplicationNamespaceLister.
type FabricMeshLocalNetworkLister ¶
type FabricMeshLocalNetworkLister interface { // List lists all FabricMeshLocalNetworks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricMeshLocalNetwork, err error) // FabricMeshLocalNetworks returns an object that can list and get FabricMeshLocalNetworks. FabricMeshLocalNetworks(namespace string) FabricMeshLocalNetworkNamespaceLister FabricMeshLocalNetworkListerExpansion }
FabricMeshLocalNetworkLister helps list FabricMeshLocalNetworks. All objects returned here must be treated as read-only.
func NewFabricMeshLocalNetworkLister ¶
func NewFabricMeshLocalNetworkLister(indexer cache.Indexer) FabricMeshLocalNetworkLister
NewFabricMeshLocalNetworkLister returns a new FabricMeshLocalNetworkLister.
type FabricMeshLocalNetworkListerExpansion ¶
type FabricMeshLocalNetworkListerExpansion interface{}
FabricMeshLocalNetworkListerExpansion allows custom methods to be added to FabricMeshLocalNetworkLister.
type FabricMeshLocalNetworkNamespaceLister ¶
type FabricMeshLocalNetworkNamespaceLister interface { // List lists all FabricMeshLocalNetworks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricMeshLocalNetwork, err error) // Get retrieves the FabricMeshLocalNetwork from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FabricMeshLocalNetwork, error) FabricMeshLocalNetworkNamespaceListerExpansion }
FabricMeshLocalNetworkNamespaceLister helps list and get FabricMeshLocalNetworks. All objects returned here must be treated as read-only.
type FabricMeshLocalNetworkNamespaceListerExpansion ¶
type FabricMeshLocalNetworkNamespaceListerExpansion interface{}
FabricMeshLocalNetworkNamespaceListerExpansion allows custom methods to be added to FabricMeshLocalNetworkNamespaceLister.
type FabricMeshSecretLister ¶
type FabricMeshSecretLister interface { // List lists all FabricMeshSecrets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricMeshSecret, err error) // FabricMeshSecrets returns an object that can list and get FabricMeshSecrets. FabricMeshSecrets(namespace string) FabricMeshSecretNamespaceLister FabricMeshSecretListerExpansion }
FabricMeshSecretLister helps list FabricMeshSecrets. All objects returned here must be treated as read-only.
func NewFabricMeshSecretLister ¶
func NewFabricMeshSecretLister(indexer cache.Indexer) FabricMeshSecretLister
NewFabricMeshSecretLister returns a new FabricMeshSecretLister.
type FabricMeshSecretListerExpansion ¶
type FabricMeshSecretListerExpansion interface{}
FabricMeshSecretListerExpansion allows custom methods to be added to FabricMeshSecretLister.
type FabricMeshSecretNamespaceLister ¶
type FabricMeshSecretNamespaceLister interface { // List lists all FabricMeshSecrets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricMeshSecret, err error) // Get retrieves the FabricMeshSecret from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FabricMeshSecret, error) FabricMeshSecretNamespaceListerExpansion }
FabricMeshSecretNamespaceLister helps list and get FabricMeshSecrets. All objects returned here must be treated as read-only.
type FabricMeshSecretNamespaceListerExpansion ¶
type FabricMeshSecretNamespaceListerExpansion interface{}
FabricMeshSecretNamespaceListerExpansion allows custom methods to be added to FabricMeshSecretNamespaceLister.
type FabricMeshSecretValueLister ¶
type FabricMeshSecretValueLister interface { // List lists all FabricMeshSecretValues in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricMeshSecretValue, err error) // FabricMeshSecretValues returns an object that can list and get FabricMeshSecretValues. FabricMeshSecretValues(namespace string) FabricMeshSecretValueNamespaceLister FabricMeshSecretValueListerExpansion }
FabricMeshSecretValueLister helps list FabricMeshSecretValues. All objects returned here must be treated as read-only.
func NewFabricMeshSecretValueLister ¶
func NewFabricMeshSecretValueLister(indexer cache.Indexer) FabricMeshSecretValueLister
NewFabricMeshSecretValueLister returns a new FabricMeshSecretValueLister.
type FabricMeshSecretValueListerExpansion ¶
type FabricMeshSecretValueListerExpansion interface{}
FabricMeshSecretValueListerExpansion allows custom methods to be added to FabricMeshSecretValueLister.
type FabricMeshSecretValueNamespaceLister ¶
type FabricMeshSecretValueNamespaceLister interface { // List lists all FabricMeshSecretValues in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FabricMeshSecretValue, err error) // Get retrieves the FabricMeshSecretValue from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FabricMeshSecretValue, error) FabricMeshSecretValueNamespaceListerExpansion }
FabricMeshSecretValueNamespaceLister helps list and get FabricMeshSecretValues. All objects returned here must be treated as read-only.
type FabricMeshSecretValueNamespaceListerExpansion ¶
type FabricMeshSecretValueNamespaceListerExpansion interface{}
FabricMeshSecretValueNamespaceListerExpansion allows custom methods to be added to FabricMeshSecretValueNamespaceLister.