Documentation ¶
Index ¶
Constants ¶
View Source
const DeploymentConfigPath string = "/deploymentconfigs"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentConfigStorage ¶ added in v1.0.8
DeploymentConfigStorage contains the REST storage information for both DeploymentConfigs and their Scale subresources.
func NewStorage ¶
func NewStorage(s storage.Interface, rcNamespacer kclient.ReplicationControllersNamespacer) DeploymentConfigStorage
NewStorage returns a DeploymentConfigStorage containing the REST storage for DeploymentConfig objects and their Scale subresources.
type REST ¶
type REST struct {
*etcdgeneric.Etcd
}
REST contains the REST storage for DeploymentConfig objects.
type ScaleREST ¶ added in v1.0.8
type ScaleREST struct {
// contains filtered or unexported fields
}
ScaleREST contains the REST storage for the Scale subresource of DeploymentConfigs.
func (*ScaleREST) Get ¶ added in v1.0.8
Get retrieves (computes) the Scale subresource for the given DeploymentConfig name.
Click to show internal directories.
Click to hide internal directories.