Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Interruption enables the interruption controller Interruption bool // APIKey is the IBM Cloud API key used for authentication APIKey string // Region is the IBM Cloud region to operate in Region string // Zone is the availability zone within the region Zone string // ResourceGroupID is the ID of the resource group to use ResourceGroupID string }
Options contains operator configuration
func FromContext ¶
FromContext retrieves Options from the context
func NewOptions ¶
func NewOptions() Options
NewOptions creates a new Options instance with values from environment variables
Click to show internal directories.
Click to hide internal directories.