Documentation
¶
Index ¶
Constants ¶
const ( // DefaultHost is the default Host // found in Meta (info) section of spec file DefaultHost string = "zedcontrol.zededa.net" // DefaultBasePath is the default BasePath // found in Meta (info) section of spec file DefaultBasePath string = "/api" )
Variables ¶
var Default = NewHTTPClient(nil)
Default zedcloudapi HTTP client.
var DefaultSchemes = []string{"https"}
DefaultSchemes are the default schemes found in Meta (info) section of spec file
Functions ¶
This section is empty.
Types ¶
type TransportConfig ¶
TransportConfig contains the transport related info, found in the meta section of the spec file.
func DefaultTransportConfig ¶
func DefaultTransportConfig() *TransportConfig
DefaultTransportConfig creates a TransportConfig with the default settings taken from the meta section of the spec file.
func (*TransportConfig) WithBasePath ¶
func (cfg *TransportConfig) WithBasePath(basePath string) *TransportConfig
WithBasePath overrides the default basePath, provided by the meta section of the spec file.
func (*TransportConfig) WithHost ¶
func (cfg *TransportConfig) WithHost(host string) *TransportConfig
WithHost overrides the default host, provided by the meta section of the spec file.
func (*TransportConfig) WithSchemes ¶
func (cfg *TransportConfig) WithSchemes(schemes []string) *TransportConfig
WithSchemes overrides the default schemes, provided by the meta section of the spec file.
type Zedcloudapi ¶
type Zedcloudapi struct {
BulkJobOps bulk_job_ops.ClientService
CloudDiagnostics cloud_diagnostics.ClientService
EdgeApplicationConfiguration edge_application_configuration.ClientService
EdgeApplicationInstanceConfiguration edge_application_instance_configuration.ClientService
EdgeApplicationInstanceStatus edge_application_instance_status.ClientService
EdgeDiagnostics edge_diagnostics.ClientService
EdgeNetworkConfiguration edge_network_configuration.ClientService
EdgeNetworkInstanceConfiguration edge_network_instance_configuration.ClientService
EdgeNetworkInstanceStatus edge_network_instance_status.ClientService
EdgeNodeConfiguration edge_node_configuration.ClientService
EdgeNodeStatus edge_node_status.ClientService
HardwareModel hardware_model.ClientService
IdentityAccessManagement identity_access_management.ClientService
ResourceGroup resource_group.ClientService
ResourceGroupStatus resource_group_status.ClientService
ArtifactManager artifact_manager.ClientService
DatastoreConfiguration datastore_configuration.ClientService
ImageConfiguration image_configuration.ClientService
VolumeInstanceConfiguration volume_instance_configuration.ClientService
VolumeInstanceStatus volume_instance_status.ClientService
Transport runtime.ClientTransport
}
Zedcloudapi is a client for zedcloudapi
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Zedcloudapi
New creates a new zedcloudapi client
func NewHTTPClient ¶
func NewHTTPClient(formats strfmt.Registry) *Zedcloudapi
NewHTTPClient creates a new zedcloudapi HTTP client.
func NewHTTPClientWithConfig ¶
func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *Zedcloudapi
NewHTTPClientWithConfig creates a new zedcloudapi HTTP client, using a customizable transport config.
func (*Zedcloudapi) SetTransport ¶
func (c *Zedcloudapi) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client and all its subresources