Cleanup the content of deprecated V1beta1

This commit is contained in:
feihujiang
2015-11-05 18:48:03 +08:00
parent ecb394a5e0
commit eac8d6a997
12 changed files with 16 additions and 48 deletions

View File

@@ -1137,7 +1137,6 @@ type ReplicationControllerSpec struct {
// Template is the object that describes the pod that will be created if
// insufficient replicas are detected. Internally, this takes precedence over a
// TemplateRef.
// Must be set before converting to a v1beta1 or v1beta2 API object.
Template *PodTemplateSpec `json:"template,omitempty"`
}