Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeoutWaitForManagedResource = 5 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
func New ¶
func New(client client.Client, namespace string, secretsManager secretsmanager.Interface, values Values) component.DeployWaiter
New creates a new instance of DeployWaiter for the terminal-controller-manager.
Types ¶
type Values ¶
type Values struct { // Image defines the container image of terminal-controller-manager. Image string // RuntimeVersion is the Kubernetes version of the runtime cluster. RuntimeVersion *semver.Version // TopologyAwareRoutingEnabled determines whether topology aware hints are intended. TopologyAwareRoutingEnabled bool }
Values contains configuration values for the terminal-controller-manager resources.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.