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 KueueV1alpha1Client ¶
type KueueV1alpha1Client struct {
// contains filtered or unexported fields
}
KueueV1alpha1Client is used to interact with features provided by the kueue.x-k8s.io group.
func New ¶
func New(c rest.Interface) *KueueV1alpha1Client
New creates a new KueueV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*KueueV1alpha1Client, error)
NewForConfig creates a new KueueV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfigAndClient ¶
NewForConfigAndClient creates a new KueueV1alpha1Client 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) *KueueV1alpha1Client
NewForConfigOrDie creates a new KueueV1alpha1Client for the given config and panics if there is an error in the config.
func (*KueueV1alpha1Client) RESTClient ¶
func (c *KueueV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*KueueV1alpha1Client) Topologies ¶ added in v0.9.0
func (c *KueueV1alpha1Client) Topologies() TopologyInterface
type KueueV1alpha1Interface ¶
type KueueV1alpha1Interface interface { RESTClient() rest.Interface TopologiesGetter }
type TopologiesGetter ¶ added in v0.9.0
type TopologiesGetter interface {
Topologies() TopologyInterface
}
TopologiesGetter has a method to return a TopologyInterface. A group's client should implement this interface.
type TopologyExpansion ¶ added in v0.9.0
type TopologyExpansion interface{}
type TopologyInterface ¶ added in v0.9.0
type TopologyInterface interface { Create(ctx context.Context, topology *v1alpha1.Topology, opts v1.CreateOptions) (*v1alpha1.Topology, error) Update(ctx context.Context, topology *v1alpha1.Topology, opts v1.UpdateOptions) (*v1alpha1.Topology, 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.Topology, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TopologyList, 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.Topology, err error) Apply(ctx context.Context, topology *kueuev1alpha1.TopologyApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.Topology, err error) TopologyExpansion }
TopologyInterface has methods to work with Topology resources.