# Packages

orchestration_stackresources_v1.

# Functions

ExtractResources interprets the results of a single page from a List() call, producing a slice of Resource entities.
ExtractResourceTypes extracts and returns resource types.
Find retrieves stack resources for the given stack name.
Get retreives data for the given stack resource.
List makes a request against the API to list resources for the given stack.
ListTypes makes a request against the API to list resource types.
MarkUnhealthy marks the specified resource in the stack as unhealthy.
Metadata retreives the metadata for the given stack resource.
Schema retreives the schema for the given resource type.
Template retreives the template representation for the given resource type.

# Structs

FindResult represents the result of a Find operation.
GetResult represents the result of a Get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
MarkUnhealthyOpts contains the common options struct used in this package's MarkUnhealthy operations.
MarkUnhealthyResult represents the result of a mark unhealthy operation.
MetadataResult represents the result of a Metadata operation.
Resource represents a stack resource.
ResourcePage abstracts the raw results of making a List() request against the API.
ResourceTypePage abstracts the raw results of making a ListTypes() request against the API.
SchemaResult represents the result of a Schema operation.
TemplateResult represents the result of a Template operation.
TypeSchema represents a stack resource schema.

# Interfaces

ListOptsBuilder allows extensions to add additional parameters to the List request.
MarkUnhealthyOptsBuilder is the interface options structs have to satisfy in order to be used in the MarkUnhealthy operation in this package.

# Type aliases

ResourceTypes represents the type that holds the result of ExtractResourceTypes.