package internalversion
import "k8s.io/kubernetes/pkg/client/informers/informers_generated/internalversion/extensions/internalversion"
Index ¶
- type DaemonSetInformer
- type DeploymentInformer
- type IngressInformer
- type Interface
- type NetworkPolicyInformer
- type PodSecurityPolicyInformer
- type ReplicaSetInformer
- type ThirdPartyResourceInformer
Types ¶
type DaemonSetInformer ¶
type DaemonSetInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.DaemonSetLister }
DaemonSetInformer provides access to a shared informer and lister for DaemonSets.
type DeploymentInformer ¶
type DeploymentInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.DeploymentLister }
DeploymentInformer provides access to a shared informer and lister for Deployments.
type IngressInformer ¶
type IngressInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.IngressLister }
IngressInformer provides access to a shared informer and lister for Ingresses.
type Interface ¶
type Interface interface { // DaemonSets returns a DaemonSetInformer. DaemonSets() DaemonSetInformer // Deployments returns a DeploymentInformer. Deployments() DeploymentInformer // Ingresses returns a IngressInformer. Ingresses() IngressInformer // NetworkPolicies returns a NetworkPolicyInformer. NetworkPolicies() NetworkPolicyInformer // PodSecurityPolicies returns a PodSecurityPolicyInformer. PodSecurityPolicies() PodSecurityPolicyInformer // ReplicaSets returns a ReplicaSetInformer. ReplicaSets() ReplicaSetInformer // ThirdPartyResources returns a ThirdPartyResourceInformer. ThirdPartyResources() ThirdPartyResourceInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory) Interface
New returns a new Interface.
type NetworkPolicyInformer ¶
type NetworkPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.NetworkPolicyLister }
NetworkPolicyInformer provides access to a shared informer and lister for NetworkPolicies.
type PodSecurityPolicyInformer ¶
type PodSecurityPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.PodSecurityPolicyLister }
PodSecurityPolicyInformer provides access to a shared informer and lister for PodSecurityPolicies.
type ReplicaSetInformer ¶
type ReplicaSetInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.ReplicaSetLister }
ReplicaSetInformer provides access to a shared informer and lister for ReplicaSets.
type ThirdPartyResourceInformer ¶
type ThirdPartyResourceInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.ThirdPartyResourceLister }
ThirdPartyResourceInformer provides access to a shared informer and lister for ThirdPartyResources.
Source Files ¶
daemonset.go deployment.go ingress.go interface.go networkpolicy.go podsecuritypolicy.go replicaset.go thirdpartyresource.go
- Version
- v1.6.8
- Published
- Aug 3, 2017
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 6 minutes ago –
Tools for package owners.