Documentation ¶
Index ¶
- func EndpointSet(endpointIDs []portainer.EndpointID) map[portainer.EndpointID]bool
- func FilterByExcludeIDs(endpoints []portainer.Endpoint, excludeIds []portainer.EndpointID) []portainer.Endpoint
- func InitialIngressClassDetection(endpoint *portainer.Endpoint, endpointService dataservices.EndpointService, ...)
- func InitialMetricsDetection(endpoint *portainer.Endpoint, endpointService dataservices.EndpointService, ...)
- func InitialStorageDetection(endpoint *portainer.Endpoint, endpointService dataservices.EndpointService, ...)
- func IsAgentEndpoint(endpoint *portainer.Endpoint) bool
- func IsDockerEndpoint(endpoint *portainer.Endpoint) bool
- func IsEdgeEndpoint(endpoint *portainer.Endpoint) bool
- func IsKubernetesEndpoint(endpoint *portainer.Endpoint) bool
- func IsLocalEndpoint(endpoint *portainer.Endpoint) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EndpointSet ¶
func EndpointSet(endpointIDs []portainer.EndpointID) map[portainer.EndpointID]bool
EndpointSet receives an environment(endpoint) array and returns a set
func FilterByExcludeIDs ¶
func FilterByExcludeIDs(endpoints []portainer.Endpoint, excludeIds []portainer.EndpointID) []portainer.Endpoint
FilterByExcludeIDs receives an environment(endpoint) array and returns a filtered array using an excludeIds param
func InitialIngressClassDetection ¶
func InitialIngressClassDetection(endpoint *portainer.Endpoint, endpointService dataservices.EndpointService, factory *cli.ClientFactory)
func InitialMetricsDetection ¶
func InitialMetricsDetection(endpoint *portainer.Endpoint, endpointService dataservices.EndpointService, factory *cli.ClientFactory)
func InitialStorageDetection ¶
func InitialStorageDetection(endpoint *portainer.Endpoint, endpointService dataservices.EndpointService, factory *cli.ClientFactory)
func IsAgentEndpoint ¶
IsAgentEndpoint returns true if this is an Agent endpoint
func IsDockerEndpoint ¶
IsDockerEndpoint returns true if this is a docker environment(endpoint)
func IsEdgeEndpoint ¶
IsEdgeEndpoint returns true if this is an Edge endpoint
func IsKubernetesEndpoint ¶
IsKubernetesEndpoint returns true if this is a kubernetes environment(endpoint)
func IsLocalEndpoint ¶
IsLocalEndpoint returns true if this is a local environment(endpoint)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.