Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListVNGsFromClusterName ¶
func ListVNGsFromClusterName(ctx context.Context, oceanClient OceanClient, clusterName string) ([]*oceanaws.LaunchSpec, error)
Types ¶
type OceanClient ¶
type OceanClient interface { ListClusters(context.Context, *oceanaws.ListClustersInput) (*oceanaws.ListClustersOutput, error) ListLaunchSpecs(context.Context, *oceanaws.ListLaunchSpecsInput) (*oceanaws.ListLaunchSpecsOutput, error) UpdateLaunchSpec(context.Context, *oceanaws.UpdateLaunchSpecInput) (*oceanaws.UpdateLaunchSpecOutput, error) }
func NewOceanCloudProviderAWS ¶
func NewOceanCloudProviderAWS() OceanClient
Click to show internal directories.
Click to hide internal directories.