Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeploymentStorage ¶
type DeploymentStorage struct {
Deployment *REST
Status *StatusREST
Scale *ScaleREST
Rollback *RollbackREST
}
DeploymentStorage includes dummy storage for Deployments and for Scale subresource.
func NewStorage ¶
func NewStorage(opts generic.RESTOptions) DeploymentStorage
type RollbackREST ¶ added in v1.2.0
type RollbackREST struct {
// contains filtered or unexported fields
}
RollbackREST implements the REST endpoint for initiating the rollback of a deployment
type ScaleREST ¶
type ScaleREST struct {
// contains filtered or unexported fields
}
type StatusREST ¶ added in v1.2.0
type StatusREST struct {
// contains filtered or unexported fields
}
StatusREST implements the REST endpoint for changing the status of a deployment
Click to show internal directories.
Click to hide internal directories.