Documentation
¶
Index ¶
- type Client
- func (c *Client) GetAuthorizationPolicyInformer() securityV1beta1.AuthorizationPolicyInformer
- func (c *Client) GetDeploymentInformer() appsV1.DeploymentInformer
- func (c *Client) GetDestinationRuleInformer() networkingV1beta1.DestinationRuleInformer
- func (c *Client) GetEnvoyFilterInformer() networkingV1alpha3.EnvoyFilterInformer
- func (c *Client) GetGatewayInformer() networkingV1beta1.GatewayInformer
- func (c *Client) GetNamespaceInformer() coreV1.NamespaceInformer
- func (c *Client) GetNodeInformer() coreV1.NodeInformer
- func (c *Client) GetPeerAuthenticationInformer() securityV1beta1.PeerAuthenticationInformer
- func (c *Client) GetPodInformer() coreV1.PodInformer
- func (c *Client) GetRequestAuthenticationInformer() securityV1beta1.RequestAuthenticationInformer
- func (c *Client) GetServiceEntryInformer() networkingV1beta1.ServiceEntryInformer
- func (c *Client) GetSidecarInformer() networkingV1beta1.SidecarInformer
- func (c *Client) GetVirtualServiceInformer() networkingV1beta1.VirtualServiceInformer
- func (c *Client) GetWorkloadEntryInformer() networkingV1beta1.WorkloadEntryInformer
- func (c *Client) GetWorkloadGroupInformer() networkingV1alpha3.WorkloadGroupInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetAuthorizationPolicyInformer ¶
func (c *Client) GetAuthorizationPolicyInformer() securityV1beta1.AuthorizationPolicyInformer
the methods will return an interface that will implement Informer() and Lister() methods TODO: do we need listers?
func (*Client) GetDeploymentInformer ¶
func (c *Client) GetDeploymentInformer() appsV1.DeploymentInformer
func (*Client) GetDestinationRuleInformer ¶
func (c *Client) GetDestinationRuleInformer() networkingV1beta1.DestinationRuleInformer
func (*Client) GetEnvoyFilterInformer ¶
func (c *Client) GetEnvoyFilterInformer() networkingV1alpha3.EnvoyFilterInformer
func (*Client) GetGatewayInformer ¶
func (c *Client) GetGatewayInformer() networkingV1beta1.GatewayInformer
func (*Client) GetNamespaceInformer ¶
func (c *Client) GetNamespaceInformer() coreV1.NamespaceInformer
func (*Client) GetNodeInformer ¶
func (c *Client) GetNodeInformer() coreV1.NodeInformer
the methods will return an interface that will implement Informer() and Lister() methods TODO: do we need listers?
func (*Client) GetPeerAuthenticationInformer ¶
func (c *Client) GetPeerAuthenticationInformer() securityV1beta1.PeerAuthenticationInformer
func (*Client) GetPodInformer ¶
func (c *Client) GetPodInformer() coreV1.PodInformer
func (*Client) GetRequestAuthenticationInformer ¶
func (c *Client) GetRequestAuthenticationInformer() securityV1beta1.RequestAuthenticationInformer
func (*Client) GetServiceEntryInformer ¶
func (c *Client) GetServiceEntryInformer() networkingV1beta1.ServiceEntryInformer
func (*Client) GetSidecarInformer ¶
func (c *Client) GetSidecarInformer() networkingV1beta1.SidecarInformer
func (*Client) GetVirtualServiceInformer ¶
func (c *Client) GetVirtualServiceInformer() networkingV1beta1.VirtualServiceInformer
func (*Client) GetWorkloadEntryInformer ¶
func (c *Client) GetWorkloadEntryInformer() networkingV1beta1.WorkloadEntryInformer
func (*Client) GetWorkloadGroupInformer ¶
func (c *Client) GetWorkloadGroupInformer() networkingV1alpha3.WorkloadGroupInformer
Click to show internal directories.
Click to hide internal directories.