Documentation ¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type AntreaClusterNetworkPolicyStatsExpansion
- type AntreaClusterNetworkPolicyStatsGetter
- type AntreaClusterNetworkPolicyStatsInterface
- type AntreaNetworkPolicyStatsExpansion
- type AntreaNetworkPolicyStatsGetter
- type AntreaNetworkPolicyStatsInterface
- type NetworkPolicyStatsExpansion
- type NetworkPolicyStatsGetter
- type NetworkPolicyStatsInterface
- type StatsV1alpha1Client
- func (c *StatsV1alpha1Client) AntreaClusterNetworkPolicyStats() AntreaClusterNetworkPolicyStatsInterface
- func (c *StatsV1alpha1Client) AntreaNetworkPolicyStats(namespace string) AntreaNetworkPolicyStatsInterface
- func (c *StatsV1alpha1Client) NetworkPolicyStats(namespace string) NetworkPolicyStatsInterface
- func (c *StatsV1alpha1Client) RESTClient() rest.Interface
- type StatsV1alpha1Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AntreaClusterNetworkPolicyStatsExpansion ¶
type AntreaClusterNetworkPolicyStatsExpansion interface{}
type AntreaClusterNetworkPolicyStatsGetter ¶
type AntreaClusterNetworkPolicyStatsGetter interface {
AntreaClusterNetworkPolicyStats() AntreaClusterNetworkPolicyStatsInterface
}
AntreaClusterNetworkPolicyStatsGetter has a method to return a AntreaClusterNetworkPolicyStatsInterface. A group's client should implement this interface.
type AntreaClusterNetworkPolicyStatsInterface ¶
type AntreaClusterNetworkPolicyStatsInterface interface { Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AntreaClusterNetworkPolicyStats, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AntreaClusterNetworkPolicyStatsList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) AntreaClusterNetworkPolicyStatsExpansion }
AntreaClusterNetworkPolicyStatsInterface has methods to work with AntreaClusterNetworkPolicyStats resources.
type AntreaNetworkPolicyStatsExpansion ¶
type AntreaNetworkPolicyStatsExpansion interface{}
type AntreaNetworkPolicyStatsGetter ¶
type AntreaNetworkPolicyStatsGetter interface {
AntreaNetworkPolicyStats(namespace string) AntreaNetworkPolicyStatsInterface
}
AntreaNetworkPolicyStatsGetter has a method to return a AntreaNetworkPolicyStatsInterface. A group's client should implement this interface.
type AntreaNetworkPolicyStatsInterface ¶
type AntreaNetworkPolicyStatsInterface interface { Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AntreaNetworkPolicyStats, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AntreaNetworkPolicyStatsList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) AntreaNetworkPolicyStatsExpansion }
AntreaNetworkPolicyStatsInterface has methods to work with AntreaNetworkPolicyStats resources.
type NetworkPolicyStatsExpansion ¶
type NetworkPolicyStatsExpansion interface{}
type NetworkPolicyStatsGetter ¶
type NetworkPolicyStatsGetter interface {
NetworkPolicyStats(namespace string) NetworkPolicyStatsInterface
}
NetworkPolicyStatsGetter has a method to return a NetworkPolicyStatsInterface. A group's client should implement this interface.
type NetworkPolicyStatsInterface ¶
type NetworkPolicyStatsInterface interface { Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.NetworkPolicyStats, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NetworkPolicyStatsList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) NetworkPolicyStatsExpansion }
NetworkPolicyStatsInterface has methods to work with NetworkPolicyStats resources.
type StatsV1alpha1Client ¶
type StatsV1alpha1Client struct {
// contains filtered or unexported fields
}
StatsV1alpha1Client is used to interact with features provided by the stats.antrea.io group.
func New ¶
func New(c rest.Interface) *StatsV1alpha1Client
New creates a new StatsV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*StatsV1alpha1Client, error)
NewForConfig creates a new StatsV1alpha1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *StatsV1alpha1Client
NewForConfigOrDie creates a new StatsV1alpha1Client for the given config and panics if there is an error in the config.
func (*StatsV1alpha1Client) AntreaClusterNetworkPolicyStats ¶
func (c *StatsV1alpha1Client) AntreaClusterNetworkPolicyStats() AntreaClusterNetworkPolicyStatsInterface
func (*StatsV1alpha1Client) AntreaNetworkPolicyStats ¶
func (c *StatsV1alpha1Client) AntreaNetworkPolicyStats(namespace string) AntreaNetworkPolicyStatsInterface
func (*StatsV1alpha1Client) NetworkPolicyStats ¶
func (c *StatsV1alpha1Client) NetworkPolicyStats(namespace string) NetworkPolicyStatsInterface
func (*StatsV1alpha1Client) RESTClient ¶
func (c *StatsV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type StatsV1alpha1Interface ¶
type StatsV1alpha1Interface interface { RESTClient() rest.Interface AntreaClusterNetworkPolicyStatsGetter AntreaNetworkPolicyStatsGetter NetworkPolicyStatsGetter }