Merge pull request #8980 from caesarxuchao/Remove_TemplateRef

remove ReplicationControllerSpec.TemplateRef
This commit is contained in:
Rohit Jnagal
2015-05-29 14:53:25 -07:00
11 changed files with 35 additions and 75 deletions

View File

@@ -966,7 +966,7 @@ type ReplicationControllerSpec struct {
// TemplateRef is a reference to an object that describes the pod that will be created if
// insufficient replicas are detected. This reference is ignored if a Template is set.
// Must be set before converting to a v1beta3 API object
TemplateRef *ObjectReference `json:"templateRef,omitempty"`
//TemplateRef *ObjectReference `json:"templateRef,omitempty"`
// Template is the object that describes the pod that will be created if
// insufficient replicas are detected. Internally, this takes precedence over a