package
0.1.0-20241108145209-7bfdd4923f75
Repository: https://github.com/slinkyproject/slurm-client.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewClient initializes a client.

# Constants

No description provided by the author

# Structs

ClientOptions contains options for creating a client to make requests to Slurm.
Config holds the common attributes that can be passed to a Slurm client on initialization.
CreateOptions contains options for create requests.
DeleteAllOfOptions contains options for deletecollection (deleteallof) requests.
DeleteOptions contains options for delete requests.
GetOptions contains options for get operation.
ListOptions contains options for limiting or filtering results.
PatchOptions contains options for patch requests.
UpdateOptions contains options for create requests.

# Interfaces

Client knows how to perform CRUD operations on Slurm objects.
ClientOption is some configuration that modifies options for the client.
CreateOption is some configuration that modifies options for a create request.
DeleteAllOfOption is some configuration that modifies options for a delete request.
DeleteOption is some configuration that modifies options for a delete request.
GetOption is some configuration that modifies options for a get request.
Informer - informer allows you interact with the underlying informer.
No description provided by the author
Informers knows how to create or fetch informers for different Objects.
ListOption is some configuration that modifies options for a list request.
PatchOption is some configuration that modifies options for a patch request.
Reader knows how to read and list Slurm objects.
No description provided by the author
UpdateOption is some configuration that modifies options for a update request.
Writer knows how to create, delete, and update Slurm objects.