remove ReplicationControllerSpec.TemplateRef from v1beta3/types.go and v1/types.go for now
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user