# Functions
Create a KraftCloud instance.
No description provided by the author
RolloutQualifierNames returns the string representation of all possible rollout qualifiers.
RolloutQualifiers returns the list of possible rollout qualifier.
RolloutStrategies returns the list of possible rollout strategies.
RolloutStrategyNames returns the string representation of all possible rollout strategies.
# Constants
The 'all' qualifier matches all instances in the service.
The 'image' qualifier is used to capture instances which have the same image (ignoring digest).
The 'name' qualifier is used to capture instances which have the same name.
The 'none' qualifier prevents matching any instances in the service.
The 'abort' strategy is used to error-out and indicate that no strategy was provided and that further operations cannot be completed.
The 'keep' strategy keeps the existing qualified instance(s) within the same service and starts the new instance(s).
The 'stop' strategy stops the qualified existing instance(s) within the same service and starts the new instance(s).
The 'stop' strategy stops the qualified existing instance(s) within the same service and starts the new instance(s).
The 'prompt' strategy is an "unlisted" strategy that's used in TTY contexts where the user is given the opportunity to decide the rollout strategy before the rollout operation is performed.
# Structs
No description provided by the author
# Type aliases
RolloutQualifier is the detection mechanism used to determine whether the specific instance should be affected by the rollout strategy.
RolloutStrategy is the mechanism to describe how to approach managing existing instances part of an existing service during deployment.