Documentation ¶
Overview ¶
Package deployconfig provides Registry interface and its RESTStorage implementation for storing DeploymentConfig api objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommonStrategy = strategy{legacyscheme.Scheme, names.SimpleNameGenerator}
CommonStrategy is the default logic that applies when creating and updating DeploymentConfig objects.
View Source
var GroupStrategy = groupStrategy{CommonStrategy}
GroupStrategy is the logic that applies when creating and updating DeploymentConfig objects in the group API. An example would be setting different defaults depending on API group
View Source
var LegacyStrategy = legacyStrategy{CommonStrategy}
LegacyStrategy is the logic that applies when creating and updating DeploymentConfig objects in the legacy API. An example would be setting different defaults depending on API group
View Source
var StatusStrategy = statusStrategy{CommonStrategy}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.