package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Packages

partitions unit tests.

# Functions

Create accepts a CreateOpts struct and uses the values to create a new logical Partition.
Delete will permanently delete a particular partition based on its unique Name and cluster ID.
No description provided by the author
Get retrieves a particular partitions based on its unique ID and cluster ID.
No description provided by the author
List returns collection of partitions.
Update allows partitions to be updated.

# Variables

No description provided by the author

# Structs

ContainerNetwork the default host network for the partition container.
Metadata required to create a Partition.
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
No description provided by the author
GetResult represents the result of a get operation.
HostNetwork the default host network for the partition.
ListOpts allows the filtering of list data using given parameters.
Describes the Partition Structure of cluster.
ListResult represents the result of a list operation.
Metadata required to create a partition.
Individual partitions of the cluster.
Spec describes Partitions specification.
No description provided by the author
UpdateOpts contains all the values needed to update a new partition.
UpdateResult represents the result of an update operation.

# Interfaces

Create accepts a CreateOpts struct and uses the values to create a new logical Partition.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.