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 NfdV1alpha1Client ¶
type NfdV1alpha1Client struct {
// contains filtered or unexported fields
}
NfdV1alpha1Client is used to interact with features provided by the nfd.k8s-sigs.io group.
func New ¶
func New(c rest.Interface) *NfdV1alpha1Client
New creates a new NfdV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*NfdV1alpha1Client, error)
NewForConfig creates a new NfdV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfigAndClient ¶ added in v0.12.0
NewForConfigAndClient creates a new NfdV1alpha1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *NfdV1alpha1Client
NewForConfigOrDie creates a new NfdV1alpha1Client for the given config and panics if there is an error in the config.
func (*NfdV1alpha1Client) NodeFeatureRules ¶
func (c *NfdV1alpha1Client) NodeFeatureRules() NodeFeatureRuleInterface
func (*NfdV1alpha1Client) NodeFeatures ¶ added in v0.12.0
func (c *NfdV1alpha1Client) NodeFeatures(namespace string) NodeFeatureInterface
func (*NfdV1alpha1Client) RESTClient ¶
func (c *NfdV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type NfdV1alpha1Interface ¶
type NfdV1alpha1Interface interface { RESTClient() rest.Interface NodeFeaturesGetter NodeFeatureRulesGetter }
type NodeFeatureExpansion ¶ added in v0.12.0
type NodeFeatureExpansion interface{}
type NodeFeatureInterface ¶ added in v0.12.0
type NodeFeatureInterface interface { Create(ctx context.Context, nodeFeature *v1alpha1.NodeFeature, opts v1.CreateOptions) (*v1alpha1.NodeFeature, error) Update(ctx context.Context, nodeFeature *v1alpha1.NodeFeature, opts v1.UpdateOptions) (*v1alpha1.NodeFeature, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.NodeFeature, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NodeFeatureList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.NodeFeature, err error) NodeFeatureExpansion }
NodeFeatureInterface has methods to work with NodeFeature resources.
type NodeFeatureRuleExpansion ¶
type NodeFeatureRuleExpansion interface{}
type NodeFeatureRuleInterface ¶
type NodeFeatureRuleInterface interface { Create(ctx context.Context, nodeFeatureRule *v1alpha1.NodeFeatureRule, opts v1.CreateOptions) (*v1alpha1.NodeFeatureRule, error) Update(ctx context.Context, nodeFeatureRule *v1alpha1.NodeFeatureRule, opts v1.UpdateOptions) (*v1alpha1.NodeFeatureRule, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.NodeFeatureRule, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NodeFeatureRuleList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.NodeFeatureRule, err error) NodeFeatureRuleExpansion }
NodeFeatureRuleInterface has methods to work with NodeFeatureRule resources.
type NodeFeatureRulesGetter ¶
type NodeFeatureRulesGetter interface {
NodeFeatureRules() NodeFeatureRuleInterface
}
NodeFeatureRulesGetter has a method to return a NodeFeatureRuleInterface. A group's client should implement this interface.
type NodeFeaturesGetter ¶ added in v0.12.0
type NodeFeaturesGetter interface {
NodeFeatures(namespace string) NodeFeatureInterface
}
NodeFeaturesGetter has a method to return a NodeFeatureInterface. A group's client should implement this interface.