Documentation
¶
Index ¶
- type CachePolicyLister
- type CachePolicyListerExpansion
- type CachePolicyNamespaceLister
- type CachePolicyNamespaceListerExpansion
- type DistributionLister
- type DistributionListerExpansion
- type DistributionNamespaceLister
- type DistributionNamespaceListerExpansion
- type FunctionLister
- type FunctionListerExpansion
- type FunctionNamespaceLister
- type FunctionNamespaceListerExpansion
- type KeyGroupLister
- type KeyGroupListerExpansion
- type KeyGroupNamespaceLister
- type KeyGroupNamespaceListerExpansion
- type OriginAccessIdentityLister
- type OriginAccessIdentityListerExpansion
- type OriginAccessIdentityNamespaceLister
- type OriginAccessIdentityNamespaceListerExpansion
- type OriginRequestPolicyLister
- type OriginRequestPolicyListerExpansion
- type OriginRequestPolicyNamespaceLister
- type OriginRequestPolicyNamespaceListerExpansion
- type PublicKeyLister
- type PublicKeyListerExpansion
- type PublicKeyNamespaceLister
- type PublicKeyNamespaceListerExpansion
- type RealtimeLogConfigLister
- type RealtimeLogConfigListerExpansion
- type RealtimeLogConfigNamespaceLister
- type RealtimeLogConfigNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachePolicyLister ¶
type CachePolicyLister interface {
// List lists all CachePolicies in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.CachePolicy, err error)
// CachePolicies returns an object that can list and get CachePolicies.
CachePolicies(namespace string) CachePolicyNamespaceLister
CachePolicyListerExpansion
}
CachePolicyLister helps list CachePolicies. All objects returned here must be treated as read-only.
func NewCachePolicyLister ¶
func NewCachePolicyLister(indexer cache.Indexer) CachePolicyLister
NewCachePolicyLister returns a new CachePolicyLister.
type CachePolicyListerExpansion ¶
type CachePolicyListerExpansion interface{}
CachePolicyListerExpansion allows custom methods to be added to CachePolicyLister.
type CachePolicyNamespaceLister ¶
type CachePolicyNamespaceLister interface {
// List lists all CachePolicies in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.CachePolicy, err error)
// Get retrieves the CachePolicy from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.CachePolicy, error)
CachePolicyNamespaceListerExpansion
}
CachePolicyNamespaceLister helps list and get CachePolicies. All objects returned here must be treated as read-only.
type CachePolicyNamespaceListerExpansion ¶
type CachePolicyNamespaceListerExpansion interface{}
CachePolicyNamespaceListerExpansion allows custom methods to be added to CachePolicyNamespaceLister.
type DistributionLister ¶
type DistributionLister interface {
// List lists all Distributions in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Distribution, err error)
// Distributions returns an object that can list and get Distributions.
Distributions(namespace string) DistributionNamespaceLister
DistributionListerExpansion
}
DistributionLister helps list Distributions. All objects returned here must be treated as read-only.
func NewDistributionLister ¶
func NewDistributionLister(indexer cache.Indexer) DistributionLister
NewDistributionLister returns a new DistributionLister.
type DistributionListerExpansion ¶
type DistributionListerExpansion interface{}
DistributionListerExpansion allows custom methods to be added to DistributionLister.
type DistributionNamespaceLister ¶
type DistributionNamespaceLister interface {
// List lists all Distributions in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Distribution, err error)
// Get retrieves the Distribution from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.Distribution, error)
DistributionNamespaceListerExpansion
}
DistributionNamespaceLister helps list and get Distributions. All objects returned here must be treated as read-only.
type DistributionNamespaceListerExpansion ¶
type DistributionNamespaceListerExpansion interface{}
DistributionNamespaceListerExpansion allows custom methods to be added to DistributionNamespaceLister.
type FunctionLister ¶
type FunctionLister interface {
// List lists all Functions in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Function, err error)
// Functions returns an object that can list and get Functions.
Functions(namespace string) FunctionNamespaceLister
FunctionListerExpansion
}
FunctionLister helps list Functions. All objects returned here must be treated as read-only.
func NewFunctionLister ¶
func NewFunctionLister(indexer cache.Indexer) FunctionLister
NewFunctionLister returns a new FunctionLister.
type FunctionListerExpansion ¶
type FunctionListerExpansion interface{}
FunctionListerExpansion allows custom methods to be added to FunctionLister.
type FunctionNamespaceLister ¶
type FunctionNamespaceLister interface {
// List lists all Functions in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Function, err error)
// Get retrieves the Function from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.Function, error)
FunctionNamespaceListerExpansion
}
FunctionNamespaceLister helps list and get Functions. All objects returned here must be treated as read-only.
type FunctionNamespaceListerExpansion ¶
type FunctionNamespaceListerExpansion interface{}
FunctionNamespaceListerExpansion allows custom methods to be added to FunctionNamespaceLister.
type KeyGroupLister ¶
type KeyGroupLister interface {
// List lists all KeyGroups in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.KeyGroup, err error)
// KeyGroups returns an object that can list and get KeyGroups.
KeyGroups(namespace string) KeyGroupNamespaceLister
KeyGroupListerExpansion
}
KeyGroupLister helps list KeyGroups. All objects returned here must be treated as read-only.
func NewKeyGroupLister ¶
func NewKeyGroupLister(indexer cache.Indexer) KeyGroupLister
NewKeyGroupLister returns a new KeyGroupLister.
type KeyGroupListerExpansion ¶
type KeyGroupListerExpansion interface{}
KeyGroupListerExpansion allows custom methods to be added to KeyGroupLister.
type KeyGroupNamespaceLister ¶
type KeyGroupNamespaceLister interface {
// List lists all KeyGroups in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.KeyGroup, err error)
// Get retrieves the KeyGroup from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.KeyGroup, error)
KeyGroupNamespaceListerExpansion
}
KeyGroupNamespaceLister helps list and get KeyGroups. All objects returned here must be treated as read-only.
type KeyGroupNamespaceListerExpansion ¶
type KeyGroupNamespaceListerExpansion interface{}
KeyGroupNamespaceListerExpansion allows custom methods to be added to KeyGroupNamespaceLister.
type OriginAccessIdentityLister ¶
type OriginAccessIdentityLister interface {
// List lists all OriginAccessIdentities in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.OriginAccessIdentity, err error)
// OriginAccessIdentities returns an object that can list and get OriginAccessIdentities.
OriginAccessIdentities(namespace string) OriginAccessIdentityNamespaceLister
OriginAccessIdentityListerExpansion
}
OriginAccessIdentityLister helps list OriginAccessIdentities. All objects returned here must be treated as read-only.
func NewOriginAccessIdentityLister ¶
func NewOriginAccessIdentityLister(indexer cache.Indexer) OriginAccessIdentityLister
NewOriginAccessIdentityLister returns a new OriginAccessIdentityLister.
type OriginAccessIdentityListerExpansion ¶
type OriginAccessIdentityListerExpansion interface{}
OriginAccessIdentityListerExpansion allows custom methods to be added to OriginAccessIdentityLister.
type OriginAccessIdentityNamespaceLister ¶
type OriginAccessIdentityNamespaceLister interface {
// List lists all OriginAccessIdentities in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.OriginAccessIdentity, err error)
// Get retrieves the OriginAccessIdentity from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.OriginAccessIdentity, error)
OriginAccessIdentityNamespaceListerExpansion
}
OriginAccessIdentityNamespaceLister helps list and get OriginAccessIdentities. All objects returned here must be treated as read-only.
type OriginAccessIdentityNamespaceListerExpansion ¶
type OriginAccessIdentityNamespaceListerExpansion interface{}
OriginAccessIdentityNamespaceListerExpansion allows custom methods to be added to OriginAccessIdentityNamespaceLister.
type OriginRequestPolicyLister ¶
type OriginRequestPolicyLister interface {
// List lists all OriginRequestPolicies in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.OriginRequestPolicy, err error)
// OriginRequestPolicies returns an object that can list and get OriginRequestPolicies.
OriginRequestPolicies(namespace string) OriginRequestPolicyNamespaceLister
OriginRequestPolicyListerExpansion
}
OriginRequestPolicyLister helps list OriginRequestPolicies. All objects returned here must be treated as read-only.
func NewOriginRequestPolicyLister ¶
func NewOriginRequestPolicyLister(indexer cache.Indexer) OriginRequestPolicyLister
NewOriginRequestPolicyLister returns a new OriginRequestPolicyLister.
type OriginRequestPolicyListerExpansion ¶
type OriginRequestPolicyListerExpansion interface{}
OriginRequestPolicyListerExpansion allows custom methods to be added to OriginRequestPolicyLister.
type OriginRequestPolicyNamespaceLister ¶
type OriginRequestPolicyNamespaceLister interface {
// List lists all OriginRequestPolicies in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.OriginRequestPolicy, err error)
// Get retrieves the OriginRequestPolicy from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.OriginRequestPolicy, error)
OriginRequestPolicyNamespaceListerExpansion
}
OriginRequestPolicyNamespaceLister helps list and get OriginRequestPolicies. All objects returned here must be treated as read-only.
type OriginRequestPolicyNamespaceListerExpansion ¶
type OriginRequestPolicyNamespaceListerExpansion interface{}
OriginRequestPolicyNamespaceListerExpansion allows custom methods to be added to OriginRequestPolicyNamespaceLister.
type PublicKeyLister ¶
type PublicKeyLister interface {
// List lists all PublicKeys in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.PublicKey, err error)
// PublicKeys returns an object that can list and get PublicKeys.
PublicKeys(namespace string) PublicKeyNamespaceLister
PublicKeyListerExpansion
}
PublicKeyLister helps list PublicKeys. All objects returned here must be treated as read-only.
func NewPublicKeyLister ¶
func NewPublicKeyLister(indexer cache.Indexer) PublicKeyLister
NewPublicKeyLister returns a new PublicKeyLister.
type PublicKeyListerExpansion ¶
type PublicKeyListerExpansion interface{}
PublicKeyListerExpansion allows custom methods to be added to PublicKeyLister.
type PublicKeyNamespaceLister ¶
type PublicKeyNamespaceLister interface {
// List lists all PublicKeys in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.PublicKey, err error)
// Get retrieves the PublicKey from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.PublicKey, error)
PublicKeyNamespaceListerExpansion
}
PublicKeyNamespaceLister helps list and get PublicKeys. All objects returned here must be treated as read-only.
type PublicKeyNamespaceListerExpansion ¶
type PublicKeyNamespaceListerExpansion interface{}
PublicKeyNamespaceListerExpansion allows custom methods to be added to PublicKeyNamespaceLister.
type RealtimeLogConfigLister ¶
type RealtimeLogConfigLister interface {
// List lists all RealtimeLogConfigs in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.RealtimeLogConfig, err error)
// RealtimeLogConfigs returns an object that can list and get RealtimeLogConfigs.
RealtimeLogConfigs(namespace string) RealtimeLogConfigNamespaceLister
RealtimeLogConfigListerExpansion
}
RealtimeLogConfigLister helps list RealtimeLogConfigs. All objects returned here must be treated as read-only.
func NewRealtimeLogConfigLister ¶
func NewRealtimeLogConfigLister(indexer cache.Indexer) RealtimeLogConfigLister
NewRealtimeLogConfigLister returns a new RealtimeLogConfigLister.
type RealtimeLogConfigListerExpansion ¶
type RealtimeLogConfigListerExpansion interface{}
RealtimeLogConfigListerExpansion allows custom methods to be added to RealtimeLogConfigLister.
type RealtimeLogConfigNamespaceLister ¶
type RealtimeLogConfigNamespaceLister interface {
// List lists all RealtimeLogConfigs in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.RealtimeLogConfig, err error)
// Get retrieves the RealtimeLogConfig from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.RealtimeLogConfig, error)
RealtimeLogConfigNamespaceListerExpansion
}
RealtimeLogConfigNamespaceLister helps list and get RealtimeLogConfigs. All objects returned here must be treated as read-only.
type RealtimeLogConfigNamespaceListerExpansion ¶
type RealtimeLogConfigNamespaceListerExpansion interface{}
RealtimeLogConfigNamespaceListerExpansion allows custom methods to be added to RealtimeLogConfigNamespaceLister.