Documentation ¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SupportBundleExpansion ¶
type SupportBundleExpansion interface{}
type SupportBundleInterface ¶
type SupportBundleInterface interface { Create(ctx context.Context, supportBundle *v1beta1.SupportBundle, opts v1.CreateOptions) (*v1beta1.SupportBundle, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.SupportBundle, error) SupportBundleExpansion }
SupportBundleInterface has methods to work with SupportBundle resources.
type SupportBundlesGetter ¶
type SupportBundlesGetter interface {
SupportBundles() SupportBundleInterface
}
SupportBundlesGetter has a method to return a SupportBundleInterface. A group's client should implement this interface.
type SystemV1beta1Client ¶
type SystemV1beta1Client struct {
// contains filtered or unexported fields
}
SystemV1beta1Client is used to interact with features provided by the system.antrea.io group.
func New ¶
func New(c rest.Interface) *SystemV1beta1Client
New creates a new SystemV1beta1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*SystemV1beta1Client, error)
NewForConfig creates a new SystemV1beta1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *SystemV1beta1Client
NewForConfigOrDie creates a new SystemV1beta1Client for the given config and panics if there is an error in the config.
func (*SystemV1beta1Client) RESTClient ¶
func (c *SystemV1beta1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*SystemV1beta1Client) SupportBundles ¶
func (c *SystemV1beta1Client) SupportBundles() SupportBundleInterface
type SystemV1beta1Interface ¶
type SystemV1beta1Interface interface { RESTClient() rest.Interface SupportBundlesGetter }