serviceinstance

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceBinding

type ServiceBinding struct {
	ID         string
	InstanceID string
	PolicyArn  string
	RoleName   string
	Scope      string
}

ServiceBinding represents a service binding.

func (*ServiceBinding) Match

func (b *ServiceBinding) Match(other *ServiceBinding) bool

Match returns true if the other service binding has the same attributes.

type ServiceInstance

type ServiceInstance struct {
	ID        string
	ServiceID string
	PlanID    string
	Params    map[string]string
	StackID   string
}

ServiceInstance provides details of a service instance

func (*ServiceInstance) Match

func (i *ServiceInstance) Match(other *ServiceInstance) bool

Jump to

Keyboard shortcuts

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