provider

package
v20.10.12+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2021 License: Apache-2.0 Imports: 1 Imported by: 497

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetworkCreateRequest

type NetworkCreateRequest struct {
	ID string
	types.NetworkCreateRequest
}

NetworkCreateRequest is a request when creating a network.

type NetworkCreateResponse

type NetworkCreateResponse struct {
	ID string `json:"Id"`
}

NetworkCreateResponse is a response when creating a network.

type PortConfig

type PortConfig struct {
	Name          string
	Protocol      int32
	TargetPort    uint32
	PublishedPort uint32
}

PortConfig represents a port configuration.

type ServiceConfig

type ServiceConfig struct {
	ID               string
	Name             string
	Aliases          map[string][]string
	VirtualAddresses map[string]*VirtualAddress
	ExposedPorts     []*PortConfig
}

ServiceConfig represents a service configuration.

type VirtualAddress

type VirtualAddress struct {
	IPv4 string
	IPv6 string
}

VirtualAddress represents a virtual address.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL