Documentation ¶
Index ¶
Constants ¶
View Source
const ( EdgeDeviceIntervalMultiplier = 2 EdgeDeviceIntervalAdd = 20 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EndpointsByGroup ¶
type EndpointsByGroup struct {
// contains filtered or unexported fields
}
func (EndpointsByGroup) Len ¶
func (e EndpointsByGroup) Len() int
func (EndpointsByGroup) Less ¶
func (e EndpointsByGroup) Less(i, j int) bool
func (EndpointsByGroup) Swap ¶
func (e EndpointsByGroup) Swap(i, j int)
type EndpointsByName ¶
func (EndpointsByName) Len ¶
func (e EndpointsByName) Len() int
func (EndpointsByName) Less ¶
func (e EndpointsByName) Less(i, j int) bool
func (EndpointsByName) Swap ¶
func (e EndpointsByName) Swap(i, j int)
type EnvironmentsQuery ¶
type EnvironmentsQuery struct {
// contains filtered or unexported fields
}
type Handler ¶
type Handler struct { *mux.Router DataStore dataservices.DataStore FileService portainer.FileService ProxyManager *proxy.Manager ReverseTunnelService portainer.ReverseTunnelService SnapshotService portainer.SnapshotService K8sClientFactory *cli.ClientFactory ComposeStackManager portainer.ComposeStackManager AuthorizationService *authorization.Service BindAddress string BindAddressHTTPS string // contains filtered or unexported fields }
Handler is the HTTP handler used to handle environment(endpoint) operations.
func NewHandler ¶
NewHandler creates a handler to manage environment(endpoint) operations.
Source Files ¶
- endpoint_agent_versions.go
- endpoint_association_delete.go
- endpoint_create.go
- endpoint_create_global_key.go
- endpoint_delete.go
- endpoint_dockerhub_status.go
- endpoint_inspect.go
- endpoint_list.go
- endpoint_registries_list.go
- endpoint_registry_access.go
- endpoint_settings_update.go
- endpoint_snapshot.go
- endpoint_snapshots.go
- endpoint_status_inspect.go
- endpoint_update.go
- filter.go
- handler.go
- sort.go
- unique_name.go
- utils.go
Click to show internal directories.
Click to hide internal directories.