 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewREST ¶
func NewREST(s storage.Interface, storageDecorator generic.StorageDecorator) (*REST, *StatusREST)
NewREST returns a RESTStorage object that will work against deployments.
Types ¶
type DeploymentStorage ¶
type DeploymentStorage struct {
	Deployment *REST
	Status     *StatusREST
	Scale      *ScaleREST
}
    DeploymentStorage includes dummy storage for Deployments and for Scale subresource.
func NewStorage ¶
func NewStorage(s storage.Interface, storageDecorator generic.StorageDecorator) DeploymentStorage
type REST ¶
type REST struct {
	*etcdgeneric.Etcd
}
    type ScaleREST ¶
type ScaleREST struct {
	// contains filtered or unexported fields
}
    type StatusREST ¶ added in v1.2.2
type StatusREST struct {
	// contains filtered or unexported fields
}
    StatusREST implements the REST endpoint for changing the status of a deployment
func (*StatusREST) New ¶ added in v1.2.2
func (r *StatusREST) New() runtime.Object
 Click to show internal directories. 
   Click to hide internal directories.