url

package
v0.0.18 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(client *occlient.Client, urlName string, applicationName string) error

Delete deletes a URL

func Exists added in v0.0.9

func Exists(client *occlient.Client, urlName string, componentName string, applicationName string) (bool, error)

Exists checks if the url exists in the component or not urlName is the name of the url for checking componentName is the name of the component to which the url's existence is checked applicationName is the name of the application to which the url's existence is checked

func GetComponentServicePortNumbers added in v0.0.10

func GetComponentServicePortNumbers(client *occlient.Client, componentName string, applicationName string) ([]int, error)

GetComponentServicePortNumbers returns the port numbers exposed by the service of the component componentName is the name of the component applicationName is the name of the application

func GetURLName added in v0.0.18

func GetURLName(componentName string, componentPort int) string

GetURLName returns a url name from the component name and the given port number

func GetURLString added in v0.0.17

func GetURLString(url URL) string

GetURLString returns a string representation of given url

func GetValidPortNumber added in v0.0.18

func GetValidPortNumber(client *occlient.Client, portNumber int, componentName string, applicationName string) (int, error)

GetValidPortNumber checks if the given port number is a valid component port or not if port number is not provided and the component is a single port component, the component port is returned port number is -1 if the user does not specify any port

Types

type URL

type URL struct {
	Name     string
	URL      string
	Protocol string
	Port     int
}

func Create

func Create(client *occlient.Client, urlName string, portNumber int, componentName, applicationName string) (*URL, error)

Create creates a URL portNumber is the target port number for the route and is -1 in case no port number is specified in which case it is automatically detected for components which expose only one service port)

func List

func List(client *occlient.Client, componentName string, applicationName string) ([]URL, error)

List lists the URLs in an application. The results can further be narrowed down if a component name is provided, which will only list URLs for the given component

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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