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) MultiKueueClusters ¶
func (c *KueueV1alpha1Client) MultiKueueClusters() MultiKueueClusterInterface
func (*KueueV1alpha1Client) MultiKueueConfigs ¶
func (c *KueueV1alpha1Client) MultiKueueConfigs() MultiKueueConfigInterface
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.
type KueueV1alpha1Interface ¶
type KueueV1alpha1Interface interface { RESTClient() rest.Interface MultiKueueClustersGetter MultiKueueConfigsGetter }
type MultiKueueClusterExpansion ¶
type MultiKueueClusterExpansion interface{}
type MultiKueueClusterInterface ¶
type MultiKueueClusterInterface interface { Create(ctx context.Context, multiKueueCluster *v1alpha1.MultiKueueCluster, opts v1.CreateOptions) (*v1alpha1.MultiKueueCluster, error) Update(ctx context.Context, multiKueueCluster *v1alpha1.MultiKueueCluster, opts v1.UpdateOptions) (*v1alpha1.MultiKueueCluster, error) UpdateStatus(ctx context.Context, multiKueueCluster *v1alpha1.MultiKueueCluster, opts v1.UpdateOptions) (*v1alpha1.MultiKueueCluster, 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.MultiKueueCluster, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MultiKueueClusterList, 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.MultiKueueCluster, err error) Apply(ctx context.Context, multiKueueCluster *kueuev1alpha1.MultiKueueClusterApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.MultiKueueCluster, err error) ApplyStatus(ctx context.Context, multiKueueCluster *kueuev1alpha1.MultiKueueClusterApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.MultiKueueCluster, err error) MultiKueueClusterExpansion }
MultiKueueClusterInterface has methods to work with MultiKueueCluster resources.
type MultiKueueClustersGetter ¶
type MultiKueueClustersGetter interface {
MultiKueueClusters() MultiKueueClusterInterface
}
MultiKueueClustersGetter has a method to return a MultiKueueClusterInterface. A group's client should implement this interface.
type MultiKueueConfigExpansion ¶
type MultiKueueConfigExpansion interface{}
type MultiKueueConfigInterface ¶
type MultiKueueConfigInterface interface { Create(ctx context.Context, multiKueueConfig *v1alpha1.MultiKueueConfig, opts v1.CreateOptions) (*v1alpha1.MultiKueueConfig, error) Update(ctx context.Context, multiKueueConfig *v1alpha1.MultiKueueConfig, opts v1.UpdateOptions) (*v1alpha1.MultiKueueConfig, 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.MultiKueueConfig, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MultiKueueConfigList, 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.MultiKueueConfig, err error) Apply(ctx context.Context, multiKueueConfig *kueuev1alpha1.MultiKueueConfigApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.MultiKueueConfig, err error) MultiKueueConfigExpansion }
MultiKueueConfigInterface has methods to work with MultiKueueConfig resources.
type MultiKueueConfigsGetter ¶
type MultiKueueConfigsGetter interface {
MultiKueueConfigs() MultiKueueConfigInterface
}
MultiKueueConfigsGetter has a method to return a MultiKueueConfigInterface. A group's client should implement this interface.