Documentation
¶
Index ¶
- type CachePolicyLister
- type CachePolicyListerExpansion
- type CachePolicyNamespaceLister
- type CachePolicyNamespaceListerExpansion
- type DistributionLister
- type DistributionListerExpansion
- type DistributionNamespaceLister
- type DistributionNamespaceListerExpansion
- type FieldLevelEncryptionConfigLister
- type FieldLevelEncryptionConfigListerExpansion
- type FieldLevelEncryptionConfigNamespaceLister
- type FieldLevelEncryptionConfigNamespaceListerExpansion
- type FieldLevelEncryptionProfileLister
- type FieldLevelEncryptionProfileListerExpansion
- type FieldLevelEncryptionProfileNamespaceLister
- type FieldLevelEncryptionProfileNamespaceListerExpansion
- type FunctionLister
- type FunctionListerExpansion
- type FunctionNamespaceLister
- type FunctionNamespaceListerExpansion
- type KeyGroupLister
- type KeyGroupListerExpansion
- type KeyGroupNamespaceLister
- type KeyGroupNamespaceListerExpansion
- type MonitoringSubscriptionLister
- type MonitoringSubscriptionListerExpansion
- type MonitoringSubscriptionNamespaceLister
- type MonitoringSubscriptionNamespaceListerExpansion
- 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
- type ResponseHeadersPolicyLister
- type ResponseHeadersPolicyListerExpansion
- type ResponseHeadersPolicyNamespaceLister
- type ResponseHeadersPolicyNamespaceListerExpansion
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 FieldLevelEncryptionConfigLister ¶ added in v0.5.0
type FieldLevelEncryptionConfigLister interface {
// List lists all FieldLevelEncryptionConfigs in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.FieldLevelEncryptionConfig, err error)
// FieldLevelEncryptionConfigs returns an object that can list and get FieldLevelEncryptionConfigs.
FieldLevelEncryptionConfigs(namespace string) FieldLevelEncryptionConfigNamespaceLister
FieldLevelEncryptionConfigListerExpansion
}
FieldLevelEncryptionConfigLister helps list FieldLevelEncryptionConfigs. All objects returned here must be treated as read-only.
func NewFieldLevelEncryptionConfigLister ¶ added in v0.5.0
func NewFieldLevelEncryptionConfigLister(indexer cache.Indexer) FieldLevelEncryptionConfigLister
NewFieldLevelEncryptionConfigLister returns a new FieldLevelEncryptionConfigLister.
type FieldLevelEncryptionConfigListerExpansion ¶ added in v0.5.0
type FieldLevelEncryptionConfigListerExpansion interface{}
FieldLevelEncryptionConfigListerExpansion allows custom methods to be added to FieldLevelEncryptionConfigLister.
type FieldLevelEncryptionConfigNamespaceLister ¶ added in v0.5.0
type FieldLevelEncryptionConfigNamespaceLister interface {
// List lists all FieldLevelEncryptionConfigs in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.FieldLevelEncryptionConfig, err error)
// Get retrieves the FieldLevelEncryptionConfig from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.FieldLevelEncryptionConfig, error)
FieldLevelEncryptionConfigNamespaceListerExpansion
}
FieldLevelEncryptionConfigNamespaceLister helps list and get FieldLevelEncryptionConfigs. All objects returned here must be treated as read-only.
type FieldLevelEncryptionConfigNamespaceListerExpansion ¶ added in v0.5.0
type FieldLevelEncryptionConfigNamespaceListerExpansion interface{}
FieldLevelEncryptionConfigNamespaceListerExpansion allows custom methods to be added to FieldLevelEncryptionConfigNamespaceLister.
type FieldLevelEncryptionProfileLister ¶ added in v0.5.0
type FieldLevelEncryptionProfileLister interface {
// List lists all FieldLevelEncryptionProfiles in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.FieldLevelEncryptionProfile, err error)
// FieldLevelEncryptionProfiles returns an object that can list and get FieldLevelEncryptionProfiles.
FieldLevelEncryptionProfiles(namespace string) FieldLevelEncryptionProfileNamespaceLister
FieldLevelEncryptionProfileListerExpansion
}
FieldLevelEncryptionProfileLister helps list FieldLevelEncryptionProfiles. All objects returned here must be treated as read-only.
func NewFieldLevelEncryptionProfileLister ¶ added in v0.5.0
func NewFieldLevelEncryptionProfileLister(indexer cache.Indexer) FieldLevelEncryptionProfileLister
NewFieldLevelEncryptionProfileLister returns a new FieldLevelEncryptionProfileLister.
type FieldLevelEncryptionProfileListerExpansion ¶ added in v0.5.0
type FieldLevelEncryptionProfileListerExpansion interface{}
FieldLevelEncryptionProfileListerExpansion allows custom methods to be added to FieldLevelEncryptionProfileLister.
type FieldLevelEncryptionProfileNamespaceLister ¶ added in v0.5.0
type FieldLevelEncryptionProfileNamespaceLister interface {
// List lists all FieldLevelEncryptionProfiles in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.FieldLevelEncryptionProfile, err error)
// Get retrieves the FieldLevelEncryptionProfile from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.FieldLevelEncryptionProfile, error)
FieldLevelEncryptionProfileNamespaceListerExpansion
}
FieldLevelEncryptionProfileNamespaceLister helps list and get FieldLevelEncryptionProfiles. All objects returned here must be treated as read-only.
type FieldLevelEncryptionProfileNamespaceListerExpansion ¶ added in v0.5.0
type FieldLevelEncryptionProfileNamespaceListerExpansion interface{}
FieldLevelEncryptionProfileNamespaceListerExpansion allows custom methods to be added to FieldLevelEncryptionProfileNamespaceLister.
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 MonitoringSubscriptionLister ¶ added in v0.5.0
type MonitoringSubscriptionLister interface {
// List lists all MonitoringSubscriptions in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.MonitoringSubscription, err error)
// MonitoringSubscriptions returns an object that can list and get MonitoringSubscriptions.
MonitoringSubscriptions(namespace string) MonitoringSubscriptionNamespaceLister
MonitoringSubscriptionListerExpansion
}
MonitoringSubscriptionLister helps list MonitoringSubscriptions. All objects returned here must be treated as read-only.
func NewMonitoringSubscriptionLister ¶ added in v0.5.0
func NewMonitoringSubscriptionLister(indexer cache.Indexer) MonitoringSubscriptionLister
NewMonitoringSubscriptionLister returns a new MonitoringSubscriptionLister.
type MonitoringSubscriptionListerExpansion ¶ added in v0.5.0
type MonitoringSubscriptionListerExpansion interface{}
MonitoringSubscriptionListerExpansion allows custom methods to be added to MonitoringSubscriptionLister.
type MonitoringSubscriptionNamespaceLister ¶ added in v0.5.0
type MonitoringSubscriptionNamespaceLister interface {
// List lists all MonitoringSubscriptions in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.MonitoringSubscription, err error)
// Get retrieves the MonitoringSubscription from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.MonitoringSubscription, error)
MonitoringSubscriptionNamespaceListerExpansion
}
MonitoringSubscriptionNamespaceLister helps list and get MonitoringSubscriptions. All objects returned here must be treated as read-only.
type MonitoringSubscriptionNamespaceListerExpansion ¶ added in v0.5.0
type MonitoringSubscriptionNamespaceListerExpansion interface{}
MonitoringSubscriptionNamespaceListerExpansion allows custom methods to be added to MonitoringSubscriptionNamespaceLister.
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.
type ResponseHeadersPolicyLister ¶ added in v0.5.0
type ResponseHeadersPolicyLister interface {
// List lists all ResponseHeadersPolicies in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.ResponseHeadersPolicy, err error)
// ResponseHeadersPolicies returns an object that can list and get ResponseHeadersPolicies.
ResponseHeadersPolicies(namespace string) ResponseHeadersPolicyNamespaceLister
ResponseHeadersPolicyListerExpansion
}
ResponseHeadersPolicyLister helps list ResponseHeadersPolicies. All objects returned here must be treated as read-only.
func NewResponseHeadersPolicyLister ¶ added in v0.5.0
func NewResponseHeadersPolicyLister(indexer cache.Indexer) ResponseHeadersPolicyLister
NewResponseHeadersPolicyLister returns a new ResponseHeadersPolicyLister.
type ResponseHeadersPolicyListerExpansion ¶ added in v0.5.0
type ResponseHeadersPolicyListerExpansion interface{}
ResponseHeadersPolicyListerExpansion allows custom methods to be added to ResponseHeadersPolicyLister.
type ResponseHeadersPolicyNamespaceLister ¶ added in v0.5.0
type ResponseHeadersPolicyNamespaceLister interface {
// List lists all ResponseHeadersPolicies in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.ResponseHeadersPolicy, err error)
// Get retrieves the ResponseHeadersPolicy from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.ResponseHeadersPolicy, error)
ResponseHeadersPolicyNamespaceListerExpansion
}
ResponseHeadersPolicyNamespaceLister helps list and get ResponseHeadersPolicies. All objects returned here must be treated as read-only.
type ResponseHeadersPolicyNamespaceListerExpansion ¶ added in v0.5.0
type ResponseHeadersPolicyNamespaceListerExpansion interface{}
ResponseHeadersPolicyNamespaceListerExpansion allows custom methods to be added to ResponseHeadersPolicyNamespaceLister.